update dev dependencies

This commit is contained in:
David Lord 2026-01-05 08:49:46 -08:00
parent ad68a12645
commit 97bddc1f61
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
7 changed files with 369 additions and 180 deletions

View file

@ -42,7 +42,7 @@ dev = [
]
docs = [
"pallets-sphinx-themes",
"sphinx",
"sphinx<9",
"sphinx-tabs",
"sphinxcontrib-log-cabinet",
]
@ -58,7 +58,7 @@ pre-commit = [
]
tests = [
"asgiref",
"greenlet ; python_version < '3.11'",
"greenlet",
"pytest",
"python-dotenv",
]