Refresh Python dependencies

This commit is contained in:
Michael Mintz 2024-09-23 00:51:10 -04:00
parent d65c52cd18
commit c0aadb94b0
3 changed files with 70 additions and 114 deletions

View File

@ -2,8 +2,8 @@
# Minimum Python version: 3.8 (for generating docs only) # Minimum Python version: 3.8 (for generating docs only)
regex>=2024.9.11 regex>=2024.9.11
pymdown-extensions>=10.9 pymdown-extensions>=10.10.1
pipdeptree>=2.23.3 pipdeptree>=2.23.4
python-dateutil>=2.8.2 python-dateutil>=2.8.2
Markdown==3.7 Markdown==3.7
markdown2==2.5.0 markdown2==2.5.0
@ -20,7 +20,7 @@ lxml==5.3.0
pyquery==2.0.1 pyquery==2.0.1
readtime==3.0.0 readtime==3.0.0
mkdocs==1.6.1 mkdocs==1.6.1
mkdocs-material==9.5.34 mkdocs-material==9.5.36
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,87 +1,67 @@
pip>=24.0;python_version<"3.8" pip>=24.1.2
pip>=24.1.2;python_version>="3.8" packaging>=24.1
packaging>=24.0;python_version<"3.8" setuptools~=70.2;python_version<"3.10"
packaging>=24.1;python_version>="3.8"
setuptools>=68.0.0;python_version<"3.8"
setuptools~=70.2;python_version>="3.8" and python_version<"3.10"
setuptools>=70.2.0;python_version>="3.10" setuptools>=70.2.0;python_version>="3.10"
wheel>=0.42.0;python_version<"3.8" wheel>=0.44.0
wheel>=0.44.0;python_version>="3.8"
attrs>=24.2.0 attrs>=24.2.0
certifi>=2024.8.30 certifi>=2024.8.30
exceptiongroup>=1.2.2 exceptiongroup>=1.2.2
filelock>=3.12.2;python_version<"3.8" filelock>=3.16.1
filelock>=3.16.0;python_version>="3.8" fasteners>=0.19
platformdirs>=4.0.0;python_version<"3.8" pynose>=1.5.3
platformdirs>=4.3.2;python_version>="3.8" platformdirs>=4.3.6
typing-extensions>=4.12.2;python_version>="3.8" typing-extensions>=4.12.2
sbvirtualdisplay>=1.3.0
six>=1.16.0
parse>=1.20.2 parse>=1.20.2
parse-type>=0.6.3 parse-type>=0.6.3
pyyaml==6.0.1;python_version<"3.8" colorama>=0.4.6
pyyaml>=6.0.2;python_version>="3.8" pyyaml>=6.0.2
six==1.16.0 pygments>=2.18.0
idna==3.8 pyreadline3>=3.5.3;platform_system=="Windows"
tabcompleter>=1.3.3
pdbp>=1.5.4
idna==3.10
chardet==5.2.0 chardet==5.2.0
charset-normalizer==3.3.2 charset-normalizer==3.3.2
urllib3>=1.26.20,<2;python_version<"3.10" urllib3>=1.26.20,<2;python_version<"3.10"
urllib3>=1.26.20,<2.3.0;python_version>="3.10" urllib3>=1.26.20,<2.3.0;python_version>="3.10"
requests==2.31.0 requests==2.31.0
pynose==1.5.2
sniffio==1.3.1 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.26.2
trio==0.26.2;python_version>="3.8"
trio-websocket==0.11.1 trio-websocket==0.11.1
wsproto==1.2.0 wsproto==1.2.0
websocket-client==1.8.0;python_version>="3.8" websocket-client==1.8.0
selenium==4.11.2;python_version<"3.8" selenium==4.25.0
selenium==4.24.0;python_version>="3.8"
cssselect==1.2.0 cssselect==1.2.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
fasteners==0.19 execnet==2.1.1
execnet==2.0.2;python_version<"3.8"
execnet==2.1.1;python_version>="3.8"
iniconfig==2.0.0 iniconfig==2.0.0
pluggy==1.2.0;python_version<"3.8" pluggy==1.5.0
pluggy==1.5.0;python_version>="3.8"
py==1.11.0 py==1.11.0
pytest==7.4.4;python_version<"3.8" pytest==8.3.3
pytest==8.3.3;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.1.1
pytest-metadata==3.1.1;python_version>="3.8"
pytest-ordering==0.6 pytest-ordering==0.6
pytest-rerunfailures==13.0;python_version<"3.8" pytest-rerunfailures==14.0
pytest-rerunfailures==14.0;python_version>="3.8" pytest-xdist==3.6.1
pytest-xdist==3.5.0;python_version<"3.8"
pytest-xdist==3.6.1;python_version>="3.8"
parameterized==0.9.0 parameterized==0.9.0
sbvirtualdisplay==1.3.0
behave==1.2.6 behave==1.2.6
soupsieve==2.4.1;python_version<"3.8" soupsieve==2.6
soupsieve==2.6;python_version>="3.8"
beautifulsoup4==4.12.3 beautifulsoup4==4.12.3
pygments==2.17.2;python_version<"3.8"
pygments==2.18.0;python_version>="3.8"
pyreadline3==3.4.1;platform_system=="Windows"
tabcompleter==1.3.3
pdbp==1.5.4
colorama==0.4.6
pyotp==2.9.0 pyotp==2.9.0
python-xlib==0.33;platform_system=="Linux" python-xlib==0.33;platform_system=="Linux"
markdown-it-py==2.2.0;python_version<"3.8" markdown-it-py==3.0.0
markdown-it-py==3.0.0;python_version>="3.8"
mdurl==0.1.2 mdurl==0.1.2
rich==13.8.1 rich==13.8.1
# --- Testing Requirements --- # # --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.) # ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
coverage==7.2.7;python_version<"3.8" coverage>=7.6.1
coverage>=7.6.1;python_version>="3.8" pytest-cov>=5.0.0
pytest-cov==4.1.0;python_version<"3.8"
pytest-cov>=5.0.0;python_version>="3.8"
flake8==5.0.4;python_version<"3.9" flake8==5.0.4;python_version<"3.9"
flake8==7.1.1;python_version>="3.9" flake8==7.1.1;python_version>="3.9"
mccabe==0.7.0 mccabe==0.7.0

