From dc3f0974acdcc74db1b9a5da6d137888eb7b0270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:41:50 +0000 Subject: [PATCH] Bump werkzeug from 2.3.8 to 3.0.6 in /ctfd Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.6. - [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.8...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ctfd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctfd/requirements.txt b/ctfd/requirements.txt index 45b4a605f..abab8e22c 100644 --- a/ctfd/requirements.txt +++ b/ctfd/requirements.txt @@ -8,7 +8,7 @@ flask-shell-ipython==0.5.1 # CTFd Flask==2.2.5 -Werkzeug==2.3.8 +Werkzeug==3.0.6 Flask-SQLAlchemy==2.5.1 Flask-Caching==2.0.2 Flask-Migrate==2.5.3