Skip to content

Commit

Permalink
Merge pull request #34 from octodns/update-requirements
Browse files Browse the repository at this point in the history
update requirements*.txt
  • Loading branch information
ross authored Feb 20, 2024
2 parents 6313e36 + 422c1ee commit 8ca8a15
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
Pygments==2.17.2
black==23.11.0
black==23.12.1
build==1.0.3
click==8.1.7
cmarkgfm==2022.10.27
coverage==7.3.2
cmarkgfm==2024.1.14
coverage==7.4.2
docutils==0.20.1
exceptiongroup==1.2.0
importlib-metadata==6.8.0
importlib-metadata==7.0.1
iniconfig==2.0.0
isort==5.12.0
jaraco.classes==3.3.0
isort==5.13.2
jaraco.classes==3.3.1
keyring==24.3.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.1.0
more-itertools==10.2.0
mypy-extensions==1.0.0
nh3==0.2.14
nh3==0.2.15
packaging==23.2
pathspec==0.11.2
pathspec==0.12.1
pkginfo==1.9.6
platformdirs==4.0.0
pluggy==1.3.0
pyflakes==3.1.0
platformdirs==4.2.0
pluggy==1.4.0
pyflakes==3.2.0
pyproject_hooks==1.0.0
pytest-cov==4.1.0
pytest-network==0.0.1
pytest==7.4.3
pytest==8.0.1
readme-renderer==42.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.0
tomli==2.0.1
twine==4.0.2
typing_extensions==4.8.0
twine==5.0.0
typing_extensions==4.9.0
zipp==3.17.0
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
PyYAML==6.0.1
certifi==2023.11.17
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==41.0.6
dnspython==2.4.2
cryptography==42.0.3
dnspython==2.6.1
fqdn==1.5.1
idna==3.4
idna==3.6
natsort==8.4.0
octodns==1.3.0
octodns==1.4.0
pycparser==2.21
python-dateutil==2.8.2
python-transip==0.6.0
requests==2.31.0
six==1.16.0
urllib3==2.1.0
urllib3==2.2.1

0 comments on commit 8ca8a15

Please sign in to comment.