From fc8174d69f0d393633ead6cec0d175565901baad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 04:12:44 +0000 Subject: [PATCH] Bump basedpyright from 1.39.6 to 1.39.7 in the python-deps group Bumps the python-deps group with 1 update: [basedpyright](https://github.com/detachhead/basedpyright). Updates `basedpyright` from 1.39.6 to 1.39.7 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.6...v1.39.7) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 56cfcf8c..2e0eafe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ browser = [ [dependency-groups] dev = [ - "basedpyright>=1.39.6", + "basedpyright>=1.39.7", "prek", "pytest", "pytest-cov", diff --git a/uv.lock b/uv.lock index 2a48defa..6de1d4ff 100644 --- a/uv.lock +++ b/uv.lock @@ -44,14 +44,14 @@ wheels = [ [[package]] name = "basedpyright" -version = "1.39.6" +version = "1.39.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "nodejs-wheel-binaries" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7a/1a/48296b4479ccc9051eb9617a6507a69a68f5b68693fb6a118cfe08199270/basedpyright-1.39.6.tar.gz", hash = "sha256:d00ec5f8ba4e1a67dfc2fa3a9474229c89f61f207d14c02d320db78f57aa16ef", size = 25504244, upload-time = "2026-05-24T07:44:41.864Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2f/e5/0d685b5808436c628ab8b9edad6810b889d11044a962bc42b128543910ea/basedpyright-1.39.7.tar.gz", hash = "sha256:688d913a19c417870c164c630ed9cdd83a8d8b484b30ab8e99f5dec4ae9604a6", size = 25503256, upload-time = "2026-06-07T11:33:27.266Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d4/07/6d1b3192715d42e8c9887876684a941eff28ec5d79c23a0f3758377e2182/basedpyright-1.39.6-py3-none-any.whl", hash = "sha256:5e0b9befbae6b26d0fbcc6645ac26923725e749d1224539e24f05ab07f9365ad", size = 13182122, upload-time = "2026-05-24T07:44:47.086Z" }, + { url = "https://files.pythonhosted.org/packages/a1/f4/5b1e8ea279ce8f97a6bb1518c84fa25f5794022053ce10eab22ad3f0b51b/basedpyright-1.39.7-py3-none-any.whl", hash = "sha256:81266deb6044c9be98fb4555e4b7b1a521d8aee06b66e80858d183b0e3991140", size = 13182666, upload-time = "2026-06-07T11:33:24.119Z" }, ] [[package]] @@ -1409,7 +1409,7 @@ provides-extras = ["browser"] [package.metadata.requires-dev] dev = [ - { name = "basedpyright", specifier = ">=1.39.6" }, + { name = "basedpyright", specifier = ">=1.39.7" }, { name = "prek" }, { name = "pytest" }, { name = "pytest-cov" },