diff --git a/poetry.lock b/poetry.lock index 250f7be..cc4c972 100644 --- a/poetry.lock +++ b/poetry.lock @@ -301,13 +301,13 @@ files = [ [[package]] name = "jsondiff" -version = "2.1.2" +version = "2.2.0" description = "Diff JSON and JSON-like structures in Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsondiff-2.1.2-py3-none-any.whl", hash = "sha256:9b00c9752b572474760e9767285567688c7d5aa8899423e5de7345825eda041a"}, - {file = "jsondiff-2.1.2.tar.gz", hash = "sha256:8a33728db8fdd118414e2c92778d64b77c90e09459b8dd601e56941edacb8542"}, + {file = "jsondiff-2.2.0-py3-none-any.whl", hash = "sha256:afff7c0067d934e3f2730935dc3abd520ab7d09021c88d3a9f4272e7d2229a1e"}, + {file = "jsondiff-2.2.0.tar.gz", hash = "sha256:060e9a10fe136c643e9d2bf264ea1fbe966ed17d2fd37348dd65b1c650c2df4f"}, ] [package.dependencies] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c91f9a548ba4f46e96befc1c2dd090a1b9800c9e011bebc38687891eba7f065b" +content-hash = "938c4b060bb29018bfa4e6d3601d3db50e91856ced9da5c5da61662b02bc34ea" diff --git a/pyproject.toml b/pyproject.toml index 8186fab..4cf2258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ cloudevents = "^1.11.0" ConfigArgParse = "^1.7" kafka-python-ng = "^2.2.2" minio = "^7.2.7" -jsondiff = "^2.1.2" +jsondiff = "^2.2.0" [tool.poetry.group.dev.dependencies] pytest = "^8.3.2"