From dd3db7b6fa225fa93aadc3a557bf1b5425e81e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:28:40 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 48.0.1 in /Chapter16 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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..87d4af0 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==48.0.1 \ No newline at end of file