Skip to content

Commit 6fa0b01

Browse files
Update werkzeug requirement in /backend in the pip group
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. Updates `werkzeug` 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@1.0.1...3.1.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4ed4ce commit 6fa0b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies = [
6969
"lxml<5.0.0,>=4.5.0",
7070
"unidecode<2.0.0,>=1.1.1",
7171
"strawberry-graphql==0.243.1",
72-
"Werkzeug<2.0.0,>=1.0.1",
72+
"Werkzeug>=1.0.1,<4.0.0",
7373
"django-import-export<4.0.0,>=3.2.0",
7474
"dal-admin-filters==1.1.0",
7575
"django-markdownify==0.9.5",

0 commit comments

Comments
 (0)