Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dirty_equals/_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, expected_value: JsonType = AnyJson, **expected_kwargs: Any):
"""
Args:
expected_value: Value to compare the JSON to, if omitted, any JSON is accepted.
expected_kwargs (Any): Keyword arguments forming a dict to compare the JSON to,
**expected_kwargs: Keyword arguments forming a dict to compare the JSON to,
`expected_value` and `expected_kwargs` may not be combined.

As with any `dirty_equals` type, types can be nested to provide more complex checks.
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==22.3.0
griffe==0.15.0
griffe==0.17.0
mkdocs==1.3.0
mkdocs-autorefs==0.4.1
mkdocs-material==8.2.9
Expand Down