Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #10580

Merged
merged 14 commits into from
Nov 11, 2021
Prev Previous commit
Next Next commit
remove dnspython
  • Loading branch information
fanny-jiang committed Nov 9, 2021
commit bc8b21e592cd9712b53c0ef11a7cb0b52cf2f4c6
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ cryptography==3.4.8; python_version > "3.0"
cx-oracle==7.2.0
ddtrace==0.32.2; sys_platform == "win32" and python_version < "3.0"
ddtrace==0.53.2; sys_platform != "win32" or python_version > "3.0"
dnspython==1.16.0; python_version < "3.0"
dnspython==2.1.0; python_version > "3.0"
dnspython==1.16.0
enum34==1.1.10; python_version < "3.0"
flup-py3==1.0.3; python_version > "3.0"
flup==1.0.3.dev-20110405; python_version < "3.0"
Expand Down
3 changes: 1 addition & 2 deletions dns_check/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dnspython==1.16.0; python_version < "3.0"
dnspython==2.1.0; python_version > "3.0"
dnspython==1.16.0