Skip to content

Commit cb0c375

Browse files
committed
Refresh Python dependencies
1 parent edeb2db commit cb0c375

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

mkdocs_build/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
regex>=2023.12.25
55
pymdown-extensions>=10.7
6-
pipdeptree>=2.14.0
6+
pipdeptree>=2.15.1
77
python-dateutil>=2.8.2
88
Markdown==3.5.2
9-
markdown2==2.4.12
9+
markdown2==2.4.13
1010
MarkupSafe==2.1.5
1111
Jinja2==3.1.3
1212
click==8.1.7
@@ -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.10
23+
mkdocs-material==9.5.11
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
pip>=24.0
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
4-
setuptools>=69.1.0;python_version>="3.8"
4+
setuptools>=69.1.1;python_version>="3.8"
55
wheel>=0.42.0
66
attrs>=23.2.0
77
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"
1111
platformdirs>=4.2.0;python_version>="3.8"
12-
typing-extensions>=4.9.0;python_version>="3.8"
12+
typing-extensions>=4.10.0;python_version>="3.8"
1313
parse>=1.20.1
1414
parse-type>=0.6.2
1515
pyyaml>=6.0.1
@@ -21,7 +21,7 @@ urllib3>=1.26.18,<2;python_version<"3.10"
2121
urllib3>=1.26.18,<2.3.0;python_version>="3.10"
2222
requests==2.31.0
2323
pynose==1.5.0
24-
sniffio==1.3.0
24+
sniffio==1.3.1
2525
h11==0.14.0
2626
outcome==1.3.0.post0
2727
trio==0.22.2;python_version<"3.8"
@@ -39,7 +39,7 @@ pluggy==1.2.0;python_version<"3.8"
3939
pluggy==1.4.0;python_version>="3.8"
4040
py==1.11.0
4141
pytest==7.4.4;python_version<"3.8"
42-
pytest==8.0.1;python_version>="3.8"
42+
pytest==8.0.2;python_version>="3.8"
4343
pytest-html==2.0.1
4444
pytest-metadata==3.0.0;python_version<"3.8"
4545
pytest-metadata==3.1.1;python_version>="3.8"
@@ -69,7 +69,7 @@ rich==13.7.0
6969

7070
coverage==6.2;python_version<"3.7"
7171
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
72-
coverage==7.4.2;python_version>="3.8"
72+
coverage==7.4.3;python_version>="3.8"
7373
pytest-cov==4.0.0;python_version<"3.7"
7474
pytest-cov==4.1.0;python_version>="3.7"
7575
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@
149149
'pip>=24.0',
150150
'packaging>=23.2',
151151
'setuptools>=68.0.0;python_version<"3.8"',
152-
'setuptools>=69.1.0;python_version>="3.8"',
152+
'setuptools>=69.1.1;python_version>="3.8"',
153153
'wheel>=0.42.0',
154154
'attrs>=23.2.0',
155155
"certifi>=2024.2.2",
156156
'filelock>=3.12.2;python_version<"3.8"',
157157
'filelock>=3.13.1;python_version>="3.8"',
158158
'platformdirs>=4.0.0;python_version<"3.8"',
159159
'platformdirs>=4.2.0;python_version>="3.8"',
160-
'typing-extensions>=4.9.0;python_version>="3.8"',
160+
'typing-extensions>=4.10.0;python_version>="3.8"',
161161
'parse>=1.20.1',
162162
'parse-type>=0.6.2',
163163
'pyyaml>=6.0.1',
@@ -169,7 +169,7 @@
169169
'urllib3>=1.26.18,<2.3.0;python_version>="3.10"',
170170
'requests==2.31.0',
171171
"pynose==1.5.0",
172-
'sniffio==1.3.0',
172+
'sniffio==1.3.1',
173173
'h11==0.14.0',
174174
'outcome==1.3.0.post0',
175175
'trio==0.22.2;python_version<"3.8"',
@@ -187,7 +187,7 @@
187187
'pluggy==1.4.0;python_version>="3.8"',
188188
"py==1.11.0",
189189
'pytest==7.4.4;python_version<"3.8"',
190-
'pytest==8.0.1;python_version>="3.8"',
190+
'pytest==8.0.2;python_version>="3.8"',
191191
"pytest-html==2.0.1", # Newer ones had issues
192192
'pytest-metadata==3.0.0;python_version<"3.8"',
193193
'pytest-metadata==3.1.1;python_version>="3.8"',
@@ -225,7 +225,7 @@
225225
# Usage: coverage run -m pytest; coverage html; coverage report
226226
"coverage": [
227227
'coverage==7.2.7;python_version<"3.8"',
228-
'coverage==7.4.2;python_version>="3.8"',
228+
'coverage==7.4.3;python_version>="3.8"',
229229
'pytest-cov==4.1.0',
230230
],
231231
# pip install -e .[flake8]
@@ -251,7 +251,7 @@
251251
'pdfminer.six==20221105;python_version<"3.8"',
252252
'pdfminer.six==20231228;python_version>="3.8"',
253253
'cryptography==39.0.2;python_version<"3.9"',
254-
'cryptography==42.0.4;python_version>="3.9"',
254+
'cryptography==42.0.5;python_version>="3.9"',
255255
'cffi==1.15.1;python_version<"3.8"',
256256
'cffi==1.16.0;python_version>="3.8"',
257257
"pycparser==2.21",

0 commit comments

Comments
 (0)