Skip to content

Commit

Permalink
update requirements*.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Nov 22, 2023
1 parent ed8d0eb commit 0760a79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
17 changes: 8 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
Pygments==2.16.1
black==23.9.1
Pygments==2.17.2
black==23.11.0
build==1.0.3
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.0
charset-normalizer==3.3.2
click==8.1.7
cmarkgfm==2022.10.27
docutils==0.20.1
importlib-metadata==6.8.0
isort==5.12.0
jaraco.classes==3.3.0
keyring==24.2.0
keyring==24.3.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.1.0
mypy-extensions==1.0.0
nh3==0.2.14
pathspec==0.11.2
pkginfo==1.9.6
platformdirs==3.11.0
platformdirs==4.0.0
pycparser==2.21
pyflakes==3.1.0
pyproject_hooks==1.0.0
Expand All @@ -28,8 +28,7 @@ readme-renderer==42.0
requests-toolbelt==1.0.0
requests==2.31.0
rfc3986==2.0.0
rich==13.6.0
setuptools==68.2.2
rich==13.7.0
twine==4.0.2
wheel==0.41.2
typing_extensions==4.8.0
zipp==3.17.0
14 changes: 8 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
PyYAML==6.0.1
boto3==1.28.59
botocore==1.31.59
boto3==1.29.6
botocore==1.32.6
coverage==7.3.2
dnspython==2.4.2
exceptiongroup==1.2.0
fqdn==1.5.1
idna==3.4
iniconfig==2.0.0
jmespath==1.0.1
natsort==8.4.0
octodns==1.2.1
octodns==1.3.0
packaging==23.2
pluggy==1.3.0
pprintpp==0.4.0
pycountry-convert==0.7.2
pycountry==22.3.5
pytest-cov==4.1.0
pytest-mock==3.11.1
pytest==7.4.2
pytest-mock==3.12.0
pytest==7.4.3
python-dateutil==2.8.2
repoze.lru==0.7
s3transfer==0.7.0
six==1.16.0
urllib3==1.26.17
tomli==2.0.1
urllib3==1.26.18

0 comments on commit 0760a79

Please sign in to comment.