From 3f31843fd1a6866c8acc607cc32c6e8a0422c3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:19:11 +0100 Subject: [PATCH] Update dnspython requirement from ==2.5.* to ==2.6.* (#3927) 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.5.0rc1...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d81acb9ac..51b4a103f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "django-scopes==2.0.*", "django-statici18n==2.4.*", "djangorestframework==3.14.*", - "dnspython==2.5.*", + "dnspython==2.6.*", "drf_ujson2==1.7.*", "geoip2==4.*", "importlib_metadata==7.*", # Polyfill, we can probably drop this once we require Python 3.10+