Skip to content

Commit 41335c8

Browse files
deps(pip): update werkzeug requirement from <3.1,>=3.0 to >=3.0,<3.2
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@3.0.0...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 485423e commit 41335c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dash-bootstrap-components==1.7.1
77
flask>=3.0,<3.2
88
flask-compress>=1.14,<1.16
99
plotly>=5.22,<7
10-
werkzeug>=3.0,<3.1
10+
werkzeug>=3.0,<3.2
1111

1212
# Data
1313
pandas>=2.2.3,<3

0 commit comments

Comments
 (0)