From 45da03635e07465fbe2f96ca9666965b6abcbeab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:44:09 +0000 Subject: [PATCH] Bump cryptography from 44.0.0 to 44.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 42ba967..6ad9be8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ charset-normalizer==3.4.0 # requests coverage[toml]==7.6.9 # via pytest-cov -cryptography==44.0.0 +cryptography==44.0.2 # via pyopenssl defusedxml==0.7.1 # via httpie diff --git a/requirements.txt b/requirements.txt index c4e9507..11de783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ charset-normalizer==3.4.0 # via # httpie # requests -cryptography==44.0.0 +cryptography==44.0.2 # via pyopenssl defusedxml==0.7.1 # via httpie