From 7b317b1fed9d376838ca1948c95e1803dfd59b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:50:01 +0000 Subject: [PATCH] Bump jsondiff from 2.2.0 to 2.2.1 in /src 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index acc4dda..d5c8717 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ -jsondiff==2.2.0 +jsondiff==2.2.1 pycryptodome==3.20.0 requests==2.32.3