Skip to content

Commit 0d6e498

Browse files
committed
feat: update sphinx to version 7.1.2
1 parent f293f33 commit 0d6e498

File tree

2 files changed

+62
-42
lines changed

2 files changed

+62
-42
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[tool.poetry]
55
name = "sw360"
6-
version = "1.5.0"
6+
version = "1.5.1"
77
description = "Python interface to the SW360 software component catalogue"
88
authors = ["Thomas Graf <thomas.graf@siemens.com>",
99
"Gernot Hillier <gernot.hillier@siemens.com>"]
@@ -28,7 +28,7 @@ requests = "^2.32.2" # fix CVE-2024-35195
2828

2929
[tool.poetry.group.dev.dependencies]
3030
colorama = "^0.4.6"
31-
sphinx = "^2.4.1"
31+
sphinx = "^7.1.2"
3232
vcrpy = "4.0.2"
3333
yarl = "1.8.2" # force this version because 1.7.2 will not install
3434
flake8 = ">=3.7.8"
@@ -72,4 +72,4 @@ warn_unused_ignores = true
7272
no_implicit_reexport = true
7373

7474
[tool.codespell]
75-
skip = "test_all_components.json,test_all_releases.json,./htmlcov/*,./__internal__/Links/syft/syft-sbom.json"
75+
skip = "test_all_components.json,test_all_releases.json,./htmlcov/*,./__internal__/*,./docs/_static/*,./docs/searchindex.js"

0 commit comments

Comments
 (0)