From 751e61b0e78e2b5266829a6ebda109f62dd53a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:49:41 +0000 Subject: [PATCH] Bump werkzeug from 2.3.7 to 3.0.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 3.0.0. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.7...3.0.0) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 9217b59..6f3650a 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,7 +2,7 @@ Flask-Mail==0.9.1 flask-session2==1.3.1 Flask-WTF==1.2.1 Flask==2.3.3 -Werkzeug==2.3.7 +Werkzeug==3.0.0 cs50==9.2.7 pyjwt==2.8.0 requests==2.31.0