From 90fc307669fca4546340798c5a034f894fc131e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:23:45 +0000 Subject: [PATCH] chore(deps): bump cryptography from 41.0.3 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d6523d5..50d75709 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,14 +23,14 @@ charset-normalizer==3.2.0 # via requests click==8.1.7 # via black -cryptography==41.0.3 - # via moto +cryptography==41.0.4 + # via + # moto + # secretstorage cython==0.29.34 # via -r requirements.in docutils==0.20.1 # via readme-renderer -exceptiongroup==1.1.3 - # via pytest idna==3.4 # via requests importlib-metadata==6.8.0 @@ -41,6 +41,10 @@ iniconfig==2.0.0 # via pytest jaraco-classes==3.3.0 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via moto jmespath==1.0.1 @@ -115,15 +119,12 @@ ruff==0.0.262 # via -r requirements.in s3transfer==0.6.2 # via boto3 +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # bleach # python-dateutil -tomli==2.0.1 - # via - # black - # mypy - # pytest twine==4.0.2 # via -r requirements.in types-pyyaml==6.0.12.11