diff --git a/poetry.lock b/poetry.lock index c34c2af..845cf42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -301,13 +301,13 @@ files = [ [[package]] name = "jsondiff" -version = "2.1.1" +version = "2.1.2" description = "Diff JSON and JSON-like structures in Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsondiff-2.1.1-py3-none-any.whl", hash = "sha256:ffab5bc00237c2c9f48a4b07fff7bf7df13e4b98f9585bd00b6e6e5f371a98fc"}, - {file = "jsondiff-2.1.1.tar.gz", hash = "sha256:c7dfd4f8c9307500a536e9b93492b2c1ba62dac2b3c5189aa6e37d63b427b4d8"}, + {file = "jsondiff-2.1.2-py3-none-any.whl", hash = "sha256:9b00c9752b572474760e9767285567688c7d5aa8899423e5de7345825eda041a"}, + {file = "jsondiff-2.1.2.tar.gz", hash = "sha256:8a33728db8fdd118414e2c92778d64b77c90e09459b8dd601e56941edacb8542"}, ] [package.dependencies] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1e76944f8592fc25e74d07cc04248791c662ad2ea280c70d3f42ff5efcc5b521" +content-hash = "f6473981a6e22c8264c09082a4b20fa3771f4d7aece0943c0f611648477cfec8" diff --git a/pyproject.toml b/pyproject.toml index 4711876..cfc6339 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.1" +jsondiff = "^2.1.2" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2"