From e68a6de4fbc1c77271bb9d63749ea542dd90e143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:36:42 +0000 Subject: [PATCH] Bump cryptography from 46.0.7 to 48.0.1 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4279910..2a853a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ 'PyYAML==6.0.3', 'SQLAlchemy==1.4.54', 'colored==2.3.2', - 'cryptography==46.0.7', + 'cryptography==48.0.1', 'exrex==0.12.0', 'mock==5.2.0', 'pem==23.1.0', diff --git a/requirements.txt b/requirements.txt index 2f30cdb..bec466c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ PyYAML==6.0.3 SQLAlchemy==1.4.54 colored==2.3.2 -cryptography==46.0.7 +cryptography==48.0.1 exrex==0.12.0 mock==5.2.0 pem==23.1.0