From a35f77c612126d8e41c7d5e794424ec89cefe71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 09:33:56 +0200 Subject: [PATCH] build(deps-dev): bump pylint-django from 2.4.2 to 2.4.3 (#729) * build(deps-dev): bump pylint-django from 2.4.2 to 2.4.3 Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/PyCQA/pylint-django/releases) - [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pylint-django/compare/v2.4.2...v2.4.3) Signed-off-by: dependabot[bot] * root: fix pylint warning Signed-off-by: Jens Langhammer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer --- Pipfile.lock | 6 +++--- authentik/root/settings.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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=[