Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 3fa2090 commit fa27a17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 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 @@ -22,7 +22,7 @@ prometheus-flask-exporter = ">=0.21.0,<0.22"
python-dotenv = ">=1.0.0,<1.1"
sqlalchemy = ">=1.4.46,<1.5"
flask-cors = "^4.0.0"
werkzeug = "~2.2.3" # werkzeug 2.3.x breaks debugpy, so manually keep it at 2.2.x
werkzeug = "~2.3.8" # werkzeug 2.3.x breaks debugpy, so manually keep it at 2.2.x

[tool.poetry.group.dev.dependencies]
coverage = "^7.2.1"
Expand Down

0 comments on commit fa27a17

Please sign in to comment.