From 08fdf1dcadf4fdd0e69e09b1d15ec18dcfd3b07d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 24 Apr 2023 13:30:04 +0200 Subject: [PATCH] Update importlib-metadata --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index a1c4c214ae..fde9d0070b 100644 --- a/src/setup.py +++ b/src/setup.py @@ -192,7 +192,7 @@ setup( 'dnspython==2.2.*', 'drf_ujson2==1.7.*', 'geoip2==4.*', - 'importlib-metadata==6.4.*', # Polyfill, we can probably drop this once we require Python 3.10+ + 'importlib-metadata==6.5.*', # Polyfill, we can probably drop this once we require Python 3.10+ 'isoweek', 'jsonschema', 'kombu==5.2.*',