Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 10dcd5e commit d820595
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 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.23.0,<0.24"
python-dotenv = ">=1.0.0,<1.1"
sqlalchemy = ">=2.0.29,<2.1"
flask-cors = "^4.0.1"
werkzeug = "~2.2.3" # werkzeug 2.3.x breaks debugpy, so manually keep it at 2.2.x
werkzeug = "~3.0.3" # werkzeug 2.3.x breaks debugpy, so manually keep it at 2.2.x
asgiref = "^3.7.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit d820595

Please sign in to comment.