From 913d64058ddcb7fec1db7f929ddec7723ae0e151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 04:52:05 +0000 Subject: [PATCH] chore: bump cryptography in /tests/requirements-python Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 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 c4f608c0e..9171c5590 100644 --- a/tests/requirements-python/python-requirements.in +++ b/tests/requirements-python/python-requirements.in @@ -1,4 +1,4 @@ -cryptography==48.0.1 +cryptography==50.0.0 docker==7.1.0 filelock==3.29.0 msgpack==1.2.1 diff --git a/tests/requirements-python/python-requirements.txt b/tests/requirements-python/python-requirements.txt index 69d8bc5bf..cf3882ec5 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==48.0.1 +cryptography==50.0.0 # via -r python-requirements.in dnspython==2.6.1 # via pymongo