Skip to content

Commit 6b84d94

Browse files
committed
Refresh Python dependencies
1 parent 66394b3 commit 6b84d94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
regex>=2023.12.25
55
pymdown-extensions>=10.7.1
6-
pipdeptree>=2.18.0
6+
pipdeptree>=2.18.1
77
python-dateutil>=2.8.2
88
Markdown==3.6
99
markdown2==2.4.13

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=24.0
22
packaging>=24.0
33
setuptools>=68.0.0;python_version<"3.8"
4-
setuptools>=69.2.0;python_version>="3.8"
4+
setuptools>=69.5.1;python_version>="3.8"
55
wheel>=0.42.0;python_version<"3.8"
66
wheel>=0.43.0;python_version>="3.8"
77
attrs>=23.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
'pip>=24.0',
150150
'packaging>=24.0',
151151
'setuptools>=68.0.0;python_version<"3.8"',
152-
'setuptools>=69.2.0;python_version>="3.8"',
152+
'setuptools>=69.5.1;python_version>="3.8"',
153153
'wheel>=0.42.0;python_version<"3.8"',
154154
'wheel>=0.43.0;python_version>="3.8"',
155155
'attrs>=23.2.0',

0 commit comments

Comments
 (0)