Skip to content

Commit ebee10d

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 9faac94 commit ebee10d

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

requirements.txt

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,21 @@
44
#
55
# pip-compile --output-file=./requirements.txt --pre ./requirements.in
66
#
7-
aiohappyeyeballs~=2.6
87
aiohappyeyeballs~=2.6
98
# via aiohttp
10-
aiohttp~=3.12
119
aiohttp~=3.12
1210
# via wslink
13-
aiosignal~=1.4
1411
aiosignal~=1.4
1512
# via aiohttp
16-
attrs~=25.3
1713
attrs~=25.3
1814
# via aiohttp
1915
contourpy~=1.3
2016
# via matplotlib
21-
cycler~=0.12
2217
cycler~=0.12
2318
# via matplotlib
2419
fonttools~=4.60
2520
# via matplotlib
26-
frozenlist~=1.7
27-
frozenlist~=1.7
21+
frozenlist~=1.8
2822
# via
2923
# aiohttp
3024
# aiosignal
@@ -34,43 +28,35 @@ kiwisolver~=1.4
3428
# via matplotlib
3529
matplotlib~=3.10
3630
# via vtk
37-
multidict~=6.6
3831
multidict~=6.6
3932
# via
4033
# aiohttp
4134
# yarl
42-
numpy~=2.3
4335
numpy~=2.3
4436
# via
4537
# contourpy
4638
# matplotlib
4739
packaging==25.0
4840
# via matplotlib
49-
pillow~=11.3
5041
pillow~=11.3
5142
# via matplotlib
52-
propcache~=0.3
53-
propcache~=0.3
43+
propcache~=0.4
5444
# via
5545
# aiohttp
5646
# yarl
57-
pyparsing~=3.2
58-
pyparsing~=3.2
47+
pyparsing~=3.3
5948
# via matplotlib
6049
python-dateutil==2.9.0.post0
6150
# via matplotlib
62-
six~=1.17
6351
six~=1.17
6452
# via python-dateutil
6553
typing-extensions~=4.15
6654
# via aiosignal
6755
vtk==9.5.2
6856
# via -r requirements.in
69-
websocket-client~=1.8
7057
websocket-client~=1.8
7158
# via -r requirements.in
7259
wslink==1.12.4
7360
# via -r requirements.in
74-
yarl~=1.20
75-
yarl~=1.20
61+
yarl~=1.21
7662
# via aiohttp

0 commit comments

Comments
 (0)