Skip to content

Commit

Permalink
Merge pull request #42 from octodns/black-update
Browse files Browse the repository at this point in the history
Update black to 24.x series
  • Loading branch information
ross authored Mar 20, 2024
2 parents 3d33f56 + 9a7fb90 commit 8ea6675
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 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.12.1
build==1.0.3
black==24.3.0
build==1.1.1
click==8.1.7
cmarkgfm==2024.1.14
coverage==7.4.2
coverage==7.4.4
docutils==0.20.1
exceptiongroup==1.2.0
importlib-metadata==7.0.1
importlib_metadata==7.1.0
iniconfig==2.0.0
isort==5.13.2
jaraco.classes==3.3.1
keyring==24.3.0
keyring==24.3.1
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.2.0
mypy-extensions==1.0.0
nh3==0.2.15
packaging==23.2
packaging==24.0
pathspec==0.12.1
pkginfo==1.9.6
pkginfo==1.10.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==8.0.1
readme-renderer==42.0
pytest==8.1.1
readme_renderer==43.0
requests-mock==1.11.0
rfc3986==2.0.0
rich==13.7.0
rich==13.7.1
tomli==2.0.1
twine==5.0.0
typing_extensions==4.9.0
zipp==3.17.0
typing_extensions==4.10.0
zipp==3.18.1
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ PyYAML==6.0.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.3
cryptography==42.0.5
dnspython==2.6.1
edgegrid-python==1.3.1
fqdn==1.5.1
idna==3.6
natsort==8.4.0
ndg-httpsclient==0.5.1
octodns==1.4.0
pyOpenSSL==24.0.0
octodns==1.6.1
pyOpenSSL==24.1.0
pyasn1==0.5.1
pycparser==2.21
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
requests-toolbelt==1.0.0
requests==2.31.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def version():
# likely to result in formatting changes that should happen in their
# own PR. This will basically happen yearly
# https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy
'black>=23.1.0,<24.0.0',
'black>=24.3.0,<25.0.0',
'build>=0.7.0',
'isort>=5.11.5',
'pyflakes>=2.2.0',
Expand Down

0 comments on commit 8ea6675

Please sign in to comment.