Skip to content

Commit

Permalink
Merge pull request #539 from ska-sa/bump-redis
Browse files Browse the repository at this point in the history
Bump redis to latest version
  • Loading branch information
bmerry committed Mar 29, 2023
2 parents 30219b1 + ce4d4f2 commit 4541a3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
'spead2==3.11.1',
'types-decorator==5.1.1',
'types-docutils==0.17.1',
'types-redis==4.3.4',
'types-redis==4.5.3',
'types-setuptools==57.0.0',
'types-six==1.16.0',
]
Expand Down
9 changes: 1 addition & 8 deletions qualification/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ decorator==5.1.1
# -c qualification/../requirements.txt
# aiokatcp
# katsdpsigproc
deprecated==1.2.13
# via
# -c qualification/../requirements-dev.txt
# -c qualification/../requirements.txt
# redis
docutils==0.17.1
# via
# -c qualification/../requirements-dev.txt
Expand Down Expand Up @@ -206,7 +201,6 @@ packaging==21.3
# dask
# matplotlib
# pytest
# redis
# xarray
pandas==1.5.0
# via
Expand Down Expand Up @@ -296,7 +290,7 @@ pyyaml==6.0
# -c qualification/../requirements-dev.txt
# -c qualification/../requirements.txt
# dask
redis==4.3.4
redis==4.5.3
# via
# -c qualification/../requirements-dev.txt
# -c qualification/../requirements.txt
Expand Down Expand Up @@ -357,7 +351,6 @@ wrapt==1.14.1
# via
# -c qualification/../requirements-dev.txt
# -c qualification/../requirements.txt
# deprecated
# prometheus-async
xarray==2022.10.0
# via
Expand Down
8 changes: 1 addition & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ decorator==5.1.1
# aiokatcp
# ipython
# katsdpsigproc
deprecated==1.2.13
# via
# -c requirements.txt
# redis
distlib==0.3.6
# via virtualenv
docutils==0.17.1
Expand Down Expand Up @@ -199,7 +195,6 @@ packaging==21.3
# build
# dask
# pytest
# redis
# sphinx
# xarray
pandas==1.5.0
Expand Down Expand Up @@ -312,7 +307,7 @@ pyyaml==6.0
# dask
# pre-commit
# pybtex
redis==4.3.4
redis==4.5.3
# via
# -c requirements.txt
# katsdptelstate
Expand Down Expand Up @@ -403,7 +398,6 @@ wheel==0.38.4
wrapt==1.14.1
# via
# -c requirements.txt
# deprecated
# prometheus-async
xarray==2022.10.0
# via
Expand Down
9 changes: 2 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ decorator==5.1.1
# via
# aiokatcp
# katsdpsigproc
deprecated==1.2.13
# via redis
frozenlist==1.3.1
# via
# aiohttp
Expand Down Expand Up @@ -90,7 +88,6 @@ numpy==1.23.4
packaging==21.3
# via
# dask
# redis
# xarray
pandas==1.5.0
# via
Expand Down Expand Up @@ -126,7 +123,7 @@ pytz==2022.4
# via pandas
pyyaml==6.0
# via dask
redis==4.3.4
redis==4.5.3
# via katsdptelstate
scipy==1.9.2
# via katsdpsigproc
Expand All @@ -150,9 +147,7 @@ typing-extensions==4.4.0
vkgdr==0.1
# via katgpucbf (setup.cfg)
wrapt==1.14.1
# via
# deprecated
# prometheus-async
# via prometheus-async
xarray==2022.10.0
# via katgpucbf (setup.cfg)
yarl==1.8.1
Expand Down

0 comments on commit 4541a3b

Please sign in to comment.