Skip to content

Commit

Permalink
Bump sphinx from 7.0.1 to 7.3.7 (#449)
Browse files Browse the repository at this point in the history
* Bump sphinx from 7.0.1 to 7.3.7

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.3.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.0.1...v7.3.7)

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

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

* Don't run docs step on 3.8

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amethyst Reese <[email protected]>
  • Loading branch information
dependabot[bot] and amyreese authored Jul 8, 2024
1 parent 5b55419 commit f8cc5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
python -m hatch run typecheck
- name: Docs
if: ${{ matrix.python-version != "3.8" }}
run: |
python -m hatch run docs:build
- name: Generated changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you."
[project.optional-dependencies]
docs = [
"jinja2 == 3.1.4",
"sphinx == 7.0.1",
"sphinx == 7.3.7",
"sphinx-mdinclude == 0.6.1",
]
dev = [
Expand Down

0 comments on commit f8cc5ec

Please sign in to comment.