From a592a843fa8f3c04a47606268bc52aadb62c9dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:25:48 +0000 Subject: [PATCH] chore: bump cryptography in /tests/requirements-python Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements-python/python-requirements.in | 2 +- tests/requirements-python/python-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements-python/python-requirements.in b/tests/requirements-python/python-requirements.in index bdce93724..ee64ce2b1 100644 --- a/tests/requirements-python/python-requirements.in +++ b/tests/requirements-python/python-requirements.in @@ -1,4 +1,4 @@ -cryptography==46.0.5 +cryptography==46.0.6 docker==7.1.0 filelock==3.25.1 msgpack==1.1.2 diff --git a/tests/requirements-python/python-requirements.txt b/tests/requirements-python/python-requirements.txt index 473187325..1ec2cea85 100644 --- a/tests/requirements-python/python-requirements.txt +++ b/tests/requirements-python/python-requirements.txt @@ -16,7 +16,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==2.1.1 # via requests -cryptography==46.0.5 +cryptography==46.0.6 # via -r python-requirements.in dnspython==2.6.1 # via pymongo