Ross McFarland
1 year ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
23 additions and
23 deletions
-
requirements-dev.txt
-
requirements.txt
|
|
|
@ -1,48 +1,48 @@ |
|
|
|
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update |
|
|
|
Pygments==2.18.0 |
|
|
|
black==24.4.2 |
|
|
|
build==1.2.1 |
|
|
|
certifi==2024.7.4 |
|
|
|
cffi==1.16.0 |
|
|
|
black==24.10.0 |
|
|
|
build==1.2.2.post1 |
|
|
|
certifi==2024.8.30 |
|
|
|
cffi==1.17.1 |
|
|
|
charset-normalizer==3.3.2 |
|
|
|
click==8.1.7 |
|
|
|
cmarkgfm==2024.1.14 |
|
|
|
coverage==7.5.4 |
|
|
|
docutils==0.20.1 |
|
|
|
importlib_metadata==8.0.0 |
|
|
|
coverage==7.6.1 |
|
|
|
docutils==0.21.2 |
|
|
|
importlib_metadata==8.5.0 |
|
|
|
iniconfig==2.0.0 |
|
|
|
isort==5.13.2 |
|
|
|
jaraco.classes==3.4.0 |
|
|
|
jaraco.context==5.3.0 |
|
|
|
jaraco.functools==4.0.1 |
|
|
|
keyring==25.2.1 |
|
|
|
jaraco.context==6.0.1 |
|
|
|
jaraco.functools==4.1.0 |
|
|
|
keyring==25.4.1 |
|
|
|
markdown-it-py==3.0.0 |
|
|
|
mdurl==0.1.2 |
|
|
|
more-itertools==10.3.0 |
|
|
|
more-itertools==10.5.0 |
|
|
|
mypy-extensions==1.0.0 |
|
|
|
nh3==0.2.18 |
|
|
|
packaging==24.1 |
|
|
|
pathspec==0.12.1 |
|
|
|
pkginfo==1.10.0 |
|
|
|
platformdirs==4.2.2 |
|
|
|
platformdirs==4.3.6 |
|
|
|
pluggy==1.5.0 |
|
|
|
pprintpp==0.4.0 |
|
|
|
pycountry-convert==0.7.2 |
|
|
|
pycountry==24.6.1 |
|
|
|
pycparser==2.22 |
|
|
|
pyflakes==3.2.0 |
|
|
|
pyproject_hooks==1.1.0 |
|
|
|
pyproject_hooks==1.2.0 |
|
|
|
pytest-cov==5.0.0 |
|
|
|
pytest-mock==3.14.0 |
|
|
|
pytest-network==0.0.1 |
|
|
|
pytest==8.2.2 |
|
|
|
readme_renderer==43.0 |
|
|
|
pytest==8.3.3 |
|
|
|
pytest_network==0.0.1 |
|
|
|
readme_renderer==44.0 |
|
|
|
repoze.lru==0.7 |
|
|
|
requests-toolbelt==1.0.0 |
|
|
|
requests==2.32.3 |
|
|
|
rfc3986==2.0.0 |
|
|
|
rich==13.7.1 |
|
|
|
rich==13.9.2 |
|
|
|
twine==5.1.1 |
|
|
|
urllib3==2.2.2 |
|
|
|
wheel==0.43.0 |
|
|
|
zipp==3.19.2 |
|
|
|
urllib3==2.2.3 |
|
|
|
wheel==0.44.0 |
|
|
|
zipp==3.20.2 |
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update |
|
|
|
PyYAML==6.0.2rc1 |
|
|
|
dnspython==2.6.1 |
|
|
|
PyYAML==6.0.2 |
|
|
|
dnspython==2.7.0 |
|
|
|
fqdn==1.5.1 |
|
|
|
idna==3.7 |
|
|
|
idna==3.10 |
|
|
|
natsort==8.4.0 |
|
|
|
python-dateutil==2.9.0.post0 |
|
|
|
six==1.16.0 |