From c4d68aeef9fab32c7d2f3242594b0d2a2dbbe5b3 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 21 Feb 2024 21:57:56 +0000 Subject: [PATCH] Dependabot/pip/cryptography 42.0.4 (#6545) * Bump cryptography from 42.0.2 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] * fix merge --------- 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 d16b90818e..20a9714a0a 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==42.0.2 +cryptography==42.0.4 # via # -c requirements.txt # pdfminer-six diff --git a/requirements.txt b/requirements.txt index 6f4611a816..702d3d38ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ coreapi==2.3.3 # via -r requirements.in coreschema==0.0.4 # via coreapi -cryptography==42.0.2 +cryptography==42.0.4 # via # -r requirements.in # djangorestframework-simplejwt