Skip to content

Commit 27e4f43

Browse files
authored
Update linter/test dependencies (#1230)
1 parent a09e245 commit 27e4f43

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.editorconfig-checker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
".ruff_cache/*",
66
"pytest_django.egg-info/*",
77
"__pycache__/*",
8-
"zizmor.sarif"
8+
"zizmor.sarif",
9+
"docs/_build/*"
910
],
1011
"Disable": {
1112
"MaxLineLength": true

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ postgres = [
5757
"psycopg[binary]",
5858
]
5959
mysql = [
60-
"mysqlclient==2.1.0",
60+
"mysqlclient==2.2.7",
6161
]
6262
xdist = [
6363
"pytest-xdist",
6464
]
6565
linting = [
6666
"editorconfig-checker==3.2.1",
67-
"mypy==1.15.0",
68-
"ruff==0.9.5",
69-
"zizmor==1.9.0",
67+
"mypy==1.17.1",
68+
"ruff==0.12.8",
69+
"zizmor==1.11.0",
7070
]
7171
[project.urls]
7272
Documentation = "https://pytest-django.readthedocs.io/"

0 commit comments

Comments
 (0)