From 0dcb6cd2040f54c1c69c3d49b26bf88966dd141e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:50:33 +0000 Subject: [PATCH] chore(deps): update dependency pyright to >=1.1.382.post1 --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index d09dfba..3dbb03c 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "build", "lint", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:6bfdbfa8f21727c5c06230a9dab1c8c72f70f4e8ab5f290d51a7062db4a68ed7" +content_hash = "sha256:abb17732762c526b589d5aab8a3ad28f557281bd3535c4f7e4ae71d1596dfaa6" [[metadata.targets]] requires_python = ">=3.9" @@ -162,7 +162,7 @@ files = [ [[package]] name = "pyright" -version = "1.1.382.post0" +version = "1.1.382.post1" requires_python = ">=3.7" summary = "Command line wrapper for pyright" groups = ["lint"] @@ -171,8 +171,8 @@ dependencies = [ "typing-extensions>=4.1", ] files = [ - {file = "pyright-1.1.382.post0-py3-none-any.whl", hash = "sha256:a82a20b6a6511d71c6c95de19c0f874f7e50a013f332e3799deaae66a4d237d1"}, - {file = "pyright-1.1.382.post0.tar.gz", hash = "sha256:4b84dd4439b0cbc662dff6aaf012cc0860f1c788932ac4c2a4b5d6c1280a5e20"}, + {file = "pyright-1.1.382.post1-py3-none-any.whl", hash = "sha256:21a4749dd1740e209f88d3a601e9f40748670d39481ea32b9d77edf7f3f1fb2e"}, + {file = "pyright-1.1.382.post1.tar.gz", hash = "sha256:66a5d4e83be9452853d73e9dd9e95ba0ac3061845270e4e331d0070a597d3445"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 130208f..9149255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,6 @@ testpaths = ["."] run-setuptools = true [tool.pdm.dev-dependencies] -lint = ["pylint>=3.3.1", "pyright>=1.1.382.post0", "ruff>=0.6.8"] +lint = ["pylint>=3.3.1", "pyright>=1.1.382.post1", "ruff>=0.6.8"] test = ["pytest>=8.3.3"] build = ["setuptools>=75.1.0"]