Skip to content

Commit 161d69b

Browse files
committed
chore(deps): bump ruff from 0.15.8 to 0.15.9
1 parent 46332da commit 161d69b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dojo/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from .celery import app as celery_app # noqa: F401
66

77
__version__ = "2.58.0-dev"
8-
__url__ = "https://github.com/DefectDojo/django-DefectDojo" # noqa: RUF067
9-
__docs__ = "https://documentation.defectdojo.com" # noqa: RUF067
8+
__url__ = "https://github.com/DefectDojo/django-DefectDojo"
9+
__docs__ = "https://documentation.defectdojo.com"

dojo/tools/aws_prowler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = "Aaron Weaver"
2-
__contributor__ = "Daniel Loureiro - https://dkade.com" # noqa: RUF067
2+
__contributor__ = "Daniel Loureiro - https://dkade.com"

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.15.8
1+
ruff==0.15.9

0 commit comments

Comments
 (0)