From 7551200d54faada2f185c6e78cb822f5b87dbf7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:21:00 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 50.0.0 in /Chapter16 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 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..5c3dfc1 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==50.0.0 \ No newline at end of file