From 3d2adf9900d53397a3050fb62ca1e0057099a026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:07:45 +0200 Subject: [PATCH] Update importlib-metadata requirement from ==6.5.* to ==6.6.* (#3267) 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 9e57561c22..8b787e8d93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "dnspython==2.2.*", "drf_ujson2==1.7.*", "geoip2==4.*", - "importlib_metadata==6.5.*", # Polyfill, we can probably drop this once we require Python 3.10+ + "importlib_metadata==6.6.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek", "jsonschema", "kombu==5.2.*",