From 567cc9c6d98eb05694bbaea0e104c7dbd9d2b17e Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Mon, 24 Jun 2024 11:05:04 +0200 Subject: [PATCH] update pyright --- pyproject.toml | 2 +- requirements.lock | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 362c143..e794fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [ - "pyright==1.1.356", + "pyright==1.1.368", "docformatter>=1.7.5", "pytest>=8.0.0", "coverage>=7.4.1", diff --git a/requirements.lock b/requirements.lock index ebeee29..bf42dc0 100644 --- a/requirements.lock +++ b/requirements.lock @@ -6,6 +6,7 @@ # features: [] # all-features: true # with-sources: false +# generate-hashes: false -e file:. aiohttp==3.9.3