From bcc27763214fc47339e24d5322f4b5612933aeac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:03:47 +0000 Subject: [PATCH] chore(deps): bump cryptography from 40.0.2 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-minimal.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 2404c062..9defec05 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -1,6 +1,6 @@ cached-property celery[redis] -cryptography<39.0.2 # Due to Rust requirements (ok to remove once rustc is puppeted or we just install Rust in the container) +cryptography<43.0.2 # Due to Rust requirements (ok to remove once rustc is puppeted or we just install Rust in the container) django django-bootstrap-form django-ipware diff --git a/requirements.txt b/requirements.txt index 5260c42e..e1703399 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ click-didyoumean==0.0.3 click-plugins==1.1.1 click-repl==0.2.0 cracklib==2.9.6 -cryptography==40.0.2 +cryptography==43.0.1 cycler==0.10.0 Deprecated==1.2.13 Django==3.2.19