diff --git a/pyproject.toml b/pyproject.toml index b1854b4..74dd33f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "plumbum>=1.8,<3", "pytest>=8,<10", "pyyaml>=6,<7", - "basedpyright>=1.39,<1.40", + "basedpyright>=1.40,<1.41", "ruff>=0.15,<0.16", "pre-commit>=4,<5", ] diff --git a/uv.lock b/uv.lock index 0992ab7..d21a89f 100644 --- a/uv.lock +++ b/uv.lock @@ -13,14 +13,14 @@ wheels = [ [[package]] name = "basedpyright" -version = "1.39.8" +version = "1.40.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "nodejs-wheel-binaries" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d2/62/8550c75850b2185df984d1de437b4805b039ba856cacbee2966236203133/basedpyright-1.39.8.tar.gz", hash = "sha256:bb1a86d4d71425d52d1501b317fe23d45527baed06bd5d5e1a07cd4b60d07b55", size = 25488230, upload-time = "2026-06-14T09:05:30.177Z" } +sdist = { url = "https://files.pythonhosted.org/packages/38/ee/8d0b6806338b13526303cf72754351221a32cdb80ab56dcf2c91d6b1ea57/basedpyright-1.40.1.tar.gz", hash = "sha256:da1c9913b6d169340a0dbb6df76ea97f476ccb697da8f92659ac46032f6d2ce8", size = 25131254, upload-time = "2026-09-10T23:17:24.559Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f5/94/878454aefe94328ba7ad808ecd63da8311aae1198da46cfb29f5cfe130a8/basedpyright-1.39.8-py3-none-any.whl", hash = "sha256:a79d89928064bd9023d429b50c625d87d023bacc2fe3932ef6c7bd13b5426048", size = 13182726, upload-time = "2026-06-14T09:05:26.368Z" }, + { url = "https://files.pythonhosted.org/packages/b2/84/c1e1e845d0453253a98d1ba188d68597f0ba7e552eeabea514d9395d418a/basedpyright-1.40.1-py3-none-any.whl", hash = "sha256:222dc0382caf9816eb23a27cb7059fa96356ddc500b3b7b306072848fd650244", size = 13689276, upload-time = "2026-09-10T23:17:20.322Z" }, ] [[package]] @@ -497,7 +497,7 @@ dev = [ [package.metadata.requires-dev] dev = [ - { name = "basedpyright", specifier = ">=1.39,<1.40" }, + { name = "basedpyright", specifier = ">=1.40,<1.41" }, { name = "copier", specifier = ">=9.6,<10" }, { name = "plumbum", specifier = ">=1.8,<3" }, { name = "pre-commit", specifier = ">=4,<5" },