Skip to content

Commit

Permalink
Update werkzeug requirement from <2.3.8,>=2.3.0 to >=2.3.0,<3.0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.3.0...3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 988b843 commit de19566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"pyyaml>=6.0,<6.1",
"scikit-learn>=1.2.0,<1.3.1",
"scipy>=1.10.0,<1.10.2",
"werkzeug>=2.3.0,<2.3.8",
"werkzeug>=2.3.0,<3.0.2",
"shapely>=2.0,<2.0.2"
]

Expand Down

0 comments on commit de19566

Please sign in to comment.