From c61f5ca1bbf82764d5d3ff644205d1cd8586dea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 07:22:45 +0000 Subject: [PATCH] chore: bump the pip-development group with 2 updates Bumps the pip-development group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `ruff` from 0.15.18 to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.18...0.15.20) Updates `pyright` from 1.1.410 to 1.1.411 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.410...v1.1.411) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-development - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16253b5..6250e23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,9 @@ dev = [ "pytest-timeout==2.4.0", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", - "ruff==0.15.18", + "ruff==0.15.20", "bandit==1.9.4", - "pyright==1.1.410", + "pyright==1.1.411", "twine==6.2.0", "pandas>=2.0.0", ]