From 9c504e9495b539c63ce59ae052517f78ef1cdeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:17:09 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [myst-parser](https://github.com/executablebooks/MyST-Parser), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild). Updates `myst-parser` from 3.0.1 to 4.0.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/v3.0.1...v4.0.0) Updates `sphinx` from 6.2.1 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.2.1...v8.0.2) Updates `sphinx-autobuild` from 2024.4.16 to 2024.10.3 - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.04.16...2024.10.03) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9a11785..8947613 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ ephys-link -myst-parser==3.0.1 -sphinx==6.2.1 +myst-parser==4.0.0 +sphinx==8.0.2 sphinx-rtd-theme==2.0.0 -sphinx-autobuild==2024.4.16 +sphinx-autobuild==2024.10.3 oursin nbsphinx sphinx-gallery \ No newline at end of file