Skip to content

Commit

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

---
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 4, 2024
1 parent e4be286 commit 59725ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"quart~=0.19.4",
"quart-trio~=0.11.1",
"trio~=0.27.0",
"Werkzeug~=3.0.1",
"Werkzeug~=3.1.1",
'exceptiongroup >= 1.2.0; python_version < "3.11"',
'tomli >= 2.0.1; python_version < "3.11"',
]
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ python-sane~=2.9.1
quart~=0.19.4
quart-trio~=0.11.1
trio~=0.27.0
Werkzeug~=3.0.1
Werkzeug~=3.1.1
exceptiongroup >= 1.2.0; python_version < "3.11"
tomli >= 2.0.1; python_version < "3.11"

0 comments on commit 59725ef

Please sign in to comment.