Skip to content

Commit 4d50d10

Browse files
authored
Merge pull request #1558 from volatilityfoundation/issues/issue1546
Issues/issue1546
2 parents a68be50 + 13a8c53 commit 4d50d10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cloud = ["gcsfs>=2024.10.0", "s3fs>=2024.10.0"]
3737
dev = [
3838
"volatility3[full,cloud]",
3939
"jsonschema>=4.23.0,<5",
40-
"pyinstaller>=6.11.0,<7",
40+
"pyinstaller>=6.5.0,<7",
4141
"pyinstaller-hooks-contrib>=2024.9",
4242
"types-jsonschema>=4.23.0,<5",
4343
]
@@ -51,8 +51,8 @@ test = [
5151

5252
docs = [
5353
"volatility3[dev]",
54-
"sphinx>=8.0.0,<7",
55-
"sphinx-autodoc-typehints>=2.5.0,<3",
54+
"sphinx>=4.0.0,<9",
55+
"sphinx-autodoc-typehints>=2.0.0,<3",
5656
"sphinx-rtd-theme>=3.0.1,<4",
5757
]
5858

0 commit comments

Comments
 (0)