From 84ab6af4b0da9d451799a93d482a949012c0f36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:44:39 +0000 Subject: [PATCH] Bump cryptography from 40.0.2 to 41.0.6 in /requirements (#10) Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c055233..b059d81 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,7 +12,7 @@ cfgv==3.3.1 charset-normalizer==3.1.0 click==8.1.3 coverage==7.2.5 -cryptography==40.0.2 +cryptography==41.0.6 distlib==0.3.6 dnspython==2.3.0 dparse==0.6.2 diff --git a/requirements/production.txt b/requirements/production.txt index e9c6309..2c6fdab 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,7 +7,7 @@ asyncpg==0.27.0 bcrypt==4.0.1 cffi==1.15.1 click==8.1.3 -cryptography==40.0.2 +cryptography==41.0.6 dnspython==2.3.0 email-validator==2.0.0.post2 fastapi==0.95.1