Skip to content

Commit

Permalink
Core: Correct version dependencies to avoid conflicts
Browse files Browse the repository at this point in the history
Fixes #1546
  • Loading branch information
ikelos committed Jan 17, 2025
1 parent 8859d0a commit 1edb7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cloud = [
dev = [
"volatility3[full,cloud]",
"jsonschema>=4.23.0,<5",
"pyinstaller>=6.11.0,<7",
"pyinstaller>=6.5.0,<7",
"pyinstaller-hooks-contrib>=2024.9",
"types-jsonschema>=4.23.0,<5",
]
Expand All @@ -48,7 +48,7 @@ test = [

docs = [
"volatility3[dev]",
"sphinx>=8.0.0,<7",
"sphinx>=8.0.0,<9",
"sphinx-autodoc-typehints>=2.5.0,<3",
"sphinx-rtd-theme>=3.0.1,<4",
]
Expand Down

0 comments on commit 1edb7a4

Please sign in to comment.