update pyright

This commit is contained in:
Your Name 2024-06-05 23:30:03 -04:00 committed by Henri Dickson
parent 6ae1783016
commit bc93bdf854
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name = "neodb"
version = "0.9" version = "0.9"
description = "🧩 self-hosted server tracking what you read/watch/listen/play, powering a global distributed community federating via ActivityPub." description = "🧩 self-hosted server tracking what you read/watch/listen/play, powering a global distributed community federating via ActivityPub."
readme = "README.md" readme = "README.md"
requires-python = ">= 3.11" requires-python = ">= 3.12"
dependencies = [ dependencies = [
"blurhash-python", "blurhash-python",
"cachetools", "cachetools",
@ -66,7 +66,7 @@ dev-dependencies = [
"djlint~=1.34.1", "djlint~=1.34.1",
"isort~=5.13.2", "isort~=5.13.2",
"lxml-stubs", "lxml-stubs",
"pyright==1.1.365", "pyright==1.1.366",
"ruff", "ruff",
"mkdocs-material>=9.5.25", "mkdocs-material>=9.5.25",
] ]

View file

@ -219,7 +219,7 @@ pygments==2.18.0
# via mkdocs-material # via mkdocs-material
pymdown-extensions==10.8.1 pymdown-extensions==10.8.1
# via mkdocs-material # via mkdocs-material
pyright==1.1.365 pyright==1.1.366
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
# via dateparser # via dateparser
# via django-auditlog # via django-auditlog