Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 68b0a51 commit 4155c45
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 @@ -23,7 +23,7 @@ catpage = 'app.server:main'

[tool.poetry.dependencies]
python = "^3.11"
Werkzeug = "^3.0.4"
Werkzeug = "^3.1.3"
Jinja2 = "^3.1.4"
configargparse = "^1.7"
CherryPy = "^18.10.0"
Expand Down

0 comments on commit 4155c45

Please sign in to comment.