Compare commits

...

1 Commits

Author SHA1 Message Date
Raphael Michel
4013d71b3c Bump importlib_metadata to 7 2024-02-21 15:23:27 +01:00

View File

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