Skip to content

Commit

Permalink
Bump dnspython to 2.6.1 to fix pack CI failure on py3.10/py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Oct 19, 2024
1 parent d284f84 commit e1d5990
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 218 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Changed
* Update CI from testing with mongo 4.4 to testing with MongoDB 7.0. #6246
Contributed by @guzzijones

* Bump `dnspython` 1.16.0 -> 2.6.1 to correctly support python 3.10 and greater. #6265
Contributed by @nzlosh

Added
~~~~~
* Continue introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)
Expand Down
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apscheduler==3.10.4
chardet==3.0.4
cffi==1.17.1
# NOTE: 2.0 version breaks pymongo work with hosts
dnspython==1.16.0
dnspython==2.6.1
cryptography==43.0.1
eventlet==0.37.0
flex==6.14.1
Expand Down
4 changes: 2 additions & 2 deletions lockfiles/st2-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ MarkupSafe<2.1.0,>=0.23
#decorator==4.4.2

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

# REQUIRED BY: eventlet
# REASON: eventlet is difficult to upgrade.
Expand Down
Loading

0 comments on commit e1d5990

Please sign in to comment.