From 511de61f1e6963edcc271c4a3fd88e50b04d2b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:46:45 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 3.0.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.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/2.2.2...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f54655..71be5af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ipython>=8.12.3", "psycopg2-binary>=2.9.9", "flask-oauthlib==0.9.6", - "Werkzeug==2.2.2", + "Werkzeug==3.0.3", ] readme = "README.md" requires-python = ">= 3.11"