Skip to content

Commit 751766c

Browse files
build: upgrade werkzeug to 3.1.5 to mitigate vuln & lock poetry to 2.2.1
1 parent ce09a75 commit 751766c

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tools]
22
python="3.11"
3-
poetry="2.2"
3+
poetry="2.2.1"
44
java="liberica-1.8.0"

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python 3.11.14
2-
poetry 2.2.0
2+
poetry 2.2.1
33
java liberica-1.8.0

poetry.lock

Lines changed: 7 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ faker = "18.11.1"
5151
behave = "1.3.3"
5252
coverage = "7.11.0"
5353
moto = {extras = ["s3"], version = "4.0.13"}
54-
Werkzeug = "3.0.6" # Dependency of moto which needs 3.0.6 for security vuln mitigation
54+
Werkzeug = "3.1.5"
5555
pytest = "8.4.2"
5656
pytest-lazy-fixtures = "1.4.0" # switched from https://github.com/TvoroG/pytest-lazy-fixture as it's no longer supported
5757
xlsx2csv = "0.8.2"

0 commit comments

Comments
 (0)