Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ alembic = "alembic.config:main"
tests = [
"pytest>8,<10",
"pytest-xdist",
"black==25.9.0", # for test_post_write.py
"black==26.5.1", # for test_post_write.py
"zimports", # for stub testing
"tzdata",
"junitparser"
Expand All @@ -78,7 +78,7 @@ lint = [
"flake8-rst-docstrings",
"pydocstyle",
"pygments",
"black==25.9.0"
"black==26.5.1"
]

mypy = [
Expand Down
Loading