Skip to content

Commit

Permalink
Update the version of fickling due to a breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 20, 2023
1 parent f89c07e commit feaef73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion polyfile/pickles.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

from fickling.analysis import Analyzer, Severity
from fickling.pickle import Pickled, PickleDecodeError
from fickling.fickle import Pickled, PickleDecodeError

from .magic import AbsoluteOffset, DynamicMagicTest, FailedTest, MagicMatcher, MatchedTest, TestResult, TestType

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"abnf~=2.2.0",
"chardet~=5.0.0",
"cint>=1.0.0",
"fickling>=0.0.6",
"fickling>=0.0.7",
"graphviz>=0.20.1",
"intervaltree>=2.4.0",
"jinja2>=2.1.0",
Expand Down

0 comments on commit feaef73

Please sign in to comment.