Skip to content

Commit 4c6f821

Browse files
committed
chore: upgrade dependencies to resolve high-severity CVEs
1 parent 808b0f6 commit 4c6f821

2 files changed

Lines changed: 58 additions & 55 deletions

File tree

requirements-trace.txt

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#
55
# pip-compile --output-file=requirements-trace.txt --strip-extras pyproject.toml
66
#
7-
aiohappyeyeballs==2.6.1
7+
aiohappyeyeballs==2.6.2
88
# via aiohttp
9-
aiohttp==3.13.5 ; python_version >= "3.9"
9+
aiohttp==3.14.0 ; python_version >= "3.9"
1010
# via omnipkg (pyproject.toml)
1111
aiosignal==1.4.0
1212
# via aiohttp
1313
annotated-doc==0.0.4
1414
# via typer
15-
attrs==25.4.0
15+
attrs==26.1.0
1616
# via aiohttp
17-
authlib==1.6.9 ; python_version >= "3.9"
17+
authlib==1.7.2 ; python_version >= "3.9"
1818
# via omnipkg (pyproject.toml)
1919
blinker==1.9.0
2020
# via flask
@@ -24,49 +24,50 @@ cachecontrol==0.14.4
2424
# via
2525
# cachecontrol
2626
# pip-audit
27-
certifi==2026.2.25
27+
certifi==2026.5.20
2828
# via requests
2929
cffi==2.0.0
3030
# via cryptography
31-
charset-normalizer==3.4.6
31+
charset-normalizer==3.4.7
3232
# via requests
33-
click==8.3.1
34-
# via
35-
# flask
36-
# typer
37-
cryptography==46.0.7 ; python_version >= "3.8"
33+
click==8.4.1
34+
# via flask
35+
cryptography==48.0.0 ; python_version >= "3.8" and platform_system != "Emscripten"
3836
# via
3937
# authlib
38+
# joserfc
4039
# omnipkg (pyproject.toml)
41-
cyclonedx-python-lib==11.7.0
40+
cyclonedx-python-lib==11.8.0
4241
# via pip-audit
4342
defusedxml==0.7.1
4443
# via py-serializable
45-
filelock==3.25.2 ; python_version >= "3.10"
44+
filelock==3.29.1 ; python_version >= "3.10"
4645
# via
4746
# cachecontrol
4847
# omnipkg (pyproject.toml)
4948
flask==3.1.3 ; python_version >= "3.9"
5049
# via
5150
# flask-cors
5251
# omnipkg (pyproject.toml)
53-
flask-cors==6.0.2 ; python_version >= "3.8"
52+
flask-cors==6.0.3 ; python_version >= "3.8"
5453
# via omnipkg (pyproject.toml)
5554
frozenlist==1.8.0
5655
# via
5756
# aiohttp
5857
# aiosignal
59-
idna==3.11
58+
idna==3.18
6059
# via
6160
# requests
6261
# yarl
6362
itsdangerous==2.2.0
6463
# via flask
6564
jinja2==3.1.6
6665
# via flask
66+
joserfc==1.7.0
67+
# via authlib
6768
license-expression==30.4.4
6869
# via cyclonedx-python-lib
69-
markdown-it-py==4.0.0
70+
markdown-it-py==4.2.0
7071
# via rich
7172
markupsafe==3.0.3
7273
# via
@@ -83,7 +84,7 @@ multidict==6.7.1
8384
# yarl
8485
packageurl-python==0.17.6
8586
# via cyclonedx-python-lib
86-
packaging==26.0 ; python_version >= "3.10"
87+
packaging==26.2 ; python_version >= "3.10"
8788
# via
8889
# omnipkg (pyproject.toml)
8990
# pip-audit
@@ -94,13 +95,13 @@ pip-audit==2.10.0
9495
# via omnipkg (pyproject.toml)
9596
pip-requirements-parser==32.0.1
9697
# via pip-audit
97-
platformdirs==4.9.4
98+
platformdirs==4.10.0
9899
# via pip-audit
99-
propcache==0.4.1
100+
propcache==0.5.2
100101
# via
101102
# aiohttp
102103
# yarl
103-
psutil==7.2.2
104+
psutil==7.2.2 ; platform_system != "Emscripten"
104105
# via omnipkg (pyproject.toml)
105106
py-serializable==2.1.0
106107
# via cyclonedx-python-lib
@@ -112,12 +113,12 @@ pygments==2.20.0 ; python_version >= "3.9"
112113
# rich
113114
pyparsing==3.3.2
114115
# via pip-requirements-parser
115-
requests==2.33.1
116+
requests==2.34.2
116117
# via
117118
# cachecontrol
118119
# omnipkg (pyproject.toml)
119120
# pip-audit
120-
rich==14.3.3
121+
rich==15.0.0
121122
# via
122123
# omnipkg (pyproject.toml)
123124
# pip-audit
@@ -126,30 +127,31 @@ shellingham==1.5.4
126127
# via typer
127128
sortedcontainers==2.4.0
128129
# via cyclonedx-python-lib
129-
tomli==2.4.0
130+
tomli==2.4.1
130131
# via pip-audit
131132
tomli-w==1.2.0
132133
# via pip-audit
133-
typer==0.24.1
134+
typer==0.26.7
134135
# via omnipkg (pyproject.toml)
135136
typing-extensions==4.15.0
136137
# via
138+
# aiohttp
137139
# aiosignal
138140
# cyclonedx-python-lib
139-
urllib3==2.6.3 ; python_version >= "3.10"
141+
urllib3==2.7.0 ; python_version >= "3.10"
140142
# via
141143
# omnipkg (pyproject.toml)
142144
# requests
143-
uv==0.10.11 ; python_version >= "3.8"
145+
uv==0.11.19 ; python_version >= "3.8"
144146
# via omnipkg (pyproject.toml)
145-
uv-ffi==0.10.8.post7 ; python_version >= "3.8" and python_version <= "3.14"
147+
uv-ffi==0.10.8.post15 ; python_version >= "3.8" and python_version <= "3.14" and platform_system != "Emscripten"
146148
# via omnipkg (pyproject.toml)
147-
werkzeug==3.1.6 ; python_version >= "3.9"
149+
werkzeug==3.1.8 ; python_version >= "3.9"
148150
# via
149151
# flask
150152
# flask-cors
151153
# omnipkg (pyproject.toml)
152-
yarl==1.23.0
154+
yarl==1.24.2
153155
# via aiohttp
154156

