1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Upgrade dnspython

Matches the minimum version required by `octodns-bind`.
This commit is contained in:
Samuel Parkinson
2023-02-15 13:30:18 +00:00
parent 7fd6f9d181
commit 9f4a910a08
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PyYAML==6.0
dnspython==2.2.1
dnspython==2.3.0
fqdn==1.5.1
idna==3.4
natsort==8.2.0

View File

@ -84,7 +84,7 @@ setup(
},
install_requires=(
'PyYaml>=4.2b1',
'dnspython>=1.15.0',
'dnspython>=2.2.1',
'fqdn>=1.5.0',
'idna>=3.3',
'natsort>=5.5.0',