From 931311e2518d7d10bd78cf1b2e9a2fc1578804e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:51:18 +0000 Subject: [PATCH] chore(deps-dev): bump werkzeug from 3.0.1 to 3.0.2 in /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] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 8747c356..401d9f2c 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,7 +4,7 @@ tblib==3.0.0 # https://pypi.org/project/tblib/ coverage==7.4.4 # https://github.com/nedbat/coveragepy watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles -Werkzeug==3.0.1 # https://github.com/pallets/werkzeug +Werkzeug==3.0.2 # https://github.com/pallets/werkzeug django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions django-debug-toolbar==4.3.0 # https://github.com/jazzband/django-debug-toolbar platformdirs==4.2.0 # https://github.com/platformdirs/platformdirs