From bd937a015b6fd00fa592f47e7afdc2e990cbc24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:02:03 +0000 Subject: [PATCH] Bump cryptography from 41.0.0 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 852ba03..0fb3642 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ attrs==19.1.0; python_version >= '3.5' and python_version < '3.10' attrs==21.4.0; python_version >= '3.10' certifi==2021.10.8; python_version >= '3.10' charset-normalizer==2.0.12; python_version >= '3.10' -cryptography==41.0.0; python_version >= '3.10' +cryptography==46.0.5; python_version >= '3.10' frozenlist==1.3.0; python_version >= '3.10' httpretty==1.1.4; python_version >= '3.10' idna-ssl==1.1.0; python_version >= '3.5' and python_version < '3.7'