summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2023-01-18 19:04:00 +0000
committerMichael Johnson <johnsomor@gmail.com>2023-01-19 17:21:42 +0000
commit969e80491cd7bd5cb6e84b2b7db0fcd91112217c (patch)
tree6f427c5ec0fe7f239f57cb352f5d14ca91fef616
parentde000517fb6435526d808c137512a21ea5561580 (diff)
downloaddesignate-969e80491cd7bd5cb6e84b2b7db0fcd91112217c.tar.gz
Bump minimum dnspython to 2.2.1 for python 3.10
This patch proposes bumping the minimum dnspython version to 2.2.1 to support python 3.10 which is part of the antelope (2023.1) tested runtimes[1]. 2.2.0 had a bug[2] and has been blocked in global requirements. [1] https://governance.openstack.org/tc/reference/runtimes/2023.1.html [2] https://github.com/rthalley/dnspython/issues/766 Change-Id: I43617fcf29e404bf58b1a3467f2aaf23c5acd460
-rw-r--r--releasenotes/notes/Bump-dnspython-requirement-to-2.2.1-a3d062a1e16cc8a9.yaml5
-rw-r--r--requirements.txt2
2 files changed, 6 insertions, 1 deletions
diff --git a/releasenotes/notes/Bump-dnspython-requirement-to-2.2.1-a3d062a1e16cc8a9.yaml b/releasenotes/notes/Bump-dnspython-requirement-to-2.2.1-a3d062a1e16cc8a9.yaml
new file mode 100644
index 00000000..e0e323a7
--- /dev/null
+++ b/releasenotes/notes/Bump-dnspython-requirement-to-2.2.1-a3d062a1e16cc8a9.yaml
@@ -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.
diff --git a/requirements.txt b/requirements.txt
index 4fb79d66..8fa60230 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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