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.*",