From 43a6fe6bc15b2e6d227539b34b62ee4d847d77d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 19:32:42 +0000 Subject: [PATCH] Bump cryptography from 46.0.7 to 48.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 2e6cb8a..a1275eb 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,6 +1,6 @@ Pillow==12.2.0 -cryptography==46.0.7 +cryptography==48.0.0 tqdm==4.66.5 argon2-cffi==23.1.0 diff --git a/requirements/base.txt b/requirements/base.txt index 1c3d030..6ed04ab 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ Pillow>=12.2.0 -cryptography>=46.0.7,<47 +cryptography>=46.0.7,<49 tqdm>=4.60.0 argon2-cffi>=23.1.0