From 44b00e5d659e0c730237877af7a34590d05d09aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:27:36 +0000 Subject: [PATCH] build(deps): Bump cryptography from 48.0.1 to 50.0.0 in /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] --- python/requirements-dev.txt | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 3496e89..d45d7d5 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -16,7 +16,7 @@ charset-normalizer==3.4.1 # via requests click==8.1.8 # via black -cryptography==48.0.1 +cryptography==50.0.0 # via stackit-core flake8==7.1.1 # via marketplace-reference-code (pyproject.toml) diff --git a/python/requirements.txt b/python/requirements.txt index 032640a..eea2f32 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,7 +12,7 @@ cffi==1.17.1 # via cryptography charset-normalizer==3.4.1 # via requests -cryptography==48.0.1 +cryptography==50.0.0 # via stackit-core idna==3.15 # via requests