From 6248e889c7f54c2e2c40cfe66c69f935db3486bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:25:18 +0000 Subject: [PATCH] Update dnspython requirement in /Python Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.2.1...v2.7.0) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/requirements.txt | 2 +- Python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/requirements.txt b/Python/requirements.txt index ecd0b0c..c773c51 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -1 +1 @@ -dnspython >= 2.2.1,< 2.7.0 +dnspython >= 2.2.1,< 2.8.0 diff --git a/Python/setup.cfg b/Python/setup.cfg index 91dd696..17f4c85 100644 --- a/Python/setup.cfg +++ b/Python/setup.cfg @@ -20,4 +20,4 @@ classifiers = packages = find: python_requires = >=3.6 install_requires = - dnspython >= 2.2.1,< 2.7.0 + dnspython >= 2.2.1,< 2.8.0