Update deepdiff requirement from <=5.8.1,>=5.7.0 to >=5.7.0,<6.2.3 in /requirements (#16006)

Update deepdiff requirement in /requirements

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/compare/5.7.0...6.2.2)

---
updated-dependencies:
- dependency-name: deepdiff
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-12 12:04:52 +00:00 committed by GitHub
parent 4083b202f4
commit 5e705fa0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
lightning-cloud>=0.5.12 lightning-cloud>=0.5.12
packaging packaging
typing-extensions>=4.0.0, <=4.4.0 typing-extensions>=4.0.0, <=4.4.0
deepdiff>=5.7.0, <=5.8.1 deepdiff>=5.7.0, <6.2.3
starsessions>=1.2.1, <2.0 # strict starsessions>=1.2.1, <2.0 # strict
fsspec>=2022.5.0, <=2022.7.1 fsspec>=2022.5.0, <=2022.7.1
croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more robust. croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more robust.