diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json index 1e9487fe..de4ce198 100644 --- a/.editorconfig-checker.json +++ b/.editorconfig-checker.json @@ -5,7 +5,8 @@ ".ruff_cache/*", "pytest_django.egg-info/*", "__pycache__/*", - "zizmor.sarif" + "zizmor.sarif", + "docs/_build/*" ], "Disable": { "MaxLineLength": true diff --git a/pyproject.toml b/pyproject.toml index 883143af..6445d226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,16 +57,16 @@ postgres = [ "psycopg[binary]", ] mysql = [ - "mysqlclient==2.1.0", + "mysqlclient==2.2.7", ] xdist = [ "pytest-xdist", ] linting = [ "editorconfig-checker==3.2.1", - "mypy==1.15.0", - "ruff==0.9.5", - "zizmor==1.9.0", + "mypy==1.17.1", + "ruff==0.12.8", + "zizmor==1.11.0", ] [project.urls] Documentation = "https://pytest-django.readthedocs.io/"