From 43b92b9cf6d365e5a8e0e1aa71824d1b6b5a2b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:49:07 +0000 Subject: [PATCH] build(deps): Bump cryptography from 44.0.1 to 46.0.5 in /python Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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 28c26bb..0c3b38c 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==44.0.1 +cryptography==46.0.5 # via stackit-core flake8==7.1.1 # via marketplace-reference-code (pyproject.toml) diff --git a/python/requirements.txt b/python/requirements.txt index 2d363cb..21bd443 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==44.0.1 +cryptography==46.0.5 # via stackit-core idna==3.10 # via requests