Skip to content

Commit 1ebb82a

Browse files
committed
Try to fix documentation builds
1 parent 1eb8717 commit 1ebb82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
docs = [
5353
"volatility3[dev]",
5454
"sphinx>=4.0.0,<9",
55-
"sphinx-autodoc-typehints>=2.0.0,<3",
55+
"sphinx-autodoc-typehints>=3.0.0,<4",
5656
"sphinx-rtd-theme>=3.0.1,<4",
5757
]
5858

volatility3/framework/plugins/yarascan.py

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

3232
except ImportError:
3333
vollog.info(
34-
"Neither yara-x nor yara-python (>3.8.0) module not found, plugin (and dependent plugins) not available"
34+
"Neither yara-x nor yara-python (>3.8.0) module was found, plugin (and dependent plugins) not available"
3535
)
3636
raise
3737

0 commit comments

Comments
 (0)