Skip to content

Commit d221d63

Browse files
authored
Merge pull request #90 from python-openapi/dependabot/pip/sphinx-7.0.1
Bump sphinx from 5.3.0 to 7.0.1
2 parents ff39a6f + c7587e5 commit d221d63

File tree

3 files changed

+25
-26
lines changed

3 files changed

+25
-26
lines changed

docs/conf.py

-1
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

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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)