Skip to content

Commit 3974e17

Browse files
Bump werkzeug from 3.0.6 to 3.1.4
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. - [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.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e20667 commit 3974e17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"requests~=2.32.0",
1313
"SQLAlchemy~=2.0.29",
1414
"Flask~=3.0.0",
15-
"Werkzeug~=3.0.6",
15+
"Werkzeug~=3.1.4",
1616
"python-dotenv~=1.0.0",
1717
"deepmerge~=1.1.0",
1818
"jsonpath-ng>=1.7.0",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,9 @@ urllib3==2.5.0 \
506506
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
507507
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
508508
# via requests
509-
werkzeug==3.0.6 \
510-
--hash=sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17 \
511-
--hash=sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d
509+
werkzeug==3.1.4 \
510+
--hash=sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905 \
511+
--hash=sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e
512512
# via
513513
# flask
514514
# flask-login

0 commit comments

Comments
 (0)