Skip to content

Commit 631bcd6

Browse files
committed
Refresh Python dependencies
1 parent 8db3eb3 commit 631bcd6

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

mkdocs_build/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
regex>=2024.11.6
55
pymdown-extensions>=10.14.3
6-
pipdeptree>=2.25.0
6+
pipdeptree>=2.25.1
77
python-dateutil>=2.8.2
88
Markdown==3.7
99
click==8.1.8

requirements.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=25.0.1
22
packaging>=24.2
33
setuptools~=70.2;python_version<"3.10"
4-
setuptools>=75.8.2;python_version>="3.10"
4+
setuptools>=76.0.0;python_version>="3.10"
55
wheel>=0.45.1
66
attrs>=25.1.0
77
certifi>=2025.1.31
@@ -11,7 +11,7 @@ websockets>=15.0.1;python_version>="3.9"
1111
filelock~=3.16.1;python_version<"3.9"
1212
filelock>=3.17.0;python_version>="3.9"
1313
fasteners>=0.19
14-
mycdp>=1.1.0
14+
mycdp>=1.1.1
1515
pynose>=1.5.4
1616
platformdirs>=4.3.6
1717
typing-extensions>=4.12.2
@@ -44,7 +44,8 @@ wsproto==1.2.0
4444
websocket-client==1.8.0
4545
selenium==4.27.1;python_version<"3.9"
4646
selenium==4.29.0;python_version>="3.9"
47-
cssselect==1.2.0
47+
cssselect==1.2.0;python_version<"3.9"
48+
cssselect==1.3.0;python_version>="3.9"
4849
sortedcontainers==2.4.0
4950
execnet==2.1.1
5051
iniconfig==2.0.0

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
'pip>=25.0.1',
151151
'packaging>=24.2',
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153-
'setuptools>=75.8.2;python_version>="3.10"',
153+
'setuptools>=76.0.0;python_version>="3.10"',
154154
'wheel>=0.45.1',
155155
'attrs>=25.1.0',
156156
"certifi>=2025.1.31",
@@ -160,7 +160,7 @@
160160
'filelock~=3.16.1;python_version<"3.9"',
161161
'filelock>=3.17.0;python_version>="3.9"',
162162
'fasteners>=0.19',
163-
"mycdp>=1.1.0",
163+
"mycdp>=1.1.1",
164164
"pynose>=1.5.4",
165165
'platformdirs>=4.3.6',
166166
'typing-extensions>=4.12.2',
@@ -193,7 +193,8 @@
193193
'websocket-client==1.8.0',
194194
'selenium==4.27.1;python_version<"3.9"',
195195
'selenium==4.29.0;python_version>="3.9"',
196-
'cssselect==1.2.0',
196+
'cssselect==1.2.0;python_version<"3.9"',
197+
'cssselect==1.3.0;python_version>="3.9"',
197198
"sortedcontainers==2.4.0",
198199
'execnet==2.1.1',
199200
'iniconfig==2.0.0',

0 commit comments

Comments
 (0)