From cc611466c88bc6cf21a99ed482cf07df68772f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:02:41 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 46.0.6 in /Chapter16 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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..fe3dc03 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.6 \ No newline at end of file