From 77e8c3438074cd21c41a2115ef267243734c3359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:35:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20werkzeug=20from=202.2.3=20to?= =?UTF-8?q?=203.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 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.3...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8b7bb7..a0a0f09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ mkdocs==1.6.0 pydantic==1.10.13 setuptools==68.2.2 typer==0.12.3 -Werkzeug==2.2.3 +Werkzeug==3.0.3 websockets==12.0 \ No newline at end of file