From 134f56147928a852a0cf1a0dbfab1b8bc2323ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:52:09 +0000 Subject: [PATCH] Bump cryptography from 46.0.7 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 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 d7f3413..d868cd6 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==25.4.0; python_version >= '3.10' certifi==2026.2.25; python_version >= '3.10' charset-normalizer==3.4.6; python_version >= '3.10' -cryptography==46.0.7; python_version >= '3.10' +cryptography==50.0.0; python_version >= '3.10' frozenlist==1.8.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'