From c2971aa3bcc3d63d6db1f522c881f2a472f24b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:16:49 +0000 Subject: [PATCH] Build(deps-dev): Bump the python-type-checkers group across 1 directory with 3 updates Bumps the python-type-checkers group with 3 updates in the /python directory: [pyright](https://github.com/RobertCraigie/pyright-python), [pyrefly](https://github.com/facebook/pyrefly) and [ty](https://github.com/astral-sh/ty). Updates `pyright` from 1.1.411 to 1.1.414 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.411...v1.1.414) Updates `pyrefly` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/1.2.0...1.3.0) Updates `ty` from 0.0.78 to 0.0.80 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.78...0.0.80) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-type-checkers - dependency-name: pyright dependency-version: 1.1.414 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-type-checkers - dependency-name: ty dependency-version: 0.0.80 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-type-checkers ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 407de67555..8dd1b13460 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -38,9 +38,9 @@ dev = [ "pytest-timeout==2.4.0", "pytest-retry==1.7.0", "mypy==2.3.1", - "pyright==1.1.411", - "pyrefly==1.2.0", - "ty==0.0.78", + "pyright==1.1.414", + "pyrefly==1.3.0", + "ty==0.0.80", "zuban==0.9.3", "opentelemetry-sdk", "pandas>=2,<4",