We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d6c6d commit 712df12Copy full SHA for 712df12
pyproject.toml
@@ -45,7 +45,7 @@ dependencies = [
45
"fastapi-etag==0.4.0",
46
"more-itertools~=10.6.0",
47
"itsdangerous",
48
- "Jinja2==3.1.5",
+ "Jinja2==3.1.6",
49
"orjson==3.10.15",
50
"psycopg[binary]==3.2.5",
51
"pydantic[email]~=2.10.6",
test/unit_tests/helpers.py
@@ -1,7 +1,7 @@
1
import json
2
from unittest import mock
3
4
-from deepdiff import DeepDiff # type: ignore
+from deepdiff import DeepDiff
5
6
7
def assert_no_diff(expected, actual, exclude_paths=None):
0 commit comments