From 4013d71b3cbff88ad4fc86def5d3417d629ad1f9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 5 Dec 2023 13:46:59 +0100 Subject: [PATCH] Bump importlib_metadata to 7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ef549c09..67845ea85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "dnspython==2.3.*", "drf_ujson2==1.7.*", "geoip2==4.*", - "importlib_metadata==6.*", # Polyfill, we can probably drop this once we require Python 3.10+ + "importlib_metadata==7.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek", "jsonschema", "kombu==5.3.*",