From ccbbb5b511cbaeefe91f83f900f05273e41fffa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:03:30 +0000 Subject: [PATCH] build(deps): bump dnspython from 2.2.1 to 2.3.0 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0aee257..7594990 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def build_long_desc(): "dane_discovery_get_ca_certificates = dane_discovery.scripts.dane_discovery_get_ca_certificates:main" ] }, - install_requires=["dnspython==2.2.1", + install_requires=["dnspython==2.3.0", "cryptography>=3,<38", "requests>=2.24,<2.28", "forcediphttpsadapter"],