From 636784bedee24cc79d6187b97c7f8ecf911691ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:55:39 +0000 Subject: [PATCH] Bump cryptography from 46.0.5 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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 0235758..2ae3db7 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.5; python_version >= '3.10' +cryptography==46.0.6; 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'