From 2af24b895dcb84361acc9e19e1a2e12bf3b8e81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:07:39 +0000 Subject: [PATCH] Bump cryptography from 46.0.7 to 48.0.1 in /python Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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 70383b2..1147e7f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "cryptography==46.0.7", + "cryptography==48.0.1", "requests==2.33.0" ] diff --git a/python/requirements.txt b/python/requirements.txt index a207716..bc783a1 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -cryptography==46.0.7 +cryptography==48.0.1 requests==2.33.0 pytest==9.0.3 ruff==0.8.4