From ad55318d2923a2ffc9260a5ddb7907cb73440d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 00:32:11 +0000 Subject: [PATCH] :arrow_up: Bump the actions group with 2 updates Updates the requirements on [basedpyright](https://github.com/detachhead/basedpyright) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `basedpyright` from 1.37.3 to 1.37.4 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.37.3...v1.37.4) Updates `uv-build` to 0.10.0 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.9.17...0.10.0) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.37.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions - dependency-name: uv-build dependency-version: 0.10.0 dependency-type: direct:development dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- uv.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a166425..c2f8ee7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.9.17,<0.10.0"] +requires = ["uv_build>=0.9.17,<0.11.0"] build-backend = "uv_build" [tool.uv.build-backend] @@ -65,7 +65,7 @@ types = [ basedpyright = [ { include-group = "numpy" }, { include-group = "types" }, - "basedpyright==1.37.3", + "basedpyright==1.37.4", ] mypy = [ { include-group = "types" }, diff --git a/uv.lock b/uv.lock index 8b3f0204..38d6f88d 100644 --- a/uv.lock +++ b/uv.lock @@ -40,14 +40,14 @@ wheels = [ [[package]] name = "basedpyright" -version = "1.37.3" +version = "1.37.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "nodejs-wheel-binaries" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e2/9f/aaaa202f2d7eaefaf5a4f297c80943d060c64db4753acb8003111d575c94/basedpyright-1.37.3.tar.gz", hash = "sha256:4cb4717a5686fba0c1e3156fe25e729d07e6912b68f9f67c33ea490d3f0d2a46", size = 25245208, upload-time = "2026-02-01T08:45:42.355Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5a/15/8f335ed50b5fed4d7587e293c200bb498049f4a74d9913c58c26a42d3503/basedpyright-1.37.4.tar.gz", hash = "sha256:f818d8b56c1e7f639dfbdaf875aa6b0bd53eef08204389959027d3d7fb2017ed", size = 25238593, upload-time = "2026-02-04T02:57:15.893Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f3/4f/b8fd24714cda878fd6b95e7ffc6051a864ac04bf2520d4622252df0abc9c/basedpyright-1.37.3-py3-none-any.whl", hash = "sha256:7064b2c811d9d79ebaa60ef65a2cdf292a9eb3c32dba9dee32660de2dbdd71e1", size = 12299378, upload-time = "2026-02-01T08:45:45.947Z" }, + { url = "https://files.pythonhosted.org/packages/20/b6/f075ecdc60a3e389c32934a98171b7f5c6f12250fc0030e12efc1102a557/basedpyright-1.37.4-py3-none-any.whl", hash = "sha256:bcf61d7d8dbd4570f346008fa591585bd605ce47a0561509899c276f2e53a450", size = 12299643, upload-time = "2026-02-04T02:57:19.915Z" }, ] [[package]] @@ -830,7 +830,7 @@ provides-extras = ["numpy"] [package.metadata.requires-dev] basedpyright = [ - { name = "basedpyright", specifier = "==1.37.3" }, + { name = "basedpyright", specifier = "==1.37.4" }, { name = "numtype", extras = ["numpy"] }, { name = "pytest", specifier = ">=9.0.2" }, { name = "types-setuptools", specifier = ">=80.10.0.20260124" }, @@ -838,7 +838,7 @@ basedpyright = [ { name = "typing-extensions", specifier = ">=4.15.0" }, ] dev = [ - { name = "basedpyright", specifier = "==1.37.3" }, + { name = "basedpyright", specifier = "==1.37.4" }, { name = "dprint-py", specifier = ">=0.51.1.0" }, { name = "markdown-callouts", specifier = ">=0.4.0" }, { name = "mkdocs-awesome-nav", specifier = ">=3.3.0" }, @@ -890,7 +890,7 @@ pytest = [ { name = "typing-extensions", specifier = ">=4.15.0" }, ] typecheck = [ - { name = "basedpyright", specifier = "==1.37.3" }, + { name = "basedpyright", specifier = "==1.37.4" }, { name = "mypy", extras = ["faster-cache"], specifier = ">=1.19.1" }, { name = "numtype", extras = ["numpy"] }, { name = "pytest", specifier = ">=9.0.2" },