From 4e50a20d7a9fee260106fc718670a64f77b84232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:03:01 +0000 Subject: [PATCH] chore(deps): bump cryptography in /packages/dev/Languages/Python Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/dev/Languages/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/Languages/Python/requirements.txt b/packages/dev/Languages/Python/requirements.txt index eb991e0e..64f20415 100644 --- a/packages/dev/Languages/Python/requirements.txt +++ b/packages/dev/Languages/Python/requirements.txt @@ -3,7 +3,7 @@ attrs==19.3.0 # Updated from 19.2.0 Automat==20.2.0 # Updated from 0.7.0 cffi==1.14.0 # Updated from 1.12.3 constantly==15.1.0 -cryptography==3.3.2 # Updated from 2.7 +cryptography==46.0.5 # Updated from 2.7 cssselect==1.1.0 enum34==1.1.10 # Updated from 1.1.6 #functools32==3.2.3.post2