From fa16efaf55001fe7da95374d249fdab6f13f4ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:08:48 +0000 Subject: [PATCH] Bump the dev group with 2 updates Bumps the dev group with 2 updates: [tox](https://github.com/tox-dev/tox) and [myst-parser](https://github.com/executablebooks/MyST-Parser). Updates `tox` from 4.53.1 to 4.54.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.53.1...4.54.0) Updates `myst-parser` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: myst-parser dependency-version: 5.1.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 8cbcc7d..24fa10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ ] test = [ "beautifulsoup4==4.14.3", - "myst-parser==5.0.0", + "myst-parser==5.1.0", "pyright==1.1.409", "pytest-cov==7.1.0", "pytest-regressions==2.10.0", @@ -42,7 +42,7 @@ test = [ ] doc = [ "furo==2025.12.19", - "myst-parser==5.0.0", + "myst-parser==5.1.0", "sphinx-autobuild==2025.8.25", "sphinx_design==0.7.0", "sybil==10.0.1", @@ -53,7 +53,7 @@ lint = [ ] ci = [ "pytest-cov==7.1.0", - "tox==4.53.1", + "tox==4.54.0", "tox-uv==1.35.2", ]