Refresh Python dependencies

This commit is contained in:
Michael Mintz 2024-02-26 11:50:42 -05:00
parent edeb2db1e8
commit cb0c375ffb
3 changed files with 14 additions and 14 deletions

View File

@ -3,10 +3,10 @@
regex>=2023.12.25 regex>=2023.12.25
pymdown-extensions>=10.7 pymdown-extensions>=10.7
pipdeptree>=2.14.0 pipdeptree>=2.15.1
python-dateutil>=2.8.2 python-dateutil>=2.8.2
Markdown==3.5.2 Markdown==3.5.2
markdown2==2.4.12 markdown2==2.4.13
MarkupSafe==2.1.5 MarkupSafe==2.1.5
Jinja2==3.1.3 Jinja2==3.1.3
click==8.1.7 click==8.1.7
@ -20,7 +20,7 @@ lxml==5.1.0
pyquery==2.0.0 pyquery==2.0.0
readtime==3.0.0 readtime==3.0.0
mkdocs==1.5.3 mkdocs==1.5.3
mkdocs-material==9.5.10 mkdocs-material==9.5.11
mkdocs-exclude-search==0.6.6 mkdocs-exclude-search==0.6.6
mkdocs-simple-hooks==0.1.5 mkdocs-simple-hooks==0.1.5
mkdocs-material-extensions==1.3.1 mkdocs-material-extensions==1.3.1

View File

@ -1,7 +1,7 @@
pip>=24.0 pip>=24.0
packaging>=23.2 packaging>=23.2
setuptools>=68.0.0;python_version<"3.8" setuptools>=68.0.0;python_version<"3.8"
setuptools>=69.1.0;python_version>="3.8" setuptools>=69.1.1;python_version>="3.8"
wheel>=0.42.0 wheel>=0.42.0
attrs>=23.2.0 attrs>=23.2.0
certifi>=2024.2.2 certifi>=2024.2.2
@ -9,7 +9,7 @@ filelock>=3.12.2;python_version<"3.8"
filelock>=3.13.1;python_version>="3.8" filelock>=3.13.1;python_version>="3.8"
platformdirs>=4.0.0;python_version<"3.8" platformdirs>=4.0.0;python_version<"3.8"
platformdirs>=4.2.0;python_version>="3.8" platformdirs>=4.2.0;python_version>="3.8"
typing-extensions>=4.9.0;python_version>="3.8" typing-extensions>=4.10.0;python_version>="3.8"
parse>=1.20.1 parse>=1.20.1
parse-type>=0.6.2 parse-type>=0.6.2
pyyaml>=6.0.1 pyyaml>=6.0.1
@ -21,7 +21,7 @@ urllib3>=1.26.18,<2;python_version<"3.10"
urllib3>=1.26.18,<2.3.0;python_version>="3.10" urllib3>=1.26.18,<2.3.0;python_version>="3.10"
requests==2.31.0 requests==2.31.0
pynose==1.5.0 pynose==1.5.0
sniffio==1.3.0 sniffio==1.3.1
h11==0.14.0 h11==0.14.0
outcome==1.3.0.post0 outcome==1.3.0.post0
trio==0.22.2;python_version<"3.8" trio==0.22.2;python_version<"3.8"
@ -39,7 +39,7 @@ pluggy==1.2.0;python_version<"3.8"
pluggy==1.4.0;python_version>="3.8" pluggy==1.4.0;python_version>="3.8"
py==1.11.0 py==1.11.0
pytest==7.4.4;python_version<"3.8" pytest==7.4.4;python_version<"3.8"
pytest==8.0.1;python_version>="3.8" pytest==8.0.2;python_version>="3.8"
pytest-html==2.0.1 pytest-html==2.0.1
pytest-metadata==3.0.0;python_version<"3.8" pytest-metadata==3.0.0;python_version<"3.8"
pytest-metadata==3.1.1;python_version>="3.8" pytest-metadata==3.1.1;python_version>="3.8"
@ -69,7 +69,7 @@ rich==13.7.0
coverage==6.2;python_version<"3.7" coverage==6.2;python_version<"3.7"
coverage==7.2.7;python_version>="3.7" and python_version<"3.8" coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
coverage==7.4.2;python_version>="3.8" coverage==7.4.3;python_version>="3.8"
pytest-cov==4.0.0;python_version<"3.7" pytest-cov==4.0.0;python_version<"3.7"
pytest-cov==4.1.0;python_version>="3.7" pytest-cov==4.1.0;python_version>="3.7"
flake8==5.0.4;python_version<"3.9" flake8==5.0.4;python_version<"3.9"

