Browse Source

Merge pull request #1344 from octodns/update-requirements

Update requirements, urllib3 vulns
main
Ross McFarland 3 weeks ago
committed by GitHub
parent
commit
fd4c199070
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 13 deletions
  1. +4
    -0
      .changelog/da01a21fc0674cb795cba00af623cb18.md
  2. +16
    -13
      requirements.txt

+ 4
- 0
.changelog/da01a21fc0674cb795cba00af623cb18.md View File

@ -0,0 +1,4 @@
---
type: none
---
Update requirements

+ 16
- 13
requirements.txt View File

@ -1,22 +1,24 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements
x-python-version-not-supported; python_version!='3.10' and python_version!='3.11' and python_version!='3.12' and python_version!='3.13' and python_version!='3.14'
alabaster==1.0.0
anyio==4.11.0
anyio==4.12.0
babel==2.17.0
backports-tarfile==1.2.0; python_version=='3.10' or python_version=='3.11'
black==24.10.0
build==1.3.0
certifi==2025.11.12
cffi==2.0.0
changelet==0.3.0
changelet==0.4.0
charset-normalizer==3.4.4
click==8.3.1
coverage==7.11.3
coverage==7.13.0
cryptography==46.0.3
dnspython==2.8.0
docutils==0.21.2
exceptiongroup==1.3.0; python_version=='3.10'
exceptiongroup==1.3.1; python_version=='3.10'
fqdn==1.5.1
h11==0.16.0
hishel==1.1.7
httpcore==1.0.9
httpx==0.28.1
id==1.5.0
@ -36,23 +38,24 @@ markupsafe==3.0.3
mdit-py-plugins==0.5.0
mdurl==0.1.2
more-itertools==10.8.0
msgpack==1.1.2
mypy-extensions==1.1.0
myst-parser==4.0.1
natsort==8.4.0
nh3==0.3.2
packaging==25.0
pathspec==0.12.1
platformdirs==4.5.0
platformdirs==4.5.1
pluggy==1.6.0
pprintpp==0.4.0
proviso==0.0.1
proviso==0.2.0
pycountry==24.6.1
pycountry-convert==0.7.2
pycparser==2.23
pyflakes==3.4.0
pygments==2.19.2
pyproject-hooks==1.2.0
pytest==9.0.1
pytest==9.0.2
pytest-cov==7.0.0
pytest-mock==3.15.1
pytest-network==0.0.1
@ -65,12 +68,12 @@ requests-toolbelt==1.0.0
resolvelib==1.2.1
rfc3986==2.0.0
rich==14.2.0
roman-numerals-py==3.1.0; python_version=='3.11' or python_version=='3.12' or python_version=='3.13' or python_version=='3.14'
secretstorage==3.4.1
roman-numerals==4.0.0; python_version=='3.11' or python_version=='3.12' or python_version=='3.13' or python_version=='3.14'
roman-numerals-py==4.0.0; python_version=='3.11' or python_version=='3.12' or python_version=='3.13' or python_version=='3.14'
secretstorage==3.5.0
semver==3.0.4
setuptools==80.9.0
six==1.17.0
sniffio==1.3.1
snowballstemmer==3.0.1
sphinx==8.1.3; python_version=='3.10'
sphinx==8.2.3; python_version=='3.11' or python_version=='3.12' or python_version=='3.13' or python_version=='3.14'
@ -81,13 +84,13 @@ sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-mermaid==1.0.0
sphinxcontrib-mermaid==1.2.3
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
tomli==2.3.0; python_version=='3.10'
twine==6.2.0
typing-extensions==4.15.0; python_version=='3.10' or python_version=='3.11' or python_version=='3.12'
typing-extensions==4.15.0
unearth==0.18.1
urllib3==2.5.0
urllib3==2.6.2
wheel==0.45.1
zipp==3.23.0; python_version=='3.10' or python_version=='3.11'

Loading…
Cancel
Save