Skip to content

Commit 3220918

Browse files
committed
Refresh Python dependencies
1 parent fc21d41 commit 3220918

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ pymdown-extensions>=10.15
66
pipdeptree>=2.26.1
77
python-dateutil>=2.8.2
88
Markdown==3.8
9-
click==8.1.8
9+
click==8.2.0
1010
ghp-import==2.1.0
1111
watchdog==6.0.0
1212
cairocffi==1.7.1
1313
pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.12
17+
mkdocs-material==9.6.13
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ pip>=25.0.1;python_version<"3.9"
22
pip>=25.1.1;python_version>="3.9"
33
packaging>=25.0
44
setuptools~=70.2;python_version<"3.10"
5-
setuptools>=80.1.0;python_version>="3.10"
5+
setuptools>=80.4.0;python_version>="3.10"
66
wheel>=0.45.1
77
attrs>=25.3.0
88
certifi>=2025.4.26
9-
exceptiongroup>=1.2.2
9+
exceptiongroup>=1.3.0
1010
websockets~=13.1;python_version<"3.9"
1111
websockets>=15.0.1;python_version>="3.9"
1212
filelock~=3.16.1;python_version<"3.9"
@@ -15,7 +15,7 @@ fasteners>=0.19
1515
mycdp>=1.2.0
1616
pynose>=1.5.4
1717
platformdirs>=4.3.6;python_version<"3.9"
18-
platformdirs>=4.3.7;python_version>="3.9"
18+
platformdirs>=4.3.8;python_version>="3.9"
1919
typing-extensions>=4.13.2
2020
sbvirtualdisplay>=1.4.0
2121
MarkupSafe==2.1.5;python_version<"3.9"
@@ -57,7 +57,7 @@ pytest-html==4.0.2
5757
pytest-metadata==3.1.1
5858
pytest-ordering==0.6
5959
pytest-rerunfailures==14.0;python_version<"3.9"
60-
pytest-rerunfailures==15.0;python_version>="3.9"
60+
pytest-rerunfailures==15.1;python_version>="3.9"
6161
pytest-xdist==3.6.1
6262
parameterized==0.9.0
6363
behave==1.2.6

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@
151151
'pip>=25.1.1;python_version>="3.9"',
152152
'packaging>=25.0',
153153
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
154-
'setuptools>=80.1.0;python_version>="3.10"',
154+
'setuptools>=80.4.0;python_version>="3.10"',
155155
'wheel>=0.45.1',
156156
'attrs>=25.3.0',
157157
"certifi>=2025.4.26",
158-
"exceptiongroup>=1.2.2",
158+
"exceptiongroup>=1.3.0",
159159
'websockets~=13.1;python_version<"3.9"',
160160
'websockets>=15.0.1;python_version>="3.9"',
161161
'filelock~=3.16.1;python_version<"3.9"',
@@ -164,7 +164,7 @@
164164
"mycdp>=1.2.0",
165165
"pynose>=1.5.4",
166166
'platformdirs>=4.3.6;python_version<"3.9"',
167-
'platformdirs>=4.3.7;python_version>="3.9"',
167+
'platformdirs>=4.3.8;python_version>="3.9"',
168168
'typing-extensions>=4.13.2',
169169
"sbvirtualdisplay>=1.4.0",
170170
'MarkupSafe==2.1.5;python_version<"3.9"',
@@ -206,7 +206,7 @@
206206
'pytest-metadata==3.1.1',
207207
"pytest-ordering==0.6",
208208
'pytest-rerunfailures==14.0;python_version<"3.9"',
209-
'pytest-rerunfailures==15.0;python_version>="3.9"',
209+
'pytest-rerunfailures==15.1;python_version>="3.9"',
210210
'pytest-xdist==3.6.1',
211211
'parameterized==0.9.0',
212212
"behave==1.2.6",
@@ -262,7 +262,7 @@
262262
# (An optional library for parsing PDF files.)
263263
"pdfminer": [
264264
'pdfminer.six==20250324;python_version<"3.9"',
265-
'pdfminer.six==20250416;python_version>="3.9"',
265+
'pdfminer.six==20250506;python_version>="3.9"',
266266
'cryptography==39.0.2;python_version<"3.9"',
267267
'cryptography==44.0.3;python_version>="3.9"',
268268
'cffi==1.17.1',

0 commit comments

Comments
 (0)