Skip to content

Commit

Permalink
Merge pull request #95 from octodns/update-requirements
Browse files Browse the repository at this point in the history
update requirements*.txt
  • Loading branch information
ross authored Jul 9, 2024
2 parents 2b53c53 + c3c71de commit 53342d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
Pygments==2.18.0
black==24.4.2
build==1.2.1
certifi==2024.2.2
certifi==2024.7.4
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cmarkgfm==2024.1.14
docutils==0.20.1
importlib_metadata==7.1.0
importlib_metadata==8.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
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.2.0
more-itertools==10.3.0
mypy-extensions==1.0.0
nh3==0.2.17
nh3==0.2.18
pathspec==0.12.1
pkginfo==1.10.0
platformdirs==4.2.2
Expand All @@ -28,8 +28,8 @@ pyproject_hooks==1.1.0
pytest-network==0.0.1
readme_renderer==43.0
requests-toolbelt==1.0.0
requests==2.32.2
requests==2.32.3
rfc3986==2.0.0
rich==13.7.1
twine==5.1.0
zipp==3.19.0
twine==5.1.1
zipp==3.19.2
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
PyYAML==6.0.1
boto3==1.34.113
botocore==1.34.113
coverage==7.5.3
PyYAML==6.0.2rc1
boto3==1.34.142
botocore==1.34.142
coverage==7.5.4
dnspython==2.6.1
fqdn==1.5.1
idna==3.7
iniconfig==2.0.0
jmespath==1.0.1
natsort==8.4.0
octodns==1.7.0
packaging==24.0
octodns==1.9.1
packaging==24.1
pluggy==1.5.0
pprintpp==0.4.0
pycountry-convert==0.7.2
pycountry==23.12.11
pycountry==24.6.1
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest==8.2.1
pytest==8.2.2
python-dateutil==2.9.0.post0
repoze.lru==0.7
s3transfer==0.10.1
s3transfer==0.10.2
six==1.16.0
urllib3==1.26.18
urllib3==1.26.19
wheel==0.43.0

0 comments on commit 53342d3

Please sign in to comment.