pyproject: update pyright and ruff

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-28 23:24:07 -07:00
parent c1b8d2acab
commit 8b351f5bec
2 changed files with 27 additions and 26 deletions

View File

@@ -115,11 +115,11 @@ dev = [
"grpcio-tools~=1.67.1",
"pip-tools~=7.4.1",
"pre-commit~=4.2.0",
"pyright~=1.1.402",
"pyright>=1.1.404,<1.2",
"pytest~=8.4.1",
"pytest-asyncio~=1.1.0",
"pytest-aiohttp==1.1.0",
"ruff~=0.12.1",
"ruff>=0.12.11,<1",
"setuptools~=78.1.1",
"setuptools_scm~=8.3.1",
"python-dotenv>=1.0.1,<2.0.0",