Skip to content

Commit e1d5990

Browse files
committed
Bump dnspython to 2.6.1 to fix pack CI failure on py3.10/py3.11
1 parent d284f84 commit e1d5990

File tree

6 files changed

+249
-218
lines changed

6 files changed

+249
-218
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ Changed
5959
* Update CI from testing with mongo 4.4 to testing with MongoDB 7.0. #6246
6060
Contributed by @guzzijones
6161

62+
* Bump `dnspython` 1.16.0 -> 2.6.1 to correctly support python 3.10 and greater. #6265
63+
Contributed by @nzlosh
64+
6265
Added
6366
~~~~~
6467
* Continue introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apscheduler==3.10.4
55
chardet==3.0.4
66
cffi==1.17.1
77
# NOTE: 2.0 version breaks pymongo work with hosts
8-
dnspython==1.16.0
8+
dnspython==2.6.1
99
cryptography==43.0.1
1010
eventlet==0.37.0
1111
flex==6.14.1

lockfiles/st2-constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ MarkupSafe<2.1.0,>=0.23
6363
#decorator==4.4.2
6464

6565
# REQUIRED BY: eventlet, pymongo
66-
# REASON: 2.0 version breaks pymongo work with hosts
66+
# REASON: version 2.6.1 is required to support python from 3.8 to 3.11
6767
# NOTE: try to remove this later
6868
# DROPS RESOLVED VERSION: 1.16
69-
dnspython>=1.16.0,<2.0.0
69+
dnspython==2.6.1
7070

7171
# REQUIRED BY: eventlet
7272
# REASON: eventlet is difficult to upgrade.

0 commit comments

Comments
 (0)