Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Bump redis from 4.3.4 to 4.4.4
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.3.4...v4.4.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and aaronwilliamsv1 committed Nov 3, 2023
1 parent e2c564a commit 85eaf7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 30 deletions.
27 changes: 7 additions & 20 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ debugpy==1.6.7
# via -r requirements-dev.in
deepdiff==5.8.1
# via -r requirements-dev.in
deprecated==1.2.13
# via
# -r requirements.txt
# redis
distlib==0.3.4
# via virtualenv
dnspython==2.2.1
Expand Down Expand Up @@ -182,6 +178,10 @@ gitpython==3.1.27
# via bandit
govuk-frontend-jinja==2.3.0
# via -r requirements.txt
greenlet==2.0.2
# via
# -r requirements.txt
# sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -265,7 +265,6 @@ packaging==21.3
# connexion
# dparse
# pytest
# redis
pathspec==0.9.0
# via black
pbr==5.9.0
Expand Down Expand Up @@ -336,7 +335,7 @@ pytest-flask==1.2.0
# via -r requirements-dev.in
pytest-html==3.1.1
# via pytest-selenium
pytest-metadata==2.0.1
pytest-metadata==3.0.0
# via pytest-html
pytest-mock==3.10.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -376,7 +375,7 @@ pyyaml==6.0
# funding-service-design-utils
# openapi-spec-validator
# pre-commit
redis==4.3.4
redis==4.4.4
# via
# -r requirements.txt
# flask-redis
Expand All @@ -400,10 +399,6 @@ ruamel-yaml==0.17.21
# via
# -r requirements.txt
# prance
ruamel-yaml-clib==0.2.7
# via
# -r requirements.txt
# ruamel-yaml
s3transfer==0.6.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -466,11 +461,7 @@ toml==0.10.2
# dparse
# pre-commit
tomli==2.0.1
# via
# black
# build
# pyproject-hooks
# pytest
# via pytest
trio==0.21.0
# via
# selenium
Expand Down Expand Up @@ -502,10 +493,6 @@ werkzeug==2.2.3
# pytest-flask
wheel==0.37.1
# via pip-tools
wrapt==1.14.1
# via
# -r requirements.txt
# deprecated
wsproto==1.1.0
# via trio-websocket
wtforms==3.0.1
Expand Down
14 changes: 4 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ cryptography==37.0.2
# pyjwt
cssmin==0.2.0
# via -r requirements.in
deprecated==1.2.13
# via redis
dnspython==2.2.1
# via email-validator
email-validator==1.2.1
Expand Down Expand Up @@ -107,6 +105,8 @@ funding-service-design-utils==2.0.26
# via -r requirements.in
govuk-frontend-jinja==2.3.0
# via -r requirements.in
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
# via funding-service-design-utils
idna==3.3
Expand Down Expand Up @@ -155,9 +155,7 @@ openapi-schema-validator==0.2.3
openapi-spec-validator==0.4.0
# via -r requirements.in
packaging==21.3
# via
# connexion
# redis
# via connexion
prance==0.21.8.0
# via -r requirements.in
pycparser==2.21
Expand Down Expand Up @@ -196,7 +194,7 @@ pyyaml==6.0
# connexion
# funding-service-design-utils
# openapi-spec-validator
redis==4.3.4
redis==4.4.4
# via
# flask-redis
# flipper-client
Expand All @@ -212,8 +210,6 @@ rich==12.4.4
# via funding-service-design-utils
ruamel-yaml==0.17.21
# via prance
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
s3transfer==0.6.1
# via boto3
semver==2.13.0
Expand Down Expand Up @@ -253,8 +249,6 @@ werkzeug==2.2.3
# via
# connexion
# flask
wrapt==1.14.1
# via deprecated
wtforms==3.0.1
# via flask-wtf

Expand Down

0 comments on commit 85eaf7a

Please sign in to comment.