Skip to content

Commit 39f1e65

Browse files
Update werkzeug requirement from ~=2.2.2 to >=2.2.2,<3.2.0
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.2.2...3.1.3) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef1143b commit 39f1e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install_requires =
5353
soupsieve~=2.6
5454
urllib3~=2.2.3
5555
waitress==2.0.0
56-
Werkzeug~=2.2.2
56+
Werkzeug>=2.2.2,<3.2.0
5757
wheel
5858
xlrd>=1.2
5959
xmlschema==1.5.1

0 commit comments

Comments
 (0)