Skip to content

Commit

Permalink
Bump sphinx from 7.4.7 to 8.1.3 in /requirements/general (#61)
Browse files Browse the repository at this point in the history
* Bump sphinx from 7.4.7 to 8.1.3 in /requirements/general

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.4.7...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Align python requirements

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Edwards <[email protected]>
  • Loading branch information
dependabot[bot] and edwardsph authored Jan 20, 2025
1 parent 897e163 commit 9729f8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# pip install -r requirements.txt

pydata-sphinx-theme==0.16.1
myst-parser==3.0.1
Sphinx==8.1.3

pydata-sphinx-theme==0.16.1
myst-parser==4.0.0
1 change: 1 addition & 0 deletions requirements/ess/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pip install -r requirements.txt

Sphinx==8.1.3
pydata-sphinx-theme==0.16.1
sphinx-copybutton==0.5.2
sphinx-tabs==3.4.7
pydata-sphinx-theme==0.16.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/general/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pip install -r requirements.txt

Sphinx==7.4.7
Sphinx==8.1.3
pydata-sphinx-theme==0.16.1
sphinx-copybutton==0.5.2
sphinx-tabs==3.4.7
Expand Down

0 comments on commit 9729f8b

Please sign in to comment.