Skip to content

Commit c12a9b1

Browse files
authored
Merge branch 'main' into maint/update24r2_docker
2 parents 8b767fc + c4941fa commit c12a9b1

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
- id: check-added-large-files
7070

7171
- repo: https://github.com/python-jsonschema/check-jsonschema
72-
rev: 0.28.6
72+
rev: 0.29.0
7373
hooks:
7474
- id: check-github-workflows
7575

doc/changelog.d/818.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MAINT: Bump sphinx from 7.3.7 to 7.4.4 in the doc group

doc/changelog.d/819.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tests = [
5353
"pytest-print==1.0.0",
5454
]
5555
doc = [
56-
"sphinx==7.3.7",
56+
"sphinx==7.4.4",
5757
"ansys-sphinx-theme[autoapi]==0.16.6",
5858
"grpcio==1.64.1",
5959
"imageio-ffmpeg==0.5.1",

0 commit comments

Comments
 (0)