From bf502b6c530471e380f66e76752f0c9ecdbb0202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:29:22 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.2.3 in /ctfd Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. - [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/1.0.1...2.2.3) --- 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 43584ef6f..525265d42 100644 --- a/ctfd/requirements.txt +++ b/ctfd/requirements.txt @@ -8,7 +8,7 @@ flask-shell-ipython # CTFd Flask==2.0.3 -Werkzeug==2.0.3 +Werkzeug==2.2.3 Flask-SQLAlchemy==2.5.1 Flask-Caching==2.0.2 Flask-Migrate==2.5.3