Skip to content

Commit 8aee374

Browse files
Build: Bump Sphinx
1 parent e406b61 commit 8aee374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data_validation_framework/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
try:
2525
from numpy import VisibleDeprecationWarning
26-
except ImportError:
26+
except ImportError: # pragma: no cover
2727
from numpy.exceptions import VisibleDeprecationWarning
2828

2929
from data_validation_framework.report import make_report

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"numpy>=1.21",
1212
"pandas>=1.3",
1313
"rst2pdf>=0.99",
14-
"sphinx>=4,<8",
14+
"sphinx>=7.4",
1515
"tqdm>=4.40",
1616
]
1717
doc_reqs = [

0 commit comments

Comments
 (0)