diff --git a/backend/poetry.lock b/backend/poetry.lock index 73e89547f..3ca80e522 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -2035,15 +2035,15 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.3.4" +version = "3.3.5" description = "python code static checker" optional = true python-versions = ">=3.9.0" groups = ["main"] markers = "extra == \"code-quality\"" files = [ - {file = "pylint-3.3.4-py3-none-any.whl", hash = "sha256:289e6a1eb27b453b08436478391a48cd53bb0efb824873f949e709350f3de018"}, - {file = "pylint-3.3.4.tar.gz", hash = "sha256:74ae7a38b177e69a9b525d0794bd8183820bfa7eb68cc1bee6e8ed22a42be4ce"}, + {file = "pylint-3.3.5-py3-none-any.whl", hash = "sha256:7cb170929a371238530b2eeea09f5f28236d106b70308c3d46a9c0cf11634633"}, + {file = "pylint-3.3.5.tar.gz", hash = "sha256:38d0f784644ed493d91f76b5333a0e370a1c1bc97c22068a77523b4bf1e82c31"}, ] [package.dependencies] @@ -2780,4 +2780,4 @@ unittests = ["coverage", "django-coverage-plugin", "django-extensions"] [metadata] lock-version = "2.1" python-versions = ">= 3.10, < 3.13" -content-hash = "0644875bf4e7805a2fd0828b277310bf908dd3b1ad1f4c57b9c038a4a7fa1e5b" +content-hash = "90988ea7328bf4db2330844ec84bdd57e34db7617a039240a9f164adf6cab9b7" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5490a16b7..5052e01d4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -81,7 +81,7 @@ django-coverage-plugin = { version = "3.1.0", optional = true } # https://githu flake8 = { version = "7.1.2", optional = true } # https://github.com/PyCQA/flake8 flake8-isort = { version = "6.1.2", optional = true } # https://github.com/gforcada/flake8-isort black = { version = "25.1.0", optional = true } # https://github.com/psf/black -pylint = { version = "3.3.4", optional = true } # https://github.com/pylint-dev/pylint +pylint = { version = "3.3.5", optional = true } # https://github.com/pylint-dev/pylint pylint-django = { version = "2.6.1", optional = true } # https://github.com/PyCQA/pylint-django mypy = { version = "1.15.0", optional = true } # https://github.com/python/mypy django-stubs = { version = "5.1.3", optional = true } # https://github.com/typeddjango/django-stubs