From 4c95f0c0496a351a466646745ad0f95efafd2432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:09:35 +0000 Subject: [PATCH] Bump cryptography from 41.0.4 to 41.0.6 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 25 +++++++++++++++++++++---- requirements/typing.txt | 4 +++- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 540d1a9a..07ff829c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,6 +6,8 @@ # alabaster==0.7.12 # via sphinx +async-timeout==4.0.3 + # via redis babel==2.9.1 # via sphinx boto3==1.26.104 @@ -32,7 +34,7 @@ click==8.0.3 # via pip-tools colorama==0.4.6 # via tox -cryptography==41.0.4 +cryptography==41.0.6 # via # types-pyopenssl # types-redis @@ -42,6 +44,8 @@ docutils==0.18.1 # via # sphinx # sphinx-tabs +exceptiongroup==1.2.0 + # via pytest filelock==3.12.3 # via # tox @@ -52,6 +56,8 @@ idna==3.3 # via requests imagesize==1.2.0 # via sphinx +importlib-metadata==6.8.0 + # via sphinx iniconfig==1.1.1 # via pytest jinja2==3.0.2 @@ -154,15 +160,24 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 # via sphinx tomli==2.0.1 - # via pep517 + # via + # build + # mypy + # pep517 + # pip-tools + # pyproject-api + # pytest + # tox tox==4.11.0 # via -r dev.in types-pyopenssl==23.0.0.2 # via types-redis types-redis==4.6.0.7 # via -r typing.in -typing-extensions==3.10.0.2 - # via mypy +typing-extensions==4.8.0 + # via + # filelock + # mypy urllib3==1.26.7 # via # botocore @@ -175,6 +190,8 @@ virtualenv==20.24.4 # tox wheel==0.38.1 # via pip-tools +zipp==3.17.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/typing.txt b/requirements/typing.txt index a525c540..4a948316 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # cffi==1.15.1 # via cryptography -cryptography==41.0.4 +cryptography==41.0.6 # via # types-pyopenssl # types-redis @@ -16,6 +16,8 @@ mypy-extensions==1.0.0 # via mypy pycparser==2.21 # via cffi +tomli==2.0.1 + # via mypy types-pyopenssl==23.0.0.2 # via types-redis types-redis==4.6.0.7