Skip to content

Commit d2a2bd3

Browse files
Update deepdiff requirement from ^5.2.3 to >=5.2.3,<7.0.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](seperman/deepdiff@5.2.3...6.2.3) --- updated-dependencies: - dependency-name: deepdiff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c357790 commit d2a2bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ darglint = "^1.5.7"
5454
pytest-cov = "^4.0.0"
5555
pylint = "^2.6.0"
5656
sphinx-argparse = "^0.3.0"
57-
deepdiff = "^5.2.3"
57+
deepdiff = ">=5.2.3,<7.0.0"
5858
safety = "^2.0.0"
5959
readme-renderer = "^34.0"
6060
pygount = "^1.2.4"

0 commit comments

Comments
 (0)