Ross McFarland
3 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
30 additions and
34 deletions
-
requirements-dev.txt
-
requirements.txt
|
|
|
@ -1,50 +1,46 @@ |
|
|
|
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update |
|
|
|
Pygments==2.13.0 |
|
|
|
attrs==22.1.0 |
|
|
|
black==22.10.0 |
|
|
|
bleach==5.0.1 |
|
|
|
build==0.9.0 |
|
|
|
certifi==2022.12.7 |
|
|
|
Pygments==2.15.1 |
|
|
|
black==23.3.0 |
|
|
|
bleach==6.0.0 |
|
|
|
build==0.10.0 |
|
|
|
certifi==2023.5.7 |
|
|
|
cffi==1.15.1 |
|
|
|
charset-normalizer==2.1.1 |
|
|
|
charset-normalizer==3.1.0 |
|
|
|
click==8.1.3 |
|
|
|
cmarkgfm==2022.10.27 |
|
|
|
commonmark==0.9.1 |
|
|
|
coverage==6.5.0 |
|
|
|
docutils==0.19 |
|
|
|
exceptiongroup==1.0.0 |
|
|
|
importlib-metadata==5.0.0 |
|
|
|
iniconfig==1.1.1 |
|
|
|
isort==5.11.4 |
|
|
|
coverage==7.2.5 |
|
|
|
docutils==0.20.1 |
|
|
|
importlib-metadata==6.6.0 |
|
|
|
iniconfig==2.0.0 |
|
|
|
isort==5.12.0 |
|
|
|
jaraco.classes==3.2.3 |
|
|
|
keyring==23.9.3 |
|
|
|
more-itertools==9.0.0 |
|
|
|
mypy-extensions==0.4.3 |
|
|
|
packaging==21.3 |
|
|
|
pathspec==0.10.1 |
|
|
|
pep517==0.13.0 |
|
|
|
pkginfo==1.8.3 |
|
|
|
platformdirs==2.5.2 |
|
|
|
keyring==23.13.1 |
|
|
|
markdown-it-py==2.2.0 |
|
|
|
mdurl==0.1.2 |
|
|
|
more-itertools==9.1.0 |
|
|
|
mypy-extensions==1.0.0 |
|
|
|
packaging==23.1 |
|
|
|
pathspec==0.11.1 |
|
|
|
pkginfo==1.9.6 |
|
|
|
platformdirs==3.5.1 |
|
|
|
pluggy==1.0.0 |
|
|
|
pprintpp==0.4.0 |
|
|
|
pycountry-convert==0.7.2 |
|
|
|
pycountry==22.3.5 |
|
|
|
pycparser==2.21 |
|
|
|
pyflakes==2.5.0 |
|
|
|
pyparsing==3.0.9 |
|
|
|
pyflakes==3.0.1 |
|
|
|
pyproject_hooks==1.0.0 |
|
|
|
pytest-cov==4.0.0 |
|
|
|
pytest-mock==3.10.0 |
|
|
|
pytest-network==0.0.1 |
|
|
|
pytest==7.2.0 |
|
|
|
pytest==7.3.1 |
|
|
|
readme-renderer==37.3 |
|
|
|
repoze.lru==0.7 |
|
|
|
requests-toolbelt==0.10.1 |
|
|
|
requests==2.28.1 |
|
|
|
requests-toolbelt==1.0.0 |
|
|
|
requests==2.31.0 |
|
|
|
rfc3986==2.0.0 |
|
|
|
rich==12.6.0 |
|
|
|
tomli==2.0.1 |
|
|
|
twine==4.0.1 |
|
|
|
typing_extensions==4.4.0 |
|
|
|
urllib3==1.26.12 |
|
|
|
rich==13.3.5 |
|
|
|
twine==4.0.2 |
|
|
|
urllib3==2.0.2 |
|
|
|
webencodings==0.5.1 |
|
|
|
zipp==3.10.0 |
|
|
|
zipp==3.15.0 |
|
|
|
@ -3,6 +3,6 @@ PyYAML==6.0 |
|
|
|
dnspython==2.3.0 |
|
|
|
fqdn==1.5.1 |
|
|
|
idna==3.4 |
|
|
|
natsort==8.2.0 |
|
|
|
natsort==8.3.1 |
|
|
|
python-dateutil==2.8.2 |
|
|
|
six==1.16.0 |