From a1f4a820bdfebc51ad3eb33085932e363f557b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:57:47 +0000 Subject: [PATCH] chore(deps): Bump cryptography from 44.0.3 to 45.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 45.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 8d953712..49dd4ce4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -42,7 +42,7 @@ colorama==0.4.6 # via tox coverage==7.9.1 # via -r requirements-dev.in -cryptography==44.0.3 +cryptography==45.0.4 # via # -c requirements.txt # secretstorage diff --git a/requirements.in b/requirements.in index ac0822eb..39a4049f 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==44.0.3 +cryptography==45.0.4 defusedxml==0.7.1 django-filter>=24.2 Django>=4.2 diff --git a/requirements.txt b/requirements.txt index 0dac7161..24aa5713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ certifi==2024.7.4 # via signxml cffi==1.16.0 # via cryptography -cryptography==44.0.3 +cryptography==45.0.4 # via # -r requirements.in # pyopenssl