From 23d9de1d4d468e80b33daa5829a0dd3f180ca9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:20:13 +0000 Subject: [PATCH] chore(deps): bump pylance from 9.0.0 to 11.0.0 Bumps [pylance](https://github.com/lance-format/lance) from 9.0.0 to 11.0.0. - [Release notes](https://github.com/lance-format/lance/releases) - [Changelog](https://github.com/lance-format/lance/blob/main/release_process.md) - [Commits](https://github.com/lance-format/lance/compare/v9.0.0...v11.0.0) --- updated-dependencies: - dependency-name: pylance dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a896ef9..a8e9f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ data = [ "lance-ray==0.5.0", "pyiceberg>=0.11.1,<0.12.0", - "pylance==9.0.0", + "pylance==11.0.0", ] data-daft = [ "daft[lance,ray]>=0.7.23,<0.7.24",