From 76de271bef5395b45763bcc3f4dd2e4dbbe64fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:11:46 +0000 Subject: [PATCH] Bump cryptography from 41.0.1 to 41.0.3 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/all.txt | 2 +- requirements/check-release.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/all.txt b/requirements/all.txt index 9ff8b812..1b339de5 100644 --- a/requirements/all.txt +++ b/requirements/all.txt @@ -38,7 +38,7 @@ coverage[toml]==7.2.7 # via # pytest-cov # sampleproject (pyproject.toml) -cryptography==41.0.1 +cryptography==41.0.3 # via secretstorage docutils==0.20.1 # via readme-renderer diff --git a/requirements/check-release.txt b/requirements/check-release.txt index 907949c2..3e2b0d9e 100644 --- a/requirements/check-release.txt +++ b/requirements/check-release.txt @@ -18,7 +18,7 @@ charset-normalizer==3.1.0 # via requests check-manifest==0.49 # via sampleproject (pyproject.toml) -cryptography==41.0.1 +cryptography==41.0.3 # via secretstorage docutils==0.20.1 # via readme-renderer