Skip to content

Commit 5a06b39

Browse files
committed
Refresh Python dependencies
1 parent afcd439 commit 5a06b39

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lxml==5.2.2
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.6.0
23-
mkdocs-material==9.5.27
23+
mkdocs-material==9.5.28
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ pip>=24.1.1;python_version>="3.8"
33
packaging>=24.0;python_version<"3.8"
44
packaging>=24.1;python_version>="3.8"
55
setuptools>=68.0.0;python_version<"3.8"
6-
setuptools>=70.1.1;python_version>="3.8"
6+
setuptools>=70.2.0;python_version>="3.8"
77
wheel>=0.42.0;python_version<"3.8"
88
wheel>=0.43.0;python_version>="3.8"
99
attrs>=23.2.0
10-
certifi>=2024.6.2
10+
certifi>=2024.7.4
1111
exceptiongroup>=1.2.1
1212
filelock>=3.12.2;python_version<"3.8"
1313
filelock>=3.15.4;python_version>="3.8"
@@ -29,7 +29,7 @@ sniffio==1.3.1
2929
h11==0.14.0
3030
outcome==1.3.0.post0
3131
trio==0.22.2;python_version<"3.8"
32-
trio==0.25.1;python_version>="3.8"
32+
trio==0.26.0;python_version>="3.8"
3333
trio-websocket==0.11.1
3434
wsproto==1.2.0
3535
websocket-client==1.8.0;python_version>="3.8"

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@
151151
'packaging>=24.0;python_version<"3.8"',
152152
'packaging>=24.1;python_version>="3.8"',
153153
'setuptools>=68.0.0;python_version<"3.8"',
154-
'setuptools>=70.1.1;python_version>="3.8"',
154+
'setuptools>=70.2.0;python_version>="3.8"',
155155
'wheel>=0.42.0;python_version<"3.8"',
156156
'wheel>=0.43.0;python_version>="3.8"',
157157
'attrs>=23.2.0',
158-
"certifi>=2024.6.2",
158+
"certifi>=2024.7.4",
159159
"exceptiongroup>=1.2.1",
160160
'filelock>=3.12.2;python_version<"3.8"',
161161
'filelock>=3.15.4;python_version>="3.8"',
@@ -177,7 +177,7 @@
177177
'h11==0.14.0',
178178
'outcome==1.3.0.post0',
179179
'trio==0.22.2;python_version<"3.8"',
180-
'trio==0.25.1;python_version>="3.8"',
180+
'trio==0.26.0;python_version>="3.8"',
181181
'trio-websocket==0.11.1',
182182
'wsproto==1.2.0',
183183
'websocket-client==1.8.0;python_version>="3.8"',
@@ -270,7 +270,7 @@
270270
# (An optional library for image-processing.)
271271
"pillow": [
272272
'Pillow==9.5.0;python_version<"3.8"',
273-
'Pillow>=10.3.0;python_version>="3.8"',
273+
'Pillow>=10.4.0;python_version>="3.8"',
274274
],
275275
# pip install -e .[pip-system-certs]
276276
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)
@@ -282,7 +282,7 @@
282282
# Usage: proxy
283283
# (That starts a proxy server on "127.0.0.1:8899".)
284284
"proxy": [
285-
"proxy.py==2.4.4",
285+
"proxy.py==2.4.3", # 2.4.4 did not have "Listening on ..."
286286
],
287287
# pip install -e .[psutil]
288288
"psutil": [

0 commit comments

Comments
 (0)