155157
# The following packages are considered to be unsafe in a requirements file:

requirements.txt

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,60 +4,61 @@
44
#
55
# pip-compile --no-annotate --output-file=requirements.txt --strip-extras pyproject.toml
66
#
7-
aiohappyeyeballs==2.6.1
8-
aiohttp==3.13.5 ; python_version >= "3.9"
7+
aiohappyeyeballs==2.6.2
8+
aiohttp==3.14.0 ; python_version >= "3.9"
99
aiosignal==1.4.0
1010
annotated-doc==0.0.4
11-
attrs==25.4.0
12-
authlib==1.6.9 ; python_version >= "3.9"
11+
attrs==26.1.0
12+
authlib==1.7.2 ; python_version >= "3.9"
1313
blinker==1.9.0
1414
boolean-py==5.0
1515
cachecontrol==0.14.4
16-
certifi==2026.2.25
16+
certifi==2026.5.20
1717
cffi==2.0.0
18-
charset-normalizer==3.4.6
19-
click==8.3.1
20-
cryptography==46.0.7 ; python_version >= "3.8"
21-
cyclonedx-python-lib==11.7.0
18+
charset-normalizer==3.4.7
19+
click==8.4.1
20+
cryptography==48.0.0 ; python_version >= "3.8" and platform_system != "Emscripten"
21+
cyclonedx-python-lib==11.8.0
2222
defusedxml==0.7.1
23-
filelock==3.25.2 ; python_version >= "3.10"
23+
filelock==3.29.1 ; python_version >= "3.10"
2424
flask==3.1.3 ; python_version >= "3.9"
25-
flask-cors==6.0.2 ; python_version >= "3.8"
25+
flask-cors==6.0.3 ; python_version >= "3.8"
2626
frozenlist==1.8.0
27-
idna==3.11
27+
idna==3.18
2828
itsdangerous==2.2.0
2929
jinja2==3.1.6
30+
joserfc==1.7.0
3031
license-expression==30.4.4
31-
markdown-it-py==4.0.0
32+
markdown-it-py==4.2.0
3233
markupsafe==3.0.3
3334
mdurl==0.1.2
3435
msgpack==1.1.2
3536
multidict==6.7.1
3637
packageurl-python==0.17.6
37-
packaging==26.0 ; python_version >= "3.10"
38+
packaging==26.2 ; python_version >= "3.10"
3839
pip-api==0.0.34
3940
pip-audit==2.10.0
4041
pip-requirements-parser==32.0.1
41-
platformdirs==4.9.4
42-
propcache==0.4.1
43-
psutil==7.2.2
42+
platformdirs==4.10.0
43+
propcache==0.5.2
44+
psutil==7.2.2 ; platform_system != "Emscripten"
4445
py-serializable==2.1.0
4546
pycparser==3.0
4647
pygments==2.20.0 ; python_version >= "3.9"
4748
pyparsing==3.3.2
48-
requests==2.33.1
49-
rich==14.3.3
49+
requests==2.34.2
50+
rich==15.0.0
5051
shellingham==1.5.4
5152
sortedcontainers==2.4.0
52-
tomli==2.4.0
53+
tomli==2.4.1
5354
tomli-w==1.2.0
54-
typer==0.24.1
55+
typer==0.26.7
5556
typing-extensions==4.15.0
56-
urllib3==2.6.3 ; python_version >= "3.10"
57-
uv==0.10.11 ; python_version >= "3.8"
58-
uv-ffi==0.10.8.post7 ; python_version >= "3.8" and python_version <= "3.14"
59-
werkzeug==3.1.6 ; python_version >= "3.9"
60-
yarl==1.23.0
57+
urllib3==2.7.0 ; python_version >= "3.10"
58+
uv==0.11.19 ; python_version >= "3.8"
59+
uv-ffi==0.10.8.post15 ; python_version >= "3.8" and python_version <= "3.14" and platform_system != "Emscripten"
60+
werkzeug==3.1.8 ; python_version >= "3.9"
61+
yarl==1.24.2
6162

6263
# The following packages are considered to be unsafe in a requirements file:
6364
# pip

0 commit comments

Comments
 (0)