mirror of
https://github.com/pretix/pretix.git
synced 2026-05-16 17:03:58 +00:00
Bump importlib_metadata to 7
This commit is contained in:
committed by
Raphael Michel
parent
6035a11a24
commit
7429a16cd1
@@ -59,7 +59,7 @@ dependencies = [
|
|||||||
"dnspython==2.3.*",
|
"dnspython==2.3.*",
|
||||||
"drf_ujson2==1.7.*",
|
"drf_ujson2==1.7.*",
|
||||||
"geoip2==4.*",
|
"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",
|
"isoweek",
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
"kombu==5.3.*",
|
"kombu==5.3.*",
|
||||||
|
|||||||
Reference in New Issue
Block a user