From 4f71244e64944ddae0ade0ed3c15913b4a1faac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:27:45 +0200 Subject: [PATCH] Update dnspython requirement from ==2.2.* to ==2.3.* (#3288) 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 73d1385ade..c5cb3756b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "django-scopes==2.0.*", "django-statici18n==2.3.*", "djangorestframework==3.14.*", - "dnspython==2.2.*", + "dnspython==2.3.*", "drf_ujson2==1.7.*", "geoip2==4.*", "importlib_metadata==6.6.*", # Polyfill, we can probably drop this once we require Python 3.10+