Skip to content

Commit ab250b7

Browse files
committed
Update to the latest versions of dependencies.
1 parent 9c662d6 commit ab250b7

File tree

1 file changed

+50
-51
lines changed

1 file changed

+50
-51
lines changed

apps/py/requirements.txt

Lines changed: 50 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,116 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
4-
#
5-
# pip-compile requirements.piptools
6-
#
7-
anyio==4.1.0
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.piptools --output-file requirements.txt
3+
anyio==4.10.0
84
# via httpx
9-
beautifulsoup4==4.12.2
5+
beautifulsoup4==4.13.4
106
# via bs4
11-
blinker==1.7.0
7+
blinker==1.9.0
128
# via flask
13-
bs4==0.0.1
9+
bs4==0.0.2
1410
# via -r requirements.piptools
15-
certifi==2023.11.17
11+
certifi==2025.8.3
1612
# via
1713
# httpcore
1814
# httpx
1915
# requests
20-
charset-normalizer==3.3.2
16+
charset-normalizer==3.4.3
2117
# via requests
22-
click==8.1.7
18+
click==8.2.1
2319
# via flask
2420
colorama==0.4.6
2521
# via -r requirements.piptools
26-
contourpy==1.2.0
22+
contourpy==1.3.3
2723
# via matplotlib
2824
cycler==0.12.1
2925
# via matplotlib
30-
flask==3.0.0
26+
flask==3.1.2
3127
# via -r requirements.piptools
32-
fonttools==4.46.0
28+
fonttools==4.59.1
3329
# via matplotlib
34-
h11==0.14.0
30+
h11==0.16.0
3531
# via httpcore
36-
httpcore==1.0.2
32+
httpcore==1.0.9
3733
# via httpx
38-
httpx==0.25.2
34+
httpx==0.28.1
3935
# via -r requirements.piptools
40-
idna==3.6
36+
idna==3.10
4137
# via
4238
# anyio
4339
# httpx
4440
# requests
45-
iniconfig==2.0.0
41+
iniconfig==2.1.0
4642
# via pytest
47-
itsdangerous==2.1.2
43+
itsdangerous==2.2.0
4844
# via flask
49-
jinja2==3.1.2
45+
jinja2==3.1.6
5046
# via flask
51-
kiwisolver==1.4.5
47+
kiwisolver==1.4.9
5248
# via matplotlib
53-
markdown-it-py==3.0.0
49+
markdown-it-py==4.0.0
5450
# via rich
55-
markupsafe==2.1.3
51+
markupsafe==3.0.2
5652
# via
53+
# flask
5754
# jinja2
5855
# werkzeug
59-
matplotlib==3.8.2
56+
matplotlib==3.10.5
6057
# via -r requirements.piptools
6158
mdurl==0.1.2
6259
# via markdown-it-py
63-
numpy==1.26.2
60+
numpy==2.3.2
6461
# via
6562
# -r requirements.piptools
6663
# contourpy
6764
# matplotlib
6865
# scipy
69-
packaging==23.2
66+
packaging==25.0
7067
# via
7168
# matplotlib
7269
# pytest
73-
pillow==10.1.0
70+
pillow==11.3.0
7471
# via matplotlib
75-
pluggy==1.3.0
72+
pluggy==1.6.0
7673
# via pytest
7774
pprintpp==0.4.0
7875
# via pytest-clarity
79-
pygments==2.17.2
80-
# via rich
81-
pyparsing==3.1.1
76+
pygments==2.19.2
77+
# via
78+
# pytest
79+
# rich
80+
pyparsing==3.2.3
8281
# via matplotlib
83-
pytest==7.4.3
82+
pytest==8.4.1
8483
# via
8584
# -r requirements.piptools
8685
# pytest-clarity
8786
# pytest-mock
8887
pytest-clarity==1.0.1
8988
# via -r requirements.piptools
90-
pytest-mock==3.12.0
89+
pytest-mock==3.14.1
9190
# via -r requirements.piptools
92-
python-dateutil==2.8.2
91+
python-dateutil==2.9.0.post0
9392
# via matplotlib
94-
requests==2.31.0
93+
requests==2.32.5
9594
# via -r requirements.piptools
96-
rich==13.7.0
95+
rich==14.1.0
9796
# via pytest-clarity
98-
scipy==1.11.4
97+
scipy==1.16.1
9998
# via -r requirements.piptools
100-
six==1.16.0
99+
six==1.17.0
101100
# via python-dateutil
102-
sniffio==1.3.0
103-
# via
104-
# anyio
105-
# httpx
106-
soupsieve==2.5
101+
sniffio==1.3.1
102+
# via anyio
103+
soupsieve==2.7
107104
# via beautifulsoup4
108-
sqlalchemy==2.0.23
105+
sqlalchemy==2.0.43
109106
# via -r requirements.piptools
110-
typing-extensions==4.9.0
111-
# via sqlalchemy
107+
typing-extensions==4.14.1
108+
# via
109+
# beautifulsoup4
110+
# sqlalchemy
112111
unsync==1.4.0
113112
# via -r requirements.piptools
114-
urllib3==2.1.0
113+
urllib3==2.5.0
115114
# via requests
116-
werkzeug==3.0.1
115+
werkzeug==3.1.3
117116
# via flask

0 commit comments

Comments
 (0)