From 0c4c3519b42a6b752ae5194b5c75733515a424ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:41:06 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.3 in /backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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/3.0.1...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.in | 2 +- backend/requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-dev.in b/backend/requirements-dev.in index dc998ebb..8cdc2586 100644 --- a/backend/requirements-dev.in +++ b/backend/requirements-dev.in @@ -1,7 +1,7 @@ # django django-debug-toolbar~=4.3.0 django-extensions~=3.2.3 -werkzeug~=3.0.1 +werkzeug~=3.0.3 # tests pytest~=8.1.1 diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 9546fc80..82e97718 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -103,7 +103,7 @@ et-xmlfile==1.1.0 # openpyxl executing==2.0.1 # via stack-data -faker==24.2.1 +faker==24.4.0 # via -r requirements-dev.in flake8==7.0.0 # via pytest-flake8 @@ -284,7 +284,7 @@ wcwidth==0.2.13 # -r requirements.txt # blessed # prompt-toolkit -werkzeug==3.0.1 +werkzeug==3.0.3 # via -r requirements-dev.in wheel==0.43.0 # via pip-tools