Skip to content

Commit 715adb5

Browse files
committed
Refresh Python dependencies
1 parent 749cc48 commit 715adb5

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

mkdocs_build/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ pipdeptree>=2.13.2
77
python-dateutil>=2.8.2
88
Markdown==3.5.2
99
markdown2==2.4.12
10-
MarkupSafe==2.1.4
10+
MarkupSafe==2.1.5
1111
Jinja2==3.1.3
1212
click==8.1.7
1313
ghp-import==2.1.0
14-
watchdog==3.0.0
14+
watchdog==4.0.0
1515
cairocffi==1.6.1
1616
pathspec==0.12.1
1717
Babel==2.14.0
@@ -20,7 +20,7 @@ lxml==5.1.0
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.5.3
23-
mkdocs-material==9.5.6
23+
mkdocs-material==9.5.9
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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
pip>=23.3.2
1+
pip>=24.0
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
4-
setuptools>=69.0.3;python_version>="3.8"
4+
setuptools>=69.1.0;python_version>="3.8"
55
wheel>=0.42.0
66
attrs>=23.2.0
7-
certifi>=2023.11.17
7+
certifi>=2024.2.2
88
filelock>=3.12.2;python_version<"3.8"
99
filelock>=3.13.1;python_version>="3.8"
1010
platformdirs>=4.0.0;python_version<"3.8"
11-
platformdirs>=4.1.0;python_version>="3.8"
11+
platformdirs>=4.2.0;python_version>="3.8"
1212
typing-extensions>=4.9.0;python_version>="3.8"
1313
parse>=1.20.1
1414
parse-type>=0.6.2
@@ -18,7 +18,7 @@ idna==3.6
1818
chardet==5.2.0
1919
charset-normalizer==3.3.2
2020
urllib3>=1.26.18,<2;python_version<"3.10"
21-
urllib3>=1.26.18,<2.2.0;python_version>="3.10"
21+
urllib3>=1.26.18,<2.3.0;python_version>="3.10"
2222
requests==2.31.0
2323
pynose==1.4.8
2424
sniffio==1.3.0
@@ -41,7 +41,8 @@ py==1.11.0
4141
pytest==7.4.4;python_version<"3.8"
4242
pytest==8.0.0;python_version>="3.8"
4343
pytest-html==2.0.1
44-
pytest-metadata==3.0.0
44+
pytest-metadata==3.0.0;python_version<"3.8"
45+
pytest-metadata==3.1.0;python_version>="3.8"
4546
pytest-ordering==0.6
4647
pytest-rerunfailures==13.0
4748
pytest-xdist==3.5.0

setup.py

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,17 @@
131131
],
132132
python_requires=">=3.7",
133133
install_requires=[
134-
'pip>=23.3.2',
134+
'pip>=24.0',
135135
'packaging>=23.2',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137-
'setuptools>=69.0.3;python_version>="3.8"',
137+
'setuptools>=69.1.0;python_version>="3.8"',
138138
'wheel>=0.42.0',
139139
'attrs>=23.2.0',
140-
"certifi>=2023.11.17",
140+
"certifi>=2024.2.2",
141141
'filelock>=3.12.2;python_version<"3.8"',
142142
'filelock>=3.13.1;python_version>="3.8"',
143143
'platformdirs>=4.0.0;python_version<"3.8"',
144-
'platformdirs>=4.1.0;python_version>="3.8"',
144+
'platformdirs>=4.2.0;python_version>="3.8"',
145145
'typing-extensions>=4.9.0;python_version>="3.8"',
146146
'parse>=1.20.1',
147147
'parse-type>=0.6.2',
@@ -151,7 +151,7 @@
151151
'chardet==5.2.0',
152152
'charset-normalizer==3.3.2',
153153
'urllib3>=1.26.18,<2;python_version<"3.10"',
154-
'urllib3>=1.26.18,<2.2.0;python_version>="3.10"',
154+
'urllib3>=1.26.18,<2.3.0;python_version>="3.10"',
155155
'requests==2.31.0',
156156
"pynose==1.4.8",
157157
'sniffio==1.3.0',
@@ -174,7 +174,8 @@
174174
'pytest==7.4.4;python_version<"3.8"',
175175
'pytest==8.0.0;python_version>="3.8"',
176176
"pytest-html==2.0.1", # Newer ones had issues
177-
'pytest-metadata==3.0.0',
177+
'pytest-metadata==3.0.0;python_version<"3.8"',
178+
'pytest-metadata==3.1.0;python_version>="3.8"',
178179
"pytest-ordering==0.6",
179180
'pytest-rerunfailures==13.0',
180181
'pytest-xdist==3.5.0',
@@ -235,7 +236,7 @@
235236
'pdfminer.six==20221105;python_version<"3.8"',
236237
'pdfminer.six==20231228;python_version>="3.8"',
237238
'cryptography==39.0.2;python_version<"3.9"',
238-
'cryptography==42.0.1;python_version>="3.9"',
239+
'cryptography==42.0.2;python_version>="3.9"',
239240
'cffi==1.15.1;python_version<"3.8"',
240241
'cffi==1.16.0;python_version>="3.8"',
241242
"pycparser==2.21",
@@ -247,6 +248,12 @@
247248
'Pillow==9.5.0;python_version<"3.8"',
248249
'Pillow==10.2.0;python_version>="3.8"',
249250
],
251+
# pip install -e .[proxy]
252+
# Usage: proxy
253+
# (That starts a proxy server on "127.0.0.1:8899".)
254+
"proxy": [
255+
"proxy.py==2.4.3",
256+
],
250257
# pip install -e .[psutil]
251258
"psutil": [
252259
"psutil==5.9.8",

0 commit comments

Comments
 (0)