Skip to content

Commit 775d19b

Browse files
committed
Refresh Python dependencies
1 parent 7fdb25f commit 775d19b

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

Diff for: mkdocs_build/requirements.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
# Minimum Python version: 3.9 (for generating docs only)
33

44
regex>=2024.11.6
5-
pymdown-extensions>=10.12
5+
pymdown-extensions>=10.13
66
pipdeptree>=2.24.0
77
python-dateutil>=2.8.2
88
Markdown==3.7
99
markdown2==2.5.2
10-
MarkupSafe==3.0.2
11-
Jinja2==3.1.4
12-
click==8.1.7
10+
click==8.1.8
1311
ghp-import==2.1.0
1412
watchdog==6.0.0
1513
cairocffi==1.7.1
@@ -20,7 +18,7 @@ lxml==5.3.0
2018
pyquery==2.0.1
2119
readtime==3.0.0
2220
mkdocs==1.6.1
23-
mkdocs-material==9.5.48
21+
mkdocs-material==9.5.49
2422
mkdocs-exclude-search==0.6.6
2523
mkdocs-simple-hooks==0.1.5
2624
mkdocs-material-extensions==1.3.1

Diff for: requirements.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packaging>=24.2
33
setuptools~=70.2;python_version<"3.10"
44
setuptools>=75.6.0;python_version>="3.10"
55
wheel>=0.45.1
6-
attrs>=24.2.0
6+
attrs>=24.3.0
77
certifi>=2024.12.14
88
exceptiongroup>=1.2.2
99
websockets~=13.1;python_version<"3.9"
@@ -14,7 +14,10 @@ mycdp>=1.1.0
1414
pynose>=1.5.3
1515
platformdirs>=4.3.6
1616
typing-extensions>=4.12.2
17-
sbvirtualdisplay>=1.3.1
17+
sbvirtualdisplay>=1.4.0
18+
MarkupSafe==2.1.5;python_version<"3.9"
19+
MarkupSafe>=3.0.2;python_version>="3.9"
20+
Jinja2>=3.1.5
1821
six>=1.17.0
1922
parse>=1.20.2
2023
parse-type>=0.6.4
@@ -26,9 +29,9 @@ tabcompleter>=1.4.0
2629
pdbp>=1.6.1
2730
idna==3.10
2831
chardet==5.2.0
29-
charset-normalizer==3.4.0
32+
charset-normalizer==3.4.1
3033
urllib3>=1.26.20,<2;python_version<"3.10"
31-
urllib3>=1.26.20,<2.3.0;python_version>="3.10"
34+
urllib3>=1.26.20,<2.4.0;python_version>="3.10"
3235
requests==2.32.3
3336
sniffio==1.3.1
3437
h11==0.14.0

Diff for: setup.py

+7-4
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153153
'setuptools>=75.6.0;python_version>="3.10"',
154154
'wheel>=0.45.1',
155-
'attrs>=24.2.0',
155+
'attrs>=24.3.0',
156156
"certifi>=2024.12.14",
157157
"exceptiongroup>=1.2.2",
158158
'websockets~=13.1;python_version<"3.9"',
@@ -163,7 +163,10 @@
163163
"pynose>=1.5.3",
164164
'platformdirs>=4.3.6',
165165
'typing-extensions>=4.12.2',
166-
"sbvirtualdisplay>=1.3.1",
166+
"sbvirtualdisplay>=1.4.0",
167+
'MarkupSafe==2.1.5;python_version<"3.9"',
168+
'MarkupSafe>=3.0.2;python_version>="3.9"',
169+
"Jinja2>=3.1.5",
167170
"six>=1.17.0",
168171
'parse>=1.20.2',
169172
'parse-type>=0.6.4',
@@ -175,9 +178,9 @@
175178
"pdbp>=1.6.1",
176179
"idna==3.10",
177180
'chardet==5.2.0',
178-
'charset-normalizer==3.4.0',
181+
'charset-normalizer==3.4.1',
179182
'urllib3>=1.26.20,<2;python_version<"3.10"',
180-
'urllib3>=1.26.20,<2.3.0;python_version>="3.10"',
183+
'urllib3>=1.26.20,<2.4.0;python_version>="3.10"',
181184
'requests==2.32.3',
182185
'sniffio==1.3.1',
183186
'h11==0.14.0',

0 commit comments

Comments
 (0)