From: Bob Halley Date: Thu, 7 May 2020 14:42:13 +0000 (-0700) Subject: python>=3.6 X-Git-Tag: v2.0.0rc1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6520f5dd3e77dd5ea568318f7e26d45e8c216e54;p=thirdparty%2Fdnspython.git python>=3.6 --- diff --git a/pyproject.toml b/pyproject.toml index 11117252..ab9177d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.5" +python = "^3.6" requests-toolbelt = "^0.9.1" requests = "^2.23.0" idna = "^2.1"