diff --git a/pdm.lock b/pdm.lock index 55632c3..43a7a99 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "build", "d", "lint", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:a49b12e364905543fa8fbc21f61f46f6b870c46b84a3c9dd7d6188dec81c0faa" +content_hash = "sha256:9484376de120f5b8e9fa0c06984de62739810677de8c8548a0c09f7ac8efe7a8" [[metadata.targets]] requires_python = ">=3.8" @@ -162,7 +162,7 @@ files = [ [[package]] name = "pyright" -version = "1.1.380" +version = "1.1.381" requires_python = ">=3.7" summary = "Command line wrapper for pyright" groups = ["lint"] @@ -171,8 +171,8 @@ dependencies = [ "typing-extensions>=3.7; python_version < \"3.8\"", ] files = [ - {file = "pyright-1.1.380-py3-none-any.whl", hash = "sha256:a6404392053d8848bacc7aebcbd9d318bb46baf1a1a000359305481920f43879"}, - {file = "pyright-1.1.380.tar.gz", hash = "sha256:e6ceb1a5f7e9f03106e0aa1d6fbb4d97735a5e7ffb59f3de6b2db590baf935b2"}, + {file = "pyright-1.1.381-py3-none-any.whl", hash = "sha256:5dc0aa80a265675d36abab59c674ae01dbe476714f91845b61b841d34aa99081"}, + {file = "pyright-1.1.381.tar.gz", hash = "sha256:314cf0c1351c189524fb10c7ac20688ecd470e8cc505c394d642c9c80bf7c3a5"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index a95cdda..a0a0926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,6 @@ testpaths = ["."] run-setuptools = true [tool.pdm.dev-dependencies] -lint = ["pylint>=3.2.7", "pyright>=1.1.380", "ruff>=0.6.5"] +lint = ["pylint>=3.2.7", "pyright>=1.1.381", "ruff>=0.6.5"] test = ["pytest>=8.3.3"] build = ["setuptools>=75.1.0"]