From 36fba2acf12955f23b2cce560e841b3d16bc4cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:45:58 +0000 Subject: [PATCH] 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/pyproject.toml | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 9651727..9c89056 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "cryptography==48.0.1", + "cryptography==50.0.0", "requests==2.33.0" ] diff --git a/python/requirements.txt b/python/requirements.txt index bc783a1..479f598 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -cryptography==48.0.1 +cryptography==50.0.0 requests==2.33.0 pytest==9.0.3 ruff==0.8.4