From 4d0951453319993ae4acdd1e571ef6c2d61a5b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:46:04 +0000 Subject: [PATCH] chore: Bump cryptography from 42.0.5 to 42.0.8 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.8. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...42.0.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.in | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 731b55ec..5b1cc1f3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ colorama==0.4.6 # via tox coverage==7.5.3 # via -r requirements-dev.in -cryptography==42.0.5 +cryptography==42.0.8 # via # -c requirements.txt # secretstorage diff --git a/requirements.in b/requirements.in index 924d9b6d..c00988e3 100644 --- a/requirements.in +++ b/requirements.in @@ -6,7 +6,7 @@ # git+https://github.com/example/example.git@example-vcs-ref#egg=example-pkg[foo,bar]==1.42.3 backports-zoneinfo==0.2.1 ; python_version < "3.9" # Used by `djangorestframework`. -cryptography==42.0.5 +cryptography==42.0.8 defusedxml==0.7.1 Django>=2.2.24 djangorestframework>=3.10.3,<3.16 diff --git a/requirements.txt b/requirements.txt index aeab4e73..8d928aee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ certifi==2023.7.22 # via signxml cffi==1.15.1 # via cryptography -cryptography==42.0.5 +cryptography==42.0.8 # via # -r requirements.in # pyopenssl