Skip to content

Commit bfbf822

Browse files
Bump sphinx from 7.1.2 to 7.2.6 (#759)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent b838854 commit bfbf822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Python
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: 3.8
26+
python-version: 3.11
2727
cache: 'pip'
2828
cache-dependency-path: '**/requirements*.txt'
2929
- name: Pre-Commit hooks

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ flake8-import-order==0.18.2
77
flake8-requirements==2.0.1
88
mypy==1.7.0; implementation_name=="cpython"
99
pre-commit==3.5.0
10-
sphinx==7.1.2
10+
sphinx==7.2.6

0 commit comments

Comments
 (0)