Skip to content

Commit 94206e0

Browse files
committed
Refresh optional Python dependencies
1 parent e495530 commit 94206e0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ cairocffi==1.6.1
1616
pathspec==0.12.1
1717
Babel==2.14.0
1818
paginate==0.5.6
19-
lxml==5.1.1
19+
lxml==5.2.1
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.5.3
23-
mkdocs-material==9.5.15
23+
mkdocs-material==9.5.17
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ rich==13.7.1
7070
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7171

7272
coverage==7.2.7;python_version<"3.8"
73-
coverage==7.4.4;python_version>="3.8"
73+
coverage>=7.4.4;python_version>="3.8"
7474
pytest-cov==4.1.0;python_version<"3.8"
75-
pytest-cov==5.0.0;python_version>="3.8"
75+
pytest-cov>=5.0.0;python_version>="3.8"
7676
flake8==5.0.4;python_version<"3.9"
7777
flake8==7.0.0;python_version>="3.9"
7878
mccabe==0.7.0

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,17 +219,17 @@
219219
# Usage: pytest --alluredir=allure_results
220220
# Serve: allure serve allure_results
221221
"allure": [
222-
'allure-pytest==2.13.4',
223-
'allure-python-commons==2.13.4',
224-
'allure-behave==2.13.4',
222+
'allure-pytest>=2.13.5',
223+
'allure-python-commons>=2.13.5',
224+
'allure-behave>=2.13.5',
225225
],
226226
# pip install -e .[coverage]
227227
# Usage: coverage run -m pytest; coverage html; coverage report
228228
"coverage": [
229229
'coverage==7.2.7;python_version<"3.8"',
230-
'coverage==7.4.4;python_version>="3.8"',
230+
'coverage>=7.4.4;python_version>="3.8"',
231231
'pytest-cov==4.1.0;python_version<"3.8"',
232-
'pytest-cov==5.0.0;python_version>="3.8"',
232+
'pytest-cov>=5.0.0;python_version>="3.8"',
233233
],
234234
# pip install -e .[flake8]
235235
# Usage: flake8
@@ -263,7 +263,7 @@
263263
# (An optional library for image-processing.)
264264
"pillow": [
265265
'Pillow==9.5.0;python_version<"3.8"',
266-
'Pillow==10.2.0;python_version>="3.8"',
266+
'Pillow>=10.3.0;python_version>="3.8"',
267267
],
268268
# pip install -e .[pip-system-certs]
269269
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)

0 commit comments

Comments
 (0)