From 647eefd3aa71582ca48509ee3179316c574656e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:04:46 +0000 Subject: [PATCH] Bump the dev group across 1 directory with 4 updates Bumps the dev group with 4 updates in the / directory: [tox](https://github.com/tox-dev/tox), [tox-uv](https://github.com/tox-dev/tox-uv), [pyright](https://github.com/RobertCraigie/pyright-python) and [pytest](https://github.com/pytest-dev/pytest). Updates `tox` from 4.55.1 to 4.58.0 - [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.58.0) Updates `tox-uv` from 1.35.2 to 1.36.0 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.35.2...1.36.0) 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.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: tox-uv dependency-version: 1.36.0 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5520d5..67d881a 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,8 +53,8 @@ lint = [ ] ci = [ "pytest-cov==7.1.0", - "tox==4.55.1", - "tox-uv==1.35.2", + "tox==4.58.0", + "tox-uv==1.36.0", ] [project.urls]