Skip to content

Commit 1edb7a4

Browse files
committed
Core: Correct version dependencies to avoid conflicts
Fixes #1546
1 parent 8859d0a commit 1edb7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cloud = [
3434
dev = [
3535
"volatility3[full,cloud]",
3636
"jsonschema>=4.23.0,<5",
37-
"pyinstaller>=6.11.0,<7",
37+
"pyinstaller>=6.5.0,<7",
3838
"pyinstaller-hooks-contrib>=2024.9",
3939
"types-jsonschema>=4.23.0,<5",
4040
]
@@ -48,7 +48,7 @@ test = [
4848

4949
docs = [
5050
"volatility3[dev]",
51-
"sphinx>=8.0.0,<7",
51+
"sphinx>=8.0.0,<9",
5252
"sphinx-autodoc-typehints>=2.5.0,<3",
5353
"sphinx-rtd-theme>=3.0.1,<4",
5454
]

0 commit comments

Comments
 (0)