Skip to content

Commit 9e9fa91

Browse files
fix(deps): update dependency django-stubs to v5.1.2 (SecObserve#2458)
1 parent 2974870 commit 9e9fa91

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

backend/poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pylint = { version = "3.3.3", optional = true } # https://github.com/pylint-dev
8585
pylint-django = { version = "2.6.1", optional = true } # https://github.com/PyCQA/pylint-django
8686
pre-commit = { version = "4.0.1", optional = true } # https://github.com/pre-commit/pre-commit
8787
mypy = { version = "1.14.1", optional = true } # https://github.com/python/mypy
88-
django-stubs = { version = "5.1.1", optional = true } # https://github.com/typeddjango/django-stubs
88+
django-stubs = { version = "5.1.2", optional = true } # https://github.com/typeddjango/django-stubs
8989
djangorestframework-stubs = { version = "3.15.2", optional = true } # https://github.com/typeddjango/djangorestframework-stubs
9090
types-PyMySQL = { version = "1.1.0.20241103", optional = true } # https://github.com/python/typeshed
9191
# import-linter = "2.0" # https://github.com/seddonym/import-linter --> Cannot be build with Docker

0 commit comments

Comments
 (0)