From 7748042e9278063dbf97c5df70b0be9966ae578a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:19:15 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index e4993cb..78fc665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ dependencies = [ "typing_extensions==4.5.0", "tzdata==2024.1", "urllib3==2.2.2", - "Werkzeug==3.0.3", + "Werkzeug==3.0.6", "wrapt==1.14.1" ] diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 2c6b5dc..2d1c881 --- a/requirements.txt +++ b/requirements.txt @@ -105,5 +105,5 @@ typer==0.12.3 typing_extensions==4.5.0 tzdata==2024.1 urllib3==2.2.2 -Werkzeug==3.0.3 +Werkzeug==3.0.6 wrapt==1.14.1