diff --git a/Pipfile.lock b/Pipfile.lock index 94116ac6e..201b9a37c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1662,11 +1662,11 @@ }, "pylint-django": { "hashes": [ - "sha256:355dddb25ef07dbdb77a818b0860ada722aab654c24da34aab916ec26d6390ba", - "sha256:f8d77f7da47a7019cda5cb669c214f03033208f9e945094661299d2637c0da06" + "sha256:a5a4515209a6237d1d390a4a307d53f53baaf4f058ecf4bb556c775d208f6b0d", + "sha256:dc5ed27bb7662d73444ccd15a0b3964ed6ced6cc2712b85db616102062d2ec35" ], "index": "pypi", - "version": "==2.4.2" + "version": "==2.4.3" }, "pylint-plugin-utils": { "hashes": [ diff --git a/authentik/root/settings.py b/authentik/root/settings.py index 859434d75..49025ba40 100644 --- a/authentik/root/settings.py +++ b/authentik/root/settings.py @@ -338,6 +338,7 @@ if CONFIG.y("postgresql.s3_backup"): # Sentry integration _ERROR_REPORTING = CONFIG.y_bool("error_reporting.enabled", False) if not DEBUG and _ERROR_REPORTING: + # pylint: disable=abstract-class-instantiated sentry_init( dsn="https://a579bb09306d4f8b8d8847c052d3a1d3@sentry.beryju.org/8", integrations=[