From 6e5399f7605beaf048e14872cf34d4ddc1aafec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 02:54:03 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [myst-parser](https://github.com/executablebooks/MyST-Parser) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `myst-parser` from 4.0.0 to 4.0.1 - [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/v4.0.0...v4.0.1) Updates `sphinx` from 8.1.3 to 8.2.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v8.2.3) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9caa3b5..7f5e33e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -myst-parser==4.0.0 -sphinx==8.1.3 +myst-parser==4.0.1 +sphinx==8.2.3 sphinx-rtd-theme==3.0.2 sphinx-autobuild==2024.10.3 oursin