Browse Source
Update requirements, specifically rm py
pull/953/head
Ross McFarland
3 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
24 additions and
22 deletions
-
requirements-dev.txt
-
requirements.txt
|
|
|
@ -1,46 +1,48 @@ |
|
|
|
Pygments==2.12.0 |
|
|
|
Pygments==2.13.0 |
|
|
|
attrs==22.1.0 |
|
|
|
black==22.6.0 |
|
|
|
black==22.10.0 |
|
|
|
bleach==5.0.1 |
|
|
|
build==0.8.0 |
|
|
|
certifi==2022.6.15 |
|
|
|
build==0.9.0 |
|
|
|
certifi==2022.9.24 |
|
|
|
cffi==1.15.1 |
|
|
|
charset-normalizer==2.1.0 |
|
|
|
charset-normalizer==2.1.1 |
|
|
|
click==8.1.3 |
|
|
|
cmarkgfm==0.8.0 |
|
|
|
cmarkgfm==2022.10.27 |
|
|
|
commonmark==0.9.1 |
|
|
|
coverage==6.4.3 |
|
|
|
coverage==6.5.0 |
|
|
|
docutils==0.19 |
|
|
|
importlib-metadata==4.12.0 |
|
|
|
exceptiongroup==1.0.0 |
|
|
|
importlib-metadata==5.0.0 |
|
|
|
iniconfig==1.1.1 |
|
|
|
keyring==23.8.2 |
|
|
|
jaraco.classes==3.2.3 |
|
|
|
keyring==23.9.3 |
|
|
|
more-itertools==9.0.0 |
|
|
|
mypy-extensions==0.4.3 |
|
|
|
packaging==21.3 |
|
|
|
pathspec==0.9.0 |
|
|
|
pathspec==0.10.1 |
|
|
|
pep517==0.13.0 |
|
|
|
pkginfo==1.8.3 |
|
|
|
platformdirs==2.5.2 |
|
|
|
pluggy==1.0.0 |
|
|
|
pprintpp==0.4.0 |
|
|
|
py==1.11.0 |
|
|
|
pycountry-convert==0.7.2 |
|
|
|
pycountry==22.3.5 |
|
|
|
pycparser==2.21 |
|
|
|
pyflakes==2.5.0 |
|
|
|
pyparsing==3.0.9 |
|
|
|
pytest-cov==3.0.0 |
|
|
|
pytest-mock==3.8.2 |
|
|
|
pytest-cov==4.0.0 |
|
|
|
pytest-mock==3.10.0 |
|
|
|
pytest-network==0.0.1 |
|
|
|
pytest==7.1.2 |
|
|
|
readme-renderer==36.0 |
|
|
|
pytest==7.2.0 |
|
|
|
readme-renderer==37.3 |
|
|
|
repoze.lru==0.7 |
|
|
|
requests-toolbelt==0.9.1 |
|
|
|
requests-toolbelt==0.10.1 |
|
|
|
requests==2.28.1 |
|
|
|
rfc3986==2.0.0 |
|
|
|
rich==12.5.1 |
|
|
|
rich==12.6.0 |
|
|
|
tomli==2.0.1 |
|
|
|
twine==4.0.1 |
|
|
|
typing_extensions==4.3.0 |
|
|
|
urllib3==1.26.11 |
|
|
|
typing_extensions==4.4.0 |
|
|
|
urllib3==1.26.12 |
|
|
|
webencodings==0.5.1 |
|
|
|
zipp==3.8.1 |
|
|
|
zipp==3.10.0 |
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
PyYAML==6.0 |
|
|
|
dnspython==2.2.1 |
|
|
|
fqdn==1.5.1 |
|
|
|
idna==3.3 |
|
|
|
natsort==8.1.0 |
|
|
|
idna==3.4 |
|
|
|
natsort==8.2.0 |
|
|
|
python-dateutil==2.8.2 |
|
|
|
six==1.16.0 |