From 0cd81a3a5bb005526c4eb695721128eca0b14e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:38:06 +0000 Subject: [PATCH] chore: bump jsondiff from 2.2.0 to 2.2.1 (#196) Bumps [jsondiff](https://github.com/xlwings/jsondiff) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/xlwings/jsondiff/releases) - [Changelog](https://github.com/xlwings/jsondiff/blob/master/CHANGELOG.md) - [Commits](https://github.com/xlwings/jsondiff/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: jsondiff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b17fcdf..66cd00e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -301,13 +301,13 @@ files = [ [[package]] name = "jsondiff" -version = "2.2.0" +version = "2.2.1" description = "Diff JSON and JSON-like structures in Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsondiff-2.2.0-py3-none-any.whl", hash = "sha256:afff7c0067d934e3f2730935dc3abd520ab7d09021c88d3a9f4272e7d2229a1e"}, - {file = "jsondiff-2.2.0.tar.gz", hash = "sha256:060e9a10fe136c643e9d2bf264ea1fbe966ed17d2fd37348dd65b1c650c2df4f"}, + {file = "jsondiff-2.2.1-py3-none-any.whl", hash = "sha256:b1f0f7e2421881848b1d556d541ac01a91680cfcc14f51a9b62cdf4da0e56722"}, + {file = "jsondiff-2.2.1.tar.gz", hash = "sha256:658d162c8a86ba86de26303cd86a7b37e1b2c1ec98b569a60e2ca6180545f7fe"}, ] [package.dependencies] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9a41468bca9c0c7c0d67bf8cc08a6f7fc9b56f33b73edd1f35e9152e489e63ff" +content-hash = "71c5c5c4b95a0125daebf088f53d1467a759e39365920419f2f9f8a5e8e8c9aa" diff --git a/pyproject.toml b/pyproject.toml index a6d5333..b2c9c5c 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.9" -jsondiff = "^2.2.0" +jsondiff = "^2.2.1" [tool.poetry.group.dev.dependencies] pytest = "^8.3.3"