From 213dbbb847b94709a4c1a849efae5c5d009e0732 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 11 Sep 2023 10:16:22 +0200 Subject: [PATCH] Loosen a version requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7fdf3d74..72bfa1826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "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+ + "importlib_metadata==6.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek", "jsonschema", "kombu==5.2.*",