Skip to content

Commit 92a6cd5

Browse files
committed
Bump Python dev dependencies to fix Jinja CVE
Fix CVE-2024-56326, CVE-2024-56201
1 parent 14a1463 commit 92a6cd5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

bin/requirements-frozen.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
beautifulsoup4==4.12.3
22
blinker==1.9.0
3-
certifi==2024.8.30
4-
charset-normalizer==3.4.0
5-
click==8.1.7
6-
flask==3.0.3
3+
certifi==2024.12.14
4+
charset-normalizer==3.4.1
5+
click==8.1.8
6+
Flask==3.0.3
77
idna==3.10
8-
importlib-metadata==8.5.0
98
itsdangerous==2.2.0
10-
jinja2==3.1.4
9+
Jinja2==3.1.5
1110
lxml==5.2.2
1211
MarkupSafe==3.0.2
1312
mypy==1.10.0
1413
mypy-extensions==1.0.0
1514
requests==2.32.3
1615
ruff==0.7.3
1716
soupsieve==2.6
18-
tomli==2.0.2
19-
typing-extensions==4.12.2
20-
urllib3==2.2.3
21-
werkzeug==3.1.3
22-
zipp==3.20.2
17+
typing_extensions==4.12.2
18+
urllib3==2.3.0
19+
Werkzeug==3.1.3

0 commit comments

Comments
 (0)