Skip to content

Commit

Permalink
Bump redis to latest version
Browse files Browse the repository at this point in the history
We're not actually using redis (it gets sucked in via katsdptelstate),
but this will reduce the warnings from dependabot.

Note that the fix added in 4.5.3 is
[incomplete](redis/redis-py#2665), so this
won't completely silence dependabot.
  • Loading branch information
bmerry committed Mar 29, 2023
1 parent 30219b1 commit 0037c55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
9 changes: 1 addition & 8 deletions qualification/requirements.txt
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
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
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 0037c55

Please sign in to comment.