diff --git a/pyproject.toml b/pyproject.toml index 59bdd462..ee7df500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "neodb" version = "0.9" description = "🧩 self-hosted server tracking what you read/watch/listen/play, powering a global distributed community federating via ActivityPub." readme = "README.md" -requires-python = ">= 3.11" +requires-python = ">= 3.12" dependencies = [ "blurhash-python", "cachetools", @@ -66,7 +66,7 @@ dev-dependencies = [ "djlint~=1.34.1", "isort~=5.13.2", "lxml-stubs", - "pyright==1.1.365", + "pyright==1.1.366", "ruff", "mkdocs-material>=9.5.25", ] diff --git a/requirements-dev.lock b/requirements-dev.lock index a335e0f1..22cc7892 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -219,7 +219,7 @@ pygments==2.18.0 # via mkdocs-material pymdown-extensions==10.8.1 # via mkdocs-material -pyright==1.1.365 +pyright==1.1.366 python-dateutil==2.9.0.post0 # via dateparser # via django-auditlog