From 59aa19b355dde9109dd1377ade6acf6f9f2b5caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:28:21 +0000 Subject: [PATCH] Bump redis from 4.3.1 to 4.4.4 Bumps [redis](https://github.com/redis/redis-py) from 4.3.1 to 4.4.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 58 +++++++++++--------------------------- requirements.txt | 66 +++++++++++++++----------------------------- 2 files changed, 38 insertions(+), 86 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a75754dd..0f17483e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,6 +12,8 @@ appdirs==1.4.4 # via black asgiref==3.4.1 # via django +asttokens==2.2.1 + # via stack-data async-timeout==4.0.2 # via redis attrs==21.4.0 @@ -43,8 +45,6 @@ botocore==1.20.112 # via # boto3 # s3transfer -cached-property==1.5.2 - # via kombu celery==5.1.2 # via -r requirements.in certifi==2021.10.8 @@ -78,15 +78,10 @@ cryptography==37.0.2 # via # django-auth-adfs # paramiko -dataclasses==0.8 - # via black decorator==5.1.1 # via # ipdb # ipython - # traitlets -deprecated==1.2.13 - # via redis django==3.2.13 # via # -r requirements.in @@ -134,6 +129,8 @@ docutils==0.16 # sphinx-rtd-theme envdir==1.0.1 # via -r requirements.in +executing==1.2.0 + # via stack-data fabric==2.7.0 # via -r requirements-dev.in flake8==4.0.1 @@ -150,18 +147,6 @@ idna==3.3 # via requests imagesize==1.3.0 # via sphinx -importlib-metadata==4.2.0 - # via - # django-configurations - # flake8 - # kombu - # markdown - # pep517 - # pluggy - # pytest - # pytest-isort - # redis - # stevedore iniconfig==1.1.1 # via pytest invoke==1.7.1 @@ -170,12 +155,10 @@ invoke==1.7.1 # fabric ipdb==0.13.9 # via -r requirements-dev.in -ipython==7.16.3 +ipython==8.12.0 # via # -r requirements-dev.in # ipdb -ipython-genutils==0.2.0 - # via traitlets isort==5.10.1 # via pytest-isort jedi==0.17.2 @@ -194,6 +177,8 @@ markdown==3.3.4 # via -r requirements.in markupsafe==2.0.1 # via jinja2 +matplotlib-inline==0.1.6 + # via ipython mccabe==0.6.1 # via flake8 model-bakery==1.5.0 @@ -206,7 +191,6 @@ packaging==21.3 # via # bleach # pytest - # redis # sphinx paramiko==2.11.0 # via fabric @@ -228,7 +212,7 @@ pip-tools==6.4.0 # via -r requirements-dev.in pluggy==0.13.1 # via pytest -prompt-toolkit==3.0.29 +prompt-toolkit==3.0.38 # via # click-repl # ipython @@ -236,6 +220,8 @@ psycopg2-binary==2.9.3 # via -r requirements.in ptyprocess==0.7.0 # via pexpect +pure-eval==0.2.2 + # via stack-data py==1.11.0 # via pytest pycodestyle==2.8.0 @@ -285,7 +271,7 @@ pytz==2022.1 # babel # celery # django -redis==4.3.1 +redis==4.4.4 # via django-redis regex==2022.7.9 # via black @@ -308,7 +294,6 @@ six==1.16.0 # paramiko # pathlib2 # python-dateutil - # traitlets snowballstemmer==2.2.0 # via sphinx soupsieve==2.3.2.post1 @@ -335,6 +320,8 @@ sqlparse==0.4.2 # via # django # django-debug-toolbar +stack-data==0.6.2 + # via ipython stevedore==3.5.0 # via doc8 toml==0.10.2 @@ -347,17 +334,10 @@ tomli==1.2.3 # via # coverage # pep517 -traitlets==4.3.3 - # via ipython -typed-ast==1.5.4 - # via black -typing-extensions==4.1.1 +traitlets==5.9.0 # via - # asgiref - # async-timeout - # black - # importlib-metadata - # redis + # ipython + # matplotlib-inline urllib3==1.26.9 # via # botocore @@ -383,12 +363,6 @@ wheel==0.37.1 # via pip-tools whitenoise==5.3.0 # via -r requirements.in -wrapt==1.14.1 - # via deprecated -zipp==3.6.0 - # via - # importlib-metadata - # pep517 # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements.txt b/requirements.txt index 74ac1621..6946a90a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,18 +16,16 @@ beautifulsoup4==4.11.1 # html2markdown billiard==3.6.4.0 # via celery -bleach-whitelist==0.0.11 - # via -r requirements.in bleach==4.1.0 # via -r requirements.in +bleach-whitelist==0.0.11 + # via -r requirements.in boto3==1.17.61 # via -r requirements.in botocore==1.20.112 # via # boto3 # s3transfer -cached-property==1.5.2 - # via kombu celery==5.1.2 # via -r requirements.in certifi==2021.10.8 @@ -38,22 +36,31 @@ cffi==1.15.0 # via cryptography charset-normalizer==2.0.12 # via requests -click-didyoumean==0.3.0 - # via celery -click-plugins==1.1.1 - # via celery -click-repl==0.2.0 - # via celery click==7.1.2 # via # celery # click-didyoumean # click-plugins # click-repl +click-didyoumean==0.3.0 + # via celery +click-plugins==1.1.1 + # via celery +click-repl==0.2.0 + # via celery cryptography==37.0.2 # via django-auth-adfs -deprecated==1.2.13 - # via redis +django==3.2.13 + # via + # -r requirements.in + # django-auth-adfs + # django-clear-cache + # django-configurations + # django-extensions + # django-filter + # django-model-utils + # django-redis + # django-storages django-auth-adfs==1.9.5 # via -r requirements.in django-clear-cache==0.3 @@ -72,17 +79,6 @@ django-simple-history==3.0.0 # via -r requirements.in django-storages==1.12.3 # via -r requirements.in -django==3.2.13 - # via - # -r requirements.in - # django-auth-adfs - # django-clear-cache - # django-configurations - # django-extensions - # django-filter - # django-model-utils - # django-redis - # django-storages docopt==0.6.2 # via notifications-python-client envdir==1.0.1 @@ -95,12 +91,6 @@ html2markdown==0.1.7 # via -r requirements.in idna==3.3 # via requests -importlib-metadata==4.8.3 - # via - # django-configurations - # kombu - # markdown - # redis jmespath==0.10.0 # via # boto3 @@ -109,14 +99,12 @@ kombu==5.1.0 # via celery lxml==4.8.0 # via -r requirements.in -markdown==3.3.7 +markdown==3.3.4 # via -r requirements.in notifications-python-client==6.3.0 # via -r requirements.in packaging==21.3 - # via - # bleach - # redis + # via bleach prompt-toolkit==3.0.29 # via click-repl psycopg2-binary==2.9.3 @@ -137,7 +125,7 @@ pytz==2022.1 # via # celery # django -redis==4.3.1 +redis==4.4.4 # via django-redis requests==2.27.1 # via @@ -157,12 +145,6 @@ soupsieve==2.3.2.post1 # via beautifulsoup4 sqlparse==0.4.2 # via django -typing-extensions==4.1.1 - # via - # asgiref - # async-timeout - # importlib-metadata - # redis urllib3==1.26.9 # via # botocore @@ -180,10 +162,6 @@ webencodings==0.5.1 # via bleach whitenoise==5.3.0 # via -r requirements.in -wrapt==1.14.1 - # via deprecated -zipp==3.6.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools