Skip to content

Commit

Permalink
Merge pull request #43 from octodns/update-requirements
Browse files Browse the repository at this point in the history
update requirements*.txt
  • Loading branch information
ross authored Nov 23, 2023
2 parents f9186be + cb189d3 commit 5f57c17
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
15 changes: 7 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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
cffi==1.16.0
click==8.1.7
Expand All @@ -11,7 +11,7 @@ importlib-metadata==6.8.0
iniconfig==2.0.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
Expand All @@ -20,19 +20,18 @@ nh3==0.2.14
packaging==23.2
pathspec==0.11.2
pkginfo==1.9.6
platformdirs==3.11.0
platformdirs==4.0.0
pluggy==1.3.0
pycparser==2.21
pyflakes==3.1.0
pyproject_hooks==1.0.0
pytest-cov==4.1.0
pytest-network==0.0.1
pytest==7.4.2
pytest==7.4.3
readme-renderer==42.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.6.0
setuptools==68.2.2
rich==13.7.0
setuptools==69.0.2
twine==4.0.2
wheel==0.41.2
zipp==3.17.0
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
PyYAML==6.0.1
cachetools==5.3.1
certifi==2023.7.22
charset-normalizer==3.3.0
cachetools==5.3.2
certifi==2023.11.17
charset-normalizer==3.3.2
dnspython==2.4.2
fqdn==1.5.1
google-api-core==2.12.0
google-auth==2.23.2
google-api-core==2.14.0
google-auth==2.23.4
google-cloud-core==2.3.3
google-cloud-dns==0.34.1
googleapis-common-protos==1.60.0
google-cloud-dns==0.34.2
googleapis-common-protos==1.61.0
idna==3.4
natsort==8.4.0
octodns==1.2.1
octodns==1.3.0
protobuf==4.21.8
pyasn1-modules==0.3.0
pyasn1==0.5.0
pyasn1==0.5.1
python-dateutil==2.8.2
requests==2.31.0
rsa==4.9
six==1.16.0
urllib3==2.0.6
urllib3==2.1.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def version():
'isort>=5.11.5',
'pyflakes>=2.2.0',
'readme_renderer[md]>=26.0',
'setuptools>=69.0.2',
'twine>=3.4.2',
),
'test': tests_require,
Expand Down

0 comments on commit 5f57c17

Please sign in to comment.