From 800d7509764a47543f780d9c06eafb829a764210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 04:28:21 +0000 Subject: [PATCH] Bump the dev group with 2 updates Bumps the dev group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [sybil](https://github.com/simplistix/sybil). Updates `pytest` from 9.0.1 to 9.0.2 - [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.0.1...9.0.2) Updates `sybil` from 9.2.0 to 9.3.0 - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: sybil dependency-version: 9.3.0 dependency-type: direct:development update-type: version-update:semver-minor 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 2ab92ab..3c64604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ dev = [ ] test = [ "pyright==1.1.407", - "pytest==9.0.1", - "sybil==9.2.0", + "pytest==9.0.2", + "sybil==9.3.0", "pytest-regressions==2.8.3", "beautifulsoup4==4.14.3" ] @@ -48,7 +48,7 @@ lint = [ "pre-commit==4.5.0", ] doc = [ - "sybil==9.2.0", + "sybil==9.3.0", "furo==2025.9.25", "sphinx_design==0.6.1", "sphinxcontrib-svg2pdfconverter[CairoSVG]==1.3.0",