From 37607ab64807a606c645117d01a5174f22d6e12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:36:16 +0000 Subject: [PATCH] build(deps): bump cryptography from 44.0.1 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-minimal.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 79dc139a..2eb3fb26 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -1,4 +1,4 @@ pymysql==1.1.1 # Required by pymysql depending on setup: https://stackoverflow.com/questions/54477829/cryptography-is-required-for-sha256-password-or-caching-sha2-password -cryptography==44.0.1 +cryptography==46.0.6 # uwsgi==2.0.23 # No need for this if running via rocketserver diff --git a/requirements.txt b/requirements.txt index 6115a881..fde37789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pymysql==1.1.1 # Required by pymysql depending on setup: https://stackoverflow.com/questions/54477829/cryptography-is-required-for-sha256-password-or-caching-sha2-password -cryptography==44.0.1 +cryptography==46.0.6 uwsgi==2.0.23 tqdm