Skip to content

Commit

Permalink
Bump redis from 5.0.1 to 5.0.2 in /requirements
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 18bb52c commit d61b173
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
38 changes: 20 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
#
alabaster==0.7.16
# via sphinx
async-timeout==4.0.3
# via redis
babel==2.14.0
# via sphinx
boto3==1.34.39
# via -r requirements/tests.in
# via -r tests.in
botocore==1.34.39
# via
# boto3
Expand Down Expand Up @@ -65,7 +67,7 @@ jmespath==1.0.1
markupsafe==2.1.5
# via jinja2
mypy==1.8.0
# via -r requirements/typing.in
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
Expand All @@ -79,9 +81,9 @@ packaging==23.2
# sphinx
# tox
pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
# via -r docs.in
pip-tools==7.3.0
# via -r requirements/dev.in
# via -r dev.in
platformdirs==4.2.0
# via
# tox
Expand All @@ -91,7 +93,7 @@ pluggy==1.4.0
# pytest
# tox
pre-commit==3.6.1
# via -r requirements/dev.in
# via -r dev.in
psutil==5.9.8
# via pytest-xprocess
pycparser==2.21
Expand All @@ -101,25 +103,25 @@ pygments==2.17.2
# sphinx
# sphinx-tabs
pylibmc==1.6.3
# via -r requirements/tests.in
# via -r tests.in
pymongo==4.6.1
# via -r requirements/tests.in
# via -r tests.in
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# -r requirements/tests.in
# -r tests.in
# pytest-xprocess
pytest-xprocess==0.23.0
# via -r requirements/tests.in
# via -r tests.in
python-dateutil==2.8.2
# via botocore
pyyaml==6.0.1
# via pre-commit
redis==5.0.1
# via -r requirements/tests.in
redis==5.0.2
# via -r tests.in
requests==2.31.0
# via sphinx
s3transfer==0.10.0
Expand All @@ -130,15 +132,15 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r requirements/docs.in
# -r docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinx-tabs
# sphinxcontrib-log-cabinet
sphinx-issues==4.0.0
# via -r requirements/docs.in
# via -r docs.in
sphinx-tabs==3.4.5
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand All @@ -148,25 +150,25 @@ sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
tox==4.12.1
# via -r requirements/dev.in
# via -r dev.in
types-pyopenssl==24.0.0.20240130
# via types-redis
types-redis==4.6.0.20240106
# via -r requirements/typing.in
# via -r typing.in
typing-extensions==4.9.0
# via mypy
urllib3==2.0.7
# via
# botocore
# requests
uwsgi==2.0.24
# via -r requirements/tests.in
# via -r tests.in
virtualenv==20.25.0
# via
# pre-commit
Expand Down
20 changes: 11 additions & 9 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
#
# pip-compile requirements/tests.in
#
async-timeout==4.0.3
# via redis
boto3==1.34.39
# via -r requirements/tests.in
# via -r tests.in
botocore==1.34.39
# via
# boto3
Expand All @@ -25,24 +27,24 @@ pluggy==1.4.0
psutil==5.9.8
# via pytest-xprocess
pylibmc==1.6.3
# via -r requirements/tests.in
# via -r tests.in
pymongo==4.6.1
# via -r requirements/tests.in
# via -r tests.in
pytest==8.0.0
# via
# -r requirements/tests.in
# -r tests.in
# pytest-xprocess
pytest-xprocess==0.23.0
# via -r requirements/tests.in
# via -r tests.in
python-dateutil==2.8.2
# via botocore
redis==5.0.1
# via -r requirements/tests.in
redis==5.0.2
# via -r tests.in
s3transfer==0.10.0
# via boto3
six==1.16.0
# via python-dateutil
urllib3
urllib3==2.0.7
# via botocore
uwsgi==2.0.24
# via -r requirements/tests.in
# via -r tests.in

0 comments on commit d61b173

Please sign in to comment.