Skip to content

Commit aaa68a6

Browse files
committed
Refresh Python dependencies
1 parent f745eee commit aaa68a6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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>=2024.7.24
55
pymdown-extensions>=10.9
6-
pipdeptree>=2.23.1
6+
pipdeptree>=2.23.3
77
python-dateutil>=2.8.2
88
Markdown==3.7
99
markdown2==2.5.0

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ attrs>=24.2.0
1111
certifi>=2024.8.30
1212
exceptiongroup>=1.2.2
1313
filelock>=3.12.2;python_version<"3.8"
14-
filelock>=3.15.4;python_version>="3.8"
14+
filelock>=3.16.0;python_version>="3.8"
1515
platformdirs>=4.0.0;python_version<"3.8"
16-
platformdirs>=4.2.2;python_version>="3.8"
16+
platformdirs>=4.3.2;python_version>="3.8"
1717
typing-extensions>=4.12.2;python_version>="3.8"
1818
parse>=1.20.2
1919
parse-type>=0.6.3
@@ -47,7 +47,7 @@ pluggy==1.2.0;python_version<"3.8"
4747
pluggy==1.5.0;python_version>="3.8"
4848
py==1.11.0
4949
pytest==7.4.4;python_version<"3.8"
50-
pytest==8.3.2;python_version>="3.8"
50+
pytest==8.3.3;python_version>="3.8"
5151
pytest-html==2.0.1
5252
pytest-metadata==3.0.0;python_version<"3.8"
5353
pytest-metadata==3.1.1;python_version>="3.8"
@@ -73,7 +73,7 @@ python-xlib==0.33;platform_system=="Linux"
7373
markdown-it-py==2.2.0;python_version<"3.8"
7474
markdown-it-py==3.0.0;python_version>="3.8"
7575
mdurl==0.1.2
76-
rich==13.8.0
76+
rich==13.8.1
7777

7878
# --- Testing Requirements --- #
7979
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@
159159
"certifi>=2024.8.30",
160160
"exceptiongroup>=1.2.2",
161161
'filelock>=3.12.2;python_version<"3.8"',
162-
'filelock>=3.15.4;python_version>="3.8"',
162+
'filelock>=3.16.0;python_version>="3.8"',
163163
'platformdirs>=4.0.0;python_version<"3.8"',
164-
'platformdirs>=4.2.2;python_version>="3.8"',
164+
'platformdirs>=4.3.2;python_version>="3.8"',
165165
'typing-extensions>=4.12.2;python_version>="3.8"',
166166
'parse>=1.20.2',
167167
'parse-type>=0.6.3',
@@ -195,7 +195,7 @@
195195
'pluggy==1.5.0;python_version>="3.8"',
196196
"py==1.11.0", # Needed by pytest-html
197197
'pytest==7.4.4;python_version<"3.8"',
198-
'pytest==8.3.2;python_version>="3.8"',
198+
'pytest==8.3.3;python_version>="3.8"',
199199
"pytest-html==2.0.1", # Newer ones had issues
200200
'pytest-metadata==3.0.0;python_version<"3.8"',
201201
'pytest-metadata==3.1.1;python_version>="3.8"',
@@ -221,7 +221,7 @@
221221
'markdown-it-py==2.2.0;python_version<"3.8"',
222222
'markdown-it-py==3.0.0;python_version>="3.8"',
223223
'mdurl==0.1.2',
224-
'rich==13.8.0',
224+
'rich==13.8.1',
225225
],
226226
extras_require={
227227
# pip install -e .[allure]
@@ -310,7 +310,7 @@
310310
'hyperframe==6.0.1',
311311
'kaitaistruct==0.10',
312312
'pyasn1==0.5.1;python_version<"3.8"',
313-
'pyasn1==0.6.0;python_version>="3.8"',
313+
'pyasn1==0.6.1;python_version>="3.8"',
314314
'zstandard==0.23.0',
315315
],
316316
},

0 commit comments

Comments
 (0)