From 870a5618765238042c802cbce189c7537d836dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:51:34 +0000 Subject: [PATCH] chore(deps-dev): bump werkzeug in /backend/requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.2. - [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.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/development.txt b/backend/requirements/development.txt index f06db70..39ad0b2 100644 --- a/backend/requirements/development.txt +++ b/backend/requirements/development.txt @@ -1,6 +1,6 @@ -r base.txt -Werkzeug==3.0.1 # https://github.com/pallets/werkzeug +Werkzeug==3.0.2 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles tblib==3.0.0 # https://pypi.org/project/tblib/