View File

@ -149,7 +149,7 @@ setup(
'pip>=24.0', 'pip>=24.0',
'packaging>=23.2', 'packaging>=23.2',
'setuptools>=68.0.0;python_version<"3.8"', 'setuptools>=68.0.0;python_version<"3.8"',
'setuptools>=69.1.0;python_version>="3.8"', 'setuptools>=69.1.1;python_version>="3.8"',
'wheel>=0.42.0', 'wheel>=0.42.0',
'attrs>=23.2.0', 'attrs>=23.2.0',
"certifi>=2024.2.2", "certifi>=2024.2.2",
@ -157,7 +157,7 @@ setup(
'filelock>=3.13.1;python_version>="3.8"', 'filelock>=3.13.1;python_version>="3.8"',
'platformdirs>=4.0.0;python_version<"3.8"', 'platformdirs>=4.0.0;python_version<"3.8"',
'platformdirs>=4.2.0;python_version>="3.8"', 'platformdirs>=4.2.0;python_version>="3.8"',
'typing-extensions>=4.9.0;python_version>="3.8"', 'typing-extensions>=4.10.0;python_version>="3.8"',
'parse>=1.20.1', 'parse>=1.20.1',
'parse-type>=0.6.2', 'parse-type>=0.6.2',
'pyyaml>=6.0.1', 'pyyaml>=6.0.1',
@ -169,7 +169,7 @@ setup(
'urllib3>=1.26.18,<2.3.0;python_version>="3.10"', 'urllib3>=1.26.18,<2.3.0;python_version>="3.10"',
'requests==2.31.0', 'requests==2.31.0',
"pynose==1.5.0", "pynose==1.5.0",
'sniffio==1.3.0', 'sniffio==1.3.1',
'h11==0.14.0', 'h11==0.14.0',
'outcome==1.3.0.post0', 'outcome==1.3.0.post0',
'trio==0.22.2;python_version<"3.8"', 'trio==0.22.2;python_version<"3.8"',
@ -187,7 +187,7 @@ setup(
'pluggy==1.4.0;python_version>="3.8"', 'pluggy==1.4.0;python_version>="3.8"',
"py==1.11.0", "py==1.11.0",
'pytest==7.4.4;python_version<"3.8"', 'pytest==7.4.4;python_version<"3.8"',
'pytest==8.0.1;python_version>="3.8"', 'pytest==8.0.2;python_version>="3.8"',
"pytest-html==2.0.1", # Newer ones had issues "pytest-html==2.0.1", # Newer ones had issues
'pytest-metadata==3.0.0;python_version<"3.8"', 'pytest-metadata==3.0.0;python_version<"3.8"',
'pytest-metadata==3.1.1;python_version>="3.8"', 'pytest-metadata==3.1.1;python_version>="3.8"',
@ -225,7 +225,7 @@ setup(
# Usage: coverage run -m pytest; coverage html; coverage report # Usage: coverage run -m pytest; coverage html; coverage report
"coverage": [ "coverage": [
'coverage==7.2.7;python_version<"3.8"', 'coverage==7.2.7;python_version<"3.8"',
'coverage==7.4.2;python_version>="3.8"', 'coverage==7.4.3;python_version>="3.8"',
'pytest-cov==4.1.0', 'pytest-cov==4.1.0',
], ],
# pip install -e .[flake8] # pip install -e .[flake8]
@ -251,7 +251,7 @@ setup(
'pdfminer.six==20221105;python_version<"3.8"', 'pdfminer.six==20221105;python_version<"3.8"',
'pdfminer.six==20231228;python_version>="3.8"', 'pdfminer.six==20231228;python_version>="3.8"',
'cryptography==39.0.2;python_version<"3.9"', 'cryptography==39.0.2;python_version<"3.9"',
'cryptography==42.0.4;python_version>="3.9"', 'cryptography==42.0.5;python_version>="3.9"',
'cffi==1.15.1;python_version<"3.8"', 'cffi==1.15.1;python_version<"3.8"',
'cffi==1.16.0;python_version>="3.8"', 'cffi==1.16.0;python_version>="3.8"',
"pycparser==2.21", "pycparser==2.21",