Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 31, 2023
1 parent 96b0815 commit b19330a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nowplaying = 'nowplaying.__main__:main'

[tool.poetry.dependencies]
python = "^3.11"
Werkzeug = "^2.3.6"
Werkzeug = ">=2.3.6,<4.0.0"
configargparse = "^1.5.5"
CherryPy = "^18.8.0"
cachelib = "^0.10.1"
Expand Down

0 comments on commit b19330a

Please sign in to comment.