From 4238ab48d2721c90c8fd3997f8dbf6e7f98e453e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:01:31 +0000 Subject: [PATCH] chore: bump jsondiff from 2.2.0 to 2.2.1 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c31f46b..ef61280 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 = "9ad12f7d47d53104e8a312c5eb170705079c3c38b03cd1d878d9e12a491f5657" +content-hash = "b266b01725ba54ce75a7c24172b64d716596ba3becffe3974feb7cf8dc996c77" diff --git a/pyproject.toml b/pyproject.toml index d81ddc9..4ef64c6 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.8" -jsondiff = "^2.2.0" +jsondiff = "^2.2.1" [tool.poetry.group.dev.dependencies] pytest = "^8.3.2"