From 24d726d1bb5f311507bcf5f6d26365ffe955149a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:15:53 +0000 Subject: [PATCH] Bump the dev group with 2 updates Bumps the dev group with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/). Updates `pyright` from 1.1.405 to 1.1.406 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.405...v1.1.406) Updates `beautifulsoup4` from 4.14.0 to 4.14.2 --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.406 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev - dependency-name: beautifulsoup4 dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eea7ea7..5c7a7ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ dev = [ {include-group = "doc"}, ] test = [ - "pyright==1.1.405", + "pyright==1.1.406", "pytest==8.4.2", "sybil==9.2.0", "pytest-regressions==2.8.3", - "beautifulsoup4==4.14.0" + "beautifulsoup4==4.14.2" ] lint = [ "black==25.1.0",