Browse Source

Merge remote-tracking branch 'origin/main' into auto_arpa_priority

pull/1161/head
Ross McFarland 2 years ago
parent
commit
d3ae6bcd19
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
3 changed files with 15 additions and 12 deletions
  1. +11
    -11
      requirements-dev.txt
  2. +1
    -1
      requirements.txt
  3. +3
    -0
      setup.py

+ 11
- 11
requirements-dev.txt View File

@ -1,7 +1,7 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
Pygments==2.17.2
black==24.3.0
build==1.1.1
black==24.4.0
build==1.2.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
@ -9,17 +9,18 @@ click==8.1.7
cmarkgfm==2024.1.14
coverage==7.4.4
docutils==0.20.1
exceptiongroup==1.2.0
importlib_metadata==7.1.0
iniconfig==2.0.0
isort==5.13.2
jaraco.classes==3.3.1
keyring==24.3.1
jaraco.classes==3.4.0
jaraco.context==5.3.0
jaraco.functools==4.0.0
keyring==25.1.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.2.0
mypy-extensions==1.0.0
nh3==0.2.15
nh3==0.2.17
packaging==24.0
pathspec==0.12.1
pkginfo==1.10.0
@ -28,11 +29,11 @@ pluggy==1.4.0
pprintpp==0.4.0
pycountry-convert==0.7.2
pycountry==23.12.11
pycparser==2.21
pycparser==2.22
pyflakes==3.2.0
pyproject_hooks==1.0.0
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-network==0.0.1
pytest==8.1.1
readme_renderer==43.0
@ -41,8 +42,7 @@ requests-toolbelt==1.0.0
requests==2.31.0
rfc3986==2.0.0
rich==13.7.1
tomli==2.0.1
twine==5.0.0
typing_extensions==4.10.0
urllib3==2.2.1
wheel==0.43.0
zipp==3.18.1

+ 1
- 1
requirements.txt View File

@ -2,7 +2,7 @@
PyYAML==6.0.1
dnspython==2.6.1
fqdn==1.5.1
idna==3.6
idna==3.7
natsort==8.4.0
python-dateutil==2.9.0.post0
six==1.16.0

+ 3
- 0
setup.py View File

@ -63,6 +63,9 @@ setup(
# https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy
'black>=24.3.0,<25.0.0',
'build>=0.7.0',
# docutils 0.21.x bumped to >=3.9 and 3.8 is still active. we'll
# have to clamp it down until we remove 3.8
'docutils<=0.20.1',
'isort>=5.11.5',
'pycountry>=19.8.18',
'pycountry-convert>=0.7.2',


Loading…
Cancel
Save