diff --git a/pdm.lock b/pdm.lock index 95b36ff..7c7bcb2 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:dec3de5b8aac8e7e0716c7f4d1208295c729c6a71baa12f4ae1af041ca6bfda9" +content_hash = "sha256:46a4e7ee0d9d5c5c734c9a1d7d6e119151d2639fee5de7e1a788d561a27c591e" [[metadata.targets]] requires_python = ">=3.9" @@ -162,7 +162,7 @@ files = [ [[package]] name = "pyright" -version = "1.1.389" +version = "1.1.390" 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.389-py3-none-any.whl", hash = "sha256:41e9620bba9254406dc1f621a88ceab5a88af4c826feb4f614d95691ed243a60"}, - {file = "pyright-1.1.389.tar.gz", hash = "sha256:716bf8cc174ab8b4dcf6828c3298cac05c5ed775dda9910106a5dcfe4c7fe220"}, + {file = "pyright-1.1.390-py3-none-any.whl", hash = "sha256:ecebfba5b6b50af7c1a44c2ba144ba2ab542c227eb49bc1f16984ff714e0e110"}, + {file = "pyright-1.1.390.tar.gz", hash = "sha256:aad7f160c49e0fbf8209507a15e17b781f63a86a1facb69ca877c71ef2e9538d"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 159c623..51ac04b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,6 @@ testpaths = ["."] run-setuptools = true [tool.pdm.dev-dependencies] -lint = ["pylint>=3.3.2", "pyright>=1.1.389", "ruff>=0.8.1"] +lint = ["pylint>=3.3.2", "pyright>=1.1.390", "ruff>=0.8.1"] test = ["pytest>=8.3.4"] build = ["setuptools>=75.6.0"]