Skip to content

Commit

Permalink
deps(pip): bump werkzeug from 3.0.1 to 3.0.2
Browse files Browse the repository at this point in the history
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](pallets/werkzeug@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent d0e6e2a commit 35b376c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docs = ["sphinx","sphinx-autobuild","sphinx_rtd_theme", "django-debug-toolbar",
optional = true

[tool.poetry.group.local.dependencies]
werkzeug = {version = "3.0.1", extras = ["watchdog"]}
werkzeug = {version = "3.0.2", extras = ["watchdog"]}
ipdb = "^0.13.13"
psycopg = {version = "3.1.18", extras = ["c"]}
watchfiles = "^0.21.0"
Expand Down

0 comments on commit 35b376c

Please sign in to comment.