From 8c51540fc8b287215084af7f2b11d8658674c549 Mon Sep 17 00:00:00 2001 From: kingbuzzman Date: Wed, 13 Aug 2025 08:42:48 -0400 Subject: [PATCH] Update linter/test dependencies --- .editorconfig-checker.json | 3 ++- pyproject.toml | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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 56b3cf2e..fe6ffda6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,16 +58,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]