From 341f638e5d42ef71b883d83c2c263c4d8899f5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:54:03 +0100 Subject: [PATCH] Bump cryptography from 41.0.7 to 42.0.0 (#6419) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.0) --- 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.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b1591cbea8..d05314e9c7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ coverage[toml]==5.5 # coveralls coveralls==2.1.2 # via -r requirements-dev.in -cryptography==41.0.7 +cryptography==42.0.0 # via # -c requirements.txt # pdfminer-six diff --git a/requirements.txt b/requirements.txt index 2788ecd3fb..2b7eaf3276 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ coreapi==2.3.3 # via -r requirements.in coreschema==0.0.4 # via coreapi -cryptography==41.0.7 +cryptography==42.0.0 # via # -r requirements.in # djangorestframework-simplejwt