Skip to content

Commit

Permalink
build(deps): bump werkzeug from 2.3.6 to 2.3.7
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 2.3.7.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.3.6...2.3.7)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent 30c0c10 commit c188b98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cloudevents = "^1.9.0"
kafka-python = "^2.0.2"
cherrypy = "^18.8.0"
pyyaml = "^6.0"
werkzeug = "^2.3.6"
werkzeug = "^2.3.7"

[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
Expand All @@ -29,7 +29,7 @@ pytest-ruff = "^0.1"
ruff = "^0.0.284"
isort = "^5.12.0"
pytest-isort = "^3.1.0"
werkzeug = "^2.3.6"
werkzeug = "^2.3.7"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit c188b98

Please sign in to comment.