From 808973a5b7f887e755b068a8876f8f0744a3db39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:45:27 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.33.0 in /Chapter16 Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.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..fc1d357 100644 --- a/Chapter16/requirements.txt +++ b/Chapter16/requirements.txt @@ -1,7 +1,7 @@ flask==2.0.1 Jinja2==3.0.1 pyyaml==5.3.1 -requests==2.25.1 +requests==2.33.0 werkzeug==2.0.2 SQLAlchemy==1.3.24 cryptography==3.3.2 \ No newline at end of file