From 19c3f5365ff56f0ee91644f807fbdcb9645741f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 06:23:51 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 2.1.2 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 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/2.1.2...2.2.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 eb28f4c..42aa440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python-dotenv = "^0.19.2" gevent-websocket = "^0.10.1" pydantic = {extras = ["email"], version = "^1.9.0"} mypy = "^0.950" -Werkzeug = "2.1.2" +Werkzeug = "2.2.3" [tool.poetry.dev-dependencies] flask-sqlacodegen = "^1.1.8"