From a601d2d14cd2c1387fb618e9706f52ed649fdd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 01:05:51 +0000 Subject: [PATCH] chore(deps): bump dnspython from 2.4.1 to 2.4.2 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.4.1 to 2.4.2. - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f38f614..2e914bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ charset-normalizer==3.2.0; python_full_version >= "3.6.1" and python_version >= click==8.0.3; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1" colorama==0.4.6 cryptography==41.0.3; python_version >= "3.6" -dnspython==2.4.1; python_full_version >= "3.6.1" and python_version >= "3.6" +dnspython==2.4.2; python_full_version >= "3.6.1" and python_version >= "3.6" ecdsa==0.17.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" email-validator==1.1.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0" fastapi-restful==0.4.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0"