From 1bac40357634fa83f7e2f0222605162dbddccd64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:04:32 +0000 Subject: [PATCH] Bump the dev group with 3 updates Bumps the dev group with 3 updates: [tox](https://github.com/tox-dev/tox), [pyright](https://github.com/RobertCraigie/pyright-python) and [pytest](https://github.com/pytest-dev/pytest). Updates `tox` from 4.55.1 to 4.56.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.55.1...4.56.1) 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) Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.56.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5520d5..8936110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,10 +34,10 @@ dev = [ test = [ "beautifulsoup4==4.15.0", "myst-parser==5.1.0", - "pyright==1.1.410", + "pyright==1.1.411", "pytest-cov==7.1.0", "pytest-regressions==2.11.0", - "pytest==9.1.0", + "pytest==9.1.1", "sybil==10.1.0", ] doc = [ @@ -53,7 +53,7 @@ lint = [ ] ci = [ "pytest-cov==7.1.0", - "tox==4.55.1", + "tox==4.56.1", "tox-uv==1.35.2", ]