update pyright

This commit is contained in:
Pierre Chapuis 2024-06-24 11:05:04 +02:00
parent 98de9d13d3
commit 567cc9c6d9
2 changed files with 2 additions and 1 deletions

View file

@ -75,7 +75,7 @@ build-backend = "hatchling.build"
[tool.rye] [tool.rye]
managed = true managed = true
dev-dependencies = [ dev-dependencies = [
"pyright==1.1.356", "pyright==1.1.368",
"docformatter>=1.7.5", "docformatter>=1.7.5",
"pytest>=8.0.0", "pytest>=8.0.0",
"coverage>=7.4.1", "coverage>=7.4.1",

View file

@ -6,6 +6,7 @@
# features: [] # features: []
# all-features: true # all-features: true
# with-sources: false # with-sources: false
# generate-hashes: false
-e file:. -e file:.
aiohttp==3.9.3 aiohttp==3.9.3