Skip to content

Commit

Permalink
bump dnspython (#16698)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtqq committed Jun 28, 2021
1 parent 9d6ae60 commit 57dcac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
]
leveldb = ['plyvel']
mongo = [
'dnspython>=1.13.0,<2.0.0',
'dnspython>=1.13.0,<3.0.0',
'pymongo>=3.6.0',
]
mssql = [
Expand Down

0 comments on commit 57dcac2

Please sign in to comment.