From 894fece1d83c65acf3c3576a3df7f45bc1cbb6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:18:30 +0000 Subject: [PATCH] chore(deps): bump cryptography from 41.0.4 to 41.0.6 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.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 728998ba..d621654c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ charset-normalizer==3.2.0 # via requests click==8.1.7 # via black -cryptography==41.0.4 +cryptography==41.0.6 # via # moto # secretstorage @@ -31,6 +31,8 @@ cython==0.29.34 # via -r requirements.in docutils==0.20.1 # via readme-renderer +exceptiongroup==1.2.0 + # via pytest idna==3.4 # via requests importlib-metadata==6.8.0 @@ -125,6 +127,11 @@ 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