Skip to content

Commit

Permalink
Bump fakeredis from 2.19.0 to 2.20.1
Browse files Browse the repository at this point in the history
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.19.0 to 2.20.1.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.19.0...v2.20.1)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 9eaa02b commit cde187d
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 11 deletions.
41 changes: 35 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ annotated-types==0.6.0
# pydantic
arrow==1.3.0
# via -r requirements-tests.txt
async-timeout==4.0.3
# via
# -r requirements-tests.txt
# redis
asyncpool==1.0
# via -r requirements-tests.txt
attrs==23.1.0
Expand Down Expand Up @@ -82,7 +86,9 @@ botocore==1.31.66
# moto
# s3transfer
celery[redis]==5.3.4
# via -r requirements-tests.txt
# via
# -r requirements-tests.txt
# celery
certbot==2.7.2
# via -r requirements-tests.txt
certifi==2023.7.22
Expand All @@ -91,7 +97,9 @@ certifi==2023.7.22
# requests
# sentry-sdk
certsrv[ntlm]==2.1.1
# via -r requirements-tests.txt
# via
# -r requirements-tests.txt
# certsrv
cffi==1.16.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -187,13 +195,17 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.2.0
# via
# -r requirements-tests.txt
# pytest
factory-boy==3.3.0
# via -r requirements-tests.txt
faker==19.11.0
# via
# -r requirements-tests.txt
# factory-boy
fakeredis==2.19.0
fakeredis==2.20.1
# via -r requirements-tests.txt
filelock==3.12.4
# via virtualenv
Expand Down Expand Up @@ -257,8 +269,11 @@ idna==3.4
# via
# -r requirements-tests.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements-tests.txt
# certbot
# flask
# keyring
# twine
importlib-resources==6.1.0
Expand Down Expand Up @@ -393,7 +408,9 @@ mdurl==0.1.2
more-itertools==10.1.0
# via jaraco-classes
moto[all]==4.2.6
# via -r requirements-tests.txt
# via
# -r requirements-tests.txt
# moto
mpmath==1.3.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -582,6 +599,7 @@ python-jose[cryptography]==3.3.0
# via
# -r requirements-tests.txt
# moto
# python-jose
python-json-logger==2.0.7
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -730,6 +748,12 @@ sympy==1.12
# cfn-lint
tabulate==0.9.0
# via -r requirements-tests.txt
tomli==2.0.1
# via
# -r requirements-tests.txt
# black
# mypy
# pytest
twine==4.0.2
# via -r requirements-dev.in
twofish==0.3.0
Expand Down Expand Up @@ -775,7 +799,9 @@ typing-extensions==4.8.0
# -r requirements-tests.txt
# alembic
# aws-sam-translator
# black
# flask-limiter
# kombu
# limits
# mypy
# pydantic
Expand Down Expand Up @@ -827,7 +853,10 @@ xmltodict==0.13.0
# -r requirements-tests.txt
# moto
zipp==3.17.0
# via importlib-metadata
# via
# -r requirements-tests.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
35 changes: 33 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ arrow==1.3.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
async-timeout==4.0.3
# via
# -r requirements-tests.txt
# redis
asyncpool==1.0
# via -r requirements-tests.txt
attrs==23.1.0
Expand Down Expand Up @@ -94,6 +98,7 @@ celery[redis]==5.3.4
# via
# -r requirements-docs.in
# -r requirements-tests.txt
# celery
certbot==2.7.2
# via
# -r requirements-docs.in
Expand Down Expand Up @@ -207,13 +212,17 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.2.0
# via
# -r requirements-tests.txt
# pytest
factory-boy==3.3.0
# via -r requirements-tests.txt
faker==19.11.0
# via
# -r requirements-tests.txt
# factory-boy
fakeredis==2.19.0
fakeredis==2.20.1
# via -r requirements-tests.txt
flask==2.3.3
# via
Expand Down Expand Up @@ -295,6 +304,12 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
# via
# -r requirements-tests.txt
# certbot
# flask
# sphinx
importlib-resources==6.1.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -423,7 +438,9 @@ mdurl==0.1.2
# -r requirements-tests.txt
# markdown-it-py
moto[all]==4.2.6
# via -r requirements-tests.txt
# via
# -r requirements-tests.txt
# moto
mpmath==1.3.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -607,6 +624,7 @@ python-jose[cryptography]==3.3.0
# via
# -r requirements-tests.txt
# moto
# python-jose
python-json-logger==2.0.7
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -786,6 +804,12 @@ tabulate==0.9.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
tomli==2.0.1
# via
# -r requirements-tests.txt
# black
# mypy
# pytest
twofish==0.3.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -829,7 +853,9 @@ typing-extensions==4.8.0
# -r requirements-tests.txt
# alembic
# aws-sam-translator
# black
# flask-limiter
# kombu
# limits
# mypy
# pydantic
Expand Down Expand Up @@ -880,6 +906,11 @@ xmltodict==0.13.0
# -r requirements-docs.in
# -r requirements-tests.txt
# moto
zipp==3.17.0
# via
# -r requirements-tests.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
30 changes: 27 additions & 3 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ annotated-types==0.6.0
# via pydantic
arrow==1.3.0
# via -r requirements.txt
async-timeout==4.0.3
# via redis
asyncpool==1.0
# via -r requirements.txt
attrs==23.1.0
Expand Down Expand Up @@ -79,6 +81,7 @@ celery[redis]==5.3.4
# via
# -r requirements-tests.in
# -r requirements.txt
# celery
certbot==2.7.2
# via -r requirements.txt
certifi==2023.7.22
Expand All @@ -87,7 +90,9 @@ certifi==2023.7.22
# requests
# sentry-sdk
certsrv[ntlm]==2.1.1
# via -r requirements.txt
# via
# -r requirements.txt
# certsrv
cffi==1.16.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -171,13 +176,15 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements-tests.in
faker==19.11.0
# via
# -r requirements-tests.in
# factory-boy
fakeredis==2.19.0
fakeredis==2.20.1
# via -r requirements-tests.in
flask==2.3.3
# via
Expand Down Expand Up @@ -229,6 +236,10 @@ idna==3.4
# via
# -r requirements.txt
# requests
importlib-metadata==7.0.0
# via
# certbot
# flask
importlib-resources==6.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -471,7 +482,9 @@ python-dateutil==2.8.2
# freezegun
# moto
python-jose[cryptography]==3.3.0
# via moto
# via
# moto
# python-jose
python-json-logger==2.0.7
# via
# -r requirements.txt
Expand Down Expand Up @@ -586,6 +599,11 @@ sympy==1.12
# via cfn-lint
tabulate==0.9.0
# via -r requirements.txt
tomli==2.0.1
# via
# black
# mypy
# pytest
twofish==0.3.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -625,7 +643,9 @@ typing-extensions==4.8.0
# -r requirements.txt
# alembic
# aws-sam-translator
# black
# flask-limiter
# kombu
# limits
# mypy
# pydantic
Expand Down Expand Up @@ -671,6 +691,10 @@ xmltodict==0.13.0
# via
# -r requirements.txt
# moto
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit cde187d

Please sign in to comment.