Skip to content
Snippets Groups Projects

chore(deps): update dependency django-environ to v0.11.2

Open RenovateBot requested to merge renovate/django-environ-0.x into main
+ 3
1
@@ -132,7 +132,9 @@ class DB:
if check["open_registrations"]:
self.increment_stat(
data["instances"], "openRegistrations", int(check["open_registrations"])
data["instances"],
"openRegistrations",
int(check["open_registrations"]),
)
if check["anonymous_can_listen"]:
Loading