View File

@ -145,82 +145,64 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation", "Topic :: Software Development :: Testing :: Traffic Generation",
"Topic :: Utilities", "Topic :: Utilities",
], ],
python_requires=">=3.7", python_requires=">=3.8",
install_requires=[ install_requires=[
'pip>=24.0;python_version<"3.8"', 'pip>=24.1.2', # 24.2: editable install warnings
'pip>=24.1.2;python_version>="3.8"', # 24.2: editable install warnings 'packaging>=24.1',
'packaging>=24.0;python_version<"3.8"', 'setuptools~=70.2;python_version<"3.10"',
'packaging>=24.1;python_version>="3.8"',
'setuptools>=68.0.0;python_version<"3.8"',
'setuptools~=70.2;python_version>="3.8" and python_version<"3.10"',
'setuptools>=70.2.0;python_version>="3.10"', # 71.0.x has issues 'setuptools>=70.2.0;python_version>="3.10"', # 71.0.x has issues
'wheel>=0.42.0;python_version<"3.8"', 'wheel>=0.44.0',
'wheel>=0.44.0;python_version>="3.8"',
'attrs>=24.2.0', 'attrs>=24.2.0',
"certifi>=2024.8.30", "certifi>=2024.8.30",
"exceptiongroup>=1.2.2", "exceptiongroup>=1.2.2",
'filelock>=3.12.2;python_version<"3.8"', 'filelock>=3.16.1',
'filelock>=3.16.0;python_version>="3.8"', 'fasteners>=0.19',
'platformdirs>=4.0.0;python_version<"3.8"', "pynose>=1.5.3",
'platformdirs>=4.3.2;python_version>="3.8"', 'platformdirs>=4.3.6',
'typing-extensions>=4.12.2;python_version>="3.8"', 'typing-extensions>=4.12.2',
"sbvirtualdisplay>=1.3.0",
"six>=1.16.0",
'parse>=1.20.2', 'parse>=1.20.2',
'parse-type>=0.6.3', 'parse-type>=0.6.3',
'pyyaml==6.0.1;python_version<"3.8"', 'colorama>=0.4.6',
'pyyaml>=6.0.2;python_version>="3.8"', 'pyyaml>=6.0.2',
"six==1.16.0", 'pygments>=2.18.0',
"idna==3.8", 'pyreadline3>=3.5.3;platform_system=="Windows"',
"tabcompleter>=1.3.3",
"pdbp>=1.5.4",
"idna==3.10",
'chardet==5.2.0', 'chardet==5.2.0',
'charset-normalizer==3.3.2', 'charset-normalizer==3.3.2',
'urllib3>=1.26.20,<2;python_version<"3.10"', 'urllib3>=1.26.20,<2;python_version<"3.10"',
'urllib3>=1.26.20,<2.3.0;python_version>="3.10"', 'urllib3>=1.26.20,<2.3.0;python_version>="3.10"',
'requests==2.31.0', 'requests==2.31.0',
"pynose==1.5.2",
'sniffio==1.3.1', '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.26.2',
'trio==0.26.2;python_version>="3.8"',
'trio-websocket==0.11.1', 'trio-websocket==0.11.1',
'wsproto==1.2.0', 'wsproto==1.2.0',
'websocket-client==1.8.0;python_version>="3.8"', 'websocket-client==1.8.0',
'selenium==4.11.2;python_version<"3.8"', 'selenium==4.25.0',
'selenium==4.24.0;python_version>="3.8"',
'cssselect==1.2.0', 'cssselect==1.2.0',
"sortedcontainers==2.4.0", "sortedcontainers==2.4.0",
'fasteners==0.19', 'execnet==2.1.1',
'execnet==2.0.2;python_version<"3.8"',
'execnet==2.1.1;python_version>="3.8"',
'iniconfig==2.0.0', 'iniconfig==2.0.0',
'pluggy==1.2.0;python_version<"3.8"', 'pluggy==1.5.0',
'pluggy==1.5.0;python_version>="3.8"',
"py==1.11.0", # Needed by pytest-html "py==1.11.0", # Needed by pytest-html
'pytest==7.4.4;python_version<"3.8"', 'pytest==8.3.3',
'pytest==8.3.3;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.1.1',
'pytest-metadata==3.1.1;python_version>="3.8"',
"pytest-ordering==0.6", "pytest-ordering==0.6",
'pytest-rerunfailures==13.0;python_version<"3.8"', 'pytest-rerunfailures==14.0',
'pytest-rerunfailures==14.0;python_version>="3.8"', 'pytest-xdist==3.6.1',
'pytest-xdist==3.5.0;python_version<"3.8"',
'pytest-xdist==3.6.1;python_version>="3.8"',
'parameterized==0.9.0', 'parameterized==0.9.0',
"sbvirtualdisplay==1.3.0",
"behave==1.2.6", "behave==1.2.6",
'soupsieve==2.4.1;python_version<"3.8"', 'soupsieve==2.6',
'soupsieve==2.6;python_version>="3.8"',
"beautifulsoup4==4.12.3", "beautifulsoup4==4.12.3",
'pygments==2.17.2;python_version<"3.8"',
'pygments==2.18.0;python_version>="3.8"',
'pyreadline3==3.4.1;platform_system=="Windows"',
"tabcompleter==1.3.3",
"pdbp==1.5.4",
'colorama==0.4.6',
'pyotp==2.9.0', 'pyotp==2.9.0',
'python-xlib==0.33;platform_system=="Linux"', 'python-xlib==0.33;platform_system=="Linux"',
'markdown-it-py==2.2.0;python_version<"3.8"', 'markdown-it-py==3.0.0',
'markdown-it-py==3.0.0;python_version>="3.8"',
'mdurl==0.1.2', 'mdurl==0.1.2',
'rich==13.8.1', 'rich==13.8.1',
], ],
@ -236,10 +218,8 @@ setup(
# pip install -e .[coverage] # pip install -e .[coverage]
# 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.6.1',
'coverage>=7.6.1;python_version>="3.8"', 'pytest-cov>=5.0.0',
'pytest-cov==4.1.0;python_version<"3.8"',
'pytest-cov>=5.0.0;python_version>="3.8"',
], ],
# pip install -e .[flake8] # pip install -e .[flake8]
# Usage: flake8 # Usage: flake8
@ -261,19 +241,16 @@ setup(
# pip install -e .[pdfminer] # pip install -e .[pdfminer]
# (An optional library for parsing PDF files.) # (An optional library for parsing PDF files.)
"pdfminer": [ "pdfminer": [
'pdfminer.six==20221105;python_version<"3.8"', 'pdfminer.six==20240706',
'pdfminer.six==20240706;python_version>="3.8"',
'cryptography==39.0.2;python_version<"3.9"', 'cryptography==39.0.2;python_version<"3.9"',
'cryptography==43.0.1;python_version>="3.9"', 'cryptography==43.0.1;python_version>="3.9"',
'cffi==1.15.1;python_version<"3.8"', 'cffi==1.17.1',
'cffi==1.17.1;python_version>="3.8"',
"pycparser==2.22", "pycparser==2.22",
], ],
# pip install -e .[pillow] # pip install -e .[pillow]
# (An optional library for image-processing.) # (An optional library for image-processing.)
"pillow": [ "pillow": [
'Pillow==9.5.0;python_version<"3.8"', 'Pillow>=10.4.0',
'Pillow>=10.4.0;python_version>="3.8"',
], ],
# pip install -e .[pip-system-certs] # pip install -e .[pip-system-certs]
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.) # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)
@ -310,8 +287,7 @@ setup(
'hpack==4.0.0', 'hpack==4.0.0',
'hyperframe==6.0.1', 'hyperframe==6.0.1',
'kaitaistruct==0.10', 'kaitaistruct==0.10',
'pyasn1==0.5.1;python_version<"3.8"', 'pyasn1==0.6.1',
'pyasn1==0.6.1;python_version>="3.8"',
'zstandard==0.23.0', 'zstandard==0.23.0',
], ],
}, },