Merge "Bump minimum dnspython to 2.2.1 for python 3.10"

This commit is contained in:
Zuul 2023-01-21 21:10:17 +00:00 committed by Gerrit Code Review
commit 766d089c46
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Designate has increased the minimum version of dnspython to 2.2.1 for the
antelope (2023.1) release to reflect support for python 3.10.

View File

@ -37,7 +37,7 @@ tenacity>=6.0.0 # Apache-2.0
SQLAlchemy>=1.2.19 # MIT
stevedore>=1.20.0 # Apache-2.0
WebOb>=1.7.1 # MIT
dnspython>=1.16.0 # http://www.dnspython.org/LICENSE
dnspython>=2.2.1 # http://www.dnspython.org/LICENSE
oslo.db>=8.3.0 # Apache-2.0
oslo.i18n>=3.20.0 # Apache-2.0
oslo.context>=4.0.0 # Apache-2.0