diff --git a/pyproject.toml b/pyproject.toml index 4eb43092d4..7dcf03500f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "dnspython==2.6.*", "drf_ujson2==1.7.*", "geoip2==4.*", - "importlib_metadata==7.*", # Polyfill, we can probably drop this once we require Python 3.10+ + "importlib_metadata==8.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek", "jsonschema", "kombu==5.3.*",