From 3b19ecc746bc139f29ab8c440dbff916627122f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:04:22 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 46.0.5 in /Chapter16 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] --- Chapter16/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter16/requirements.txt b/Chapter16/requirements.txt index ea198d9..1a224d0 100644 --- a/Chapter16/requirements.txt +++ b/Chapter16/requirements.txt @@ -4,4 +4,4 @@ pyyaml==5.3.1 requests==2.25.1 werkzeug==2.0.2 SQLAlchemy==1.3.24 -cryptography==3.3.2 \ No newline at end of file +cryptography==46.0.5 \ No newline at end of file