Skip to content

Commit c7587e5

Browse files
dependabot[bot]p1c2u
authored andcommitted
Bump sphinx from 5.3.0 to 7.0.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](sphinx-doc/sphinx@v5.3.0...v7.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff39a6f commit c7587e5

File tree

3 files changed

+25
-26
lines changed

3 files changed

+25
-26
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
"repo_url": "https://github.com/python-openapi/openapi-schema-validator/",
3434
"repo_name": "openapi-schema-validator",
35-
"repo_type": "github",
3635
"icon": {
3736
"repo": "fontawesome/brands/github-alt",
3837
"edit": "material/file-edit-outline",

poetry.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ flynt = "^0.78"
6969
deptry = "^0.11.0"
7070

7171
[tool.poetry.group.docs.dependencies]
72-
sphinx = "^5.3.0"
72+
sphinx = ">=5.3,<8.0"
7373
sphinx-immaterial = "^0.11.0"
7474

7575
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)