Skip to content

Commit

Permalink
Bump sphinx from 7.1.2 to 7.2.6 (#759)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull <git@sambull.org>
  • Loading branch information
dependabot[bot] and Dreamsorcerer committed Nov 18, 2023
1 parent b838854 commit bfbf822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
cache: 'pip'
cache-dependency-path: '**/requirements*.txt'
- name: Pre-Commit hooks
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ flake8-import-order==0.18.2
flake8-requirements==2.0.1
mypy==1.7.0; implementation_name=="cpython"
pre-commit==3.5.0
sphinx==7.1.2
sphinx==7.2.6

0 comments on commit bfbf822

Please sign in to comment.