From 7a8751e84a853bfd1aff6eaf53650e20322484a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:15:39 +0000 Subject: [PATCH] Bump the dev group across 1 directory with 3 updates Bumps the dev group with 3 updates in the / directory: [pyright](https://github.com/RobertCraigie/pyright-python), [pytest](https://github.com/pytest-dev/pytest) and [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/). Updates `pyright` from 1.1.406 to 1.1.407 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.406...v1.1.407) Updates `pytest` from 8.4.2 to 9.0.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/8.4.2...9.0.1) Updates `beautifulsoup4` from 4.14.2 to 4.14.3 --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.407 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev - dependency-name: beautifulsoup4 dependency-version: 4.14.3 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 b096b96..a78a07b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ dev = [ {include-group = "doc"}, ] test = [ - "pyright==1.1.406", - "pytest==8.4.2", + "pyright==1.1.407", + "pytest==9.0.1", "sybil==9.2.0", "pytest-regressions==2.8.3", - "beautifulsoup4==4.14.2" + "beautifulsoup4==4.14.3" ] lint = [ "black==25.9.0",