This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit ab46af97bd50ad0f024892eb1c65d7bbb724ae89 Author: kurtqq <[email protected]> AuthorDate: Tue Jun 29 00:21:24 2021 +0300 bump dnspython (#16698) (cherry picked from commit 57dcac22137bc958c1ed9f12fa54484e13411a6f) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6c1d46..9e8c28d 100644 --- a/setup.py +++ b/setup.py @@ -370,7 +370,7 @@ ldap = [ ] leveldb = ['plyvel'] mongo = [ - 'dnspython>=1.13.0,<2.0.0', + 'dnspython>=1.13.0,<3.0.0', 'pymongo>=3.6.0', ] mssql = [
