From ddecceaf8ebd0337cc0c1ae2cc69be99aa87f43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:39:50 +0000 Subject: [PATCH] Update deepdiff requirement from <6.6.0 to <6.7.0 Updates the requirements on [deepdiff](https://github.com/seperman/deepdiff) to permit the latest version. - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/commits) --- updated-dependencies: - dependency-name: deepdiff dependency-type: direct:production ... 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 6e660fe..8da91e2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,5 +10,5 @@ botocore==1.31.57 boto3==1.28.57 slack-sdk==3.22.0 # Deep-diff issue: https://github.com/seperman/deepdiff/issues/415 -deepdiff<6.6.0 +deepdiff<6.7.0 iambic-core==0.11.86