diff --git a/CHANGES b/CHANGES index 702527d..98a574b 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ Unreleased * Add support for Django 5.2 and 6.0 * Drop support for Python 3.9. * Add support for Python 3.14. +* Update linting dependencies. django-solo-2.4.0 ================= diff --git a/pyproject.toml b/pyproject.toml index e123791..16ce84c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,6 @@ exclude = "solo/tests" [tool.ruff] line-length = 100 -target-version = "py39" [tool.ruff.lint] select = [ diff --git a/tox.ini b/tox.ini index 7d45946..a9765d1 100644 --- a/tox.ini +++ b/tox.ini @@ -39,15 +39,15 @@ commands = [testenv:type-check] skip_install = true deps = - mypy==1.12.0 - django-stubs==5.1.0 + mypy==1.19.1 + django-stubs==5.2.8 commands = mypy solo [testenv:lint] skip_install = true deps = - ruff==0.7.0 + ruff==0.14.10 commands = ruff format --check ruff check