Skip to content

Commit

Permalink
Bump sphinx from 7.4.4 to 7.4.7 in /docs (#5421)
Browse files Browse the repository at this point in the history
* Bump sphinx from 7.4.4 to 7.4.7 in /docs

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Group updates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ken Odegard <kodegard@anaconda.com>
  • Loading branch information
dependabot[bot] and kenodegard authored Jul 23, 2024
1 parent 9480525 commit 184307e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ updates:
- package-ecosystem: pip
directory: /docs/
schedule:
interval: weekly
interval: monthly
allow:
# Allow only production updates for Sphinx
- dependency-name: sphinx
dependency-type: production
groups:
docs:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: weekly
interval: monthly
groups:
workflows:
patterns:
- '*'
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pillow==10.0.1
PyYAML==6.0.1
Sphinx==7.4.4
Sphinx==7.4.7
conda-sphinx-theme==0.2.1
linkify-it-py==2.0.2
myst-parser==2.0.0
Expand Down

0 comments on commit 184307e

Please sign in to comment.