diff --git a/pdm.lock b/pdm.lock index 3dbb03c..4d9121b 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:abb17732762c526b589d5aab8a3ad28f557281bd3535c4f7e4ae71d1596dfaa6" +content_hash = "sha256:20b120f12f6c97ad0cf1632d0da0769005cfab5d10bc72ab3da2f570f292d544" [[metadata.targets]] requires_python = ">=3.9" @@ -162,7 +162,7 @@ files = [ [[package]] name = "pyright" -version = "1.1.382.post1" +version = "1.1.383" 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.post1-py3-none-any.whl", hash = "sha256:21a4749dd1740e209f88d3a601e9f40748670d39481ea32b9d77edf7f3f1fb2e"}, - {file = "pyright-1.1.382.post1.tar.gz", hash = "sha256:66a5d4e83be9452853d73e9dd9e95ba0ac3061845270e4e331d0070a597d3445"}, + {file = "pyright-1.1.383-py3-none-any.whl", hash = "sha256:d864d1182a313f45aaf99e9bfc7d2668eeabc99b29a556b5344894fd73cb1959"}, + {file = "pyright-1.1.383.tar.gz", hash = "sha256:1df7f12407f3710c9c6df938d98ec53f70053e6c6bbf71ce7bcb038d42f10070"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 9149255..79f6660 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.post1", "ruff>=0.6.8"] +lint = ["pylint>=3.3.1", "pyright>=1.1.383", "ruff>=0.6.8"] test = ["pytest>=8.3.3"] build = ["setuptools>=75.1.0"]