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 Nov 9, 2023
1 parent 25e9bdc commit b8b8678
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
23 changes: 11 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ beautifulsoup4==4.12.2
# via
# -r requirements-dev.in
# -r requirements.txt
# funding-service-design-utils
black==22.10.0
# via -r requirements-dev.in
blinker==1.6.2
Expand Down Expand Up @@ -112,10 +113,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 @@ -174,14 +171,18 @@ flipper-client==1.3.2
# via
# -r requirements.txt
# funding-service-design-utils
funding-service-design-utils==2.0.14
funding-service-design-utils==2.0.26
# via -r requirements.txt
gitdb==4.0.9
# via gitpython
gitpython==3.1.27
# via bandit
govuk-frontend-jinja==2.3.0
# via -r requirements.txt
greenlet==3.0.1
# via
# -r requirements.txt
# sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -240,6 +241,7 @@ markupsafe==2.1.1
# -r requirements.txt
# jinja2
# mako
# sentry-sdk
# werkzeug
# wtforms
msal==1.18.0
Expand All @@ -265,7 +267,6 @@ packaging==21.3
# connexion
# dparse
# pytest
# redis
pathspec==0.9.0
# via black
pbr==5.9.0
Expand Down Expand Up @@ -301,6 +302,7 @@ pyjwt[crypto]==2.4.0
# -r requirements.txt
# funding-service-design-utils
# msal
# pyjwt
pyopenssl==22.0.0
# via urllib3
pyparsing==3.0.9
Expand Down Expand Up @@ -376,7 +378,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 Down Expand Up @@ -416,10 +418,11 @@ semver==2.13.0
# via
# -r requirements.txt
# prance
sentry-sdk[flask]==1.9.9
sentry-sdk[flask]==1.31.0
# via
# -r requirements.txt
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -502,10 +505,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
16 changes: 7 additions & 9 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==3.0.1
# 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 @@ -219,7 +217,9 @@ s3transfer==0.6.1
semver==2.13.0
# via prance
sentry-sdk[flask]==1.31.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# flask-talisman
Expand Down Expand Up @@ -253,8 +253,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 b8b8678

Please sign in to comment.