From 1c21250434af11ba19b0d1f2b1d4b7f8a98d6f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:46:13 +0000 Subject: [PATCH] chore(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ed79d76..580756ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonschema==4.23.0 -jsondiff==2.2.0 +jsondiff==2.2.1 pre-commit==3.8.0 pytest==8.3.2 PyYAML==6.0.2