Update deepdiff requirement from <6.3.1,>=5.7.0 to >=5.7.0,<6.3.2 in /requirements (#18032)

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.3.1)

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

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] 2023-07-17 07:49:34 -04:00 committed by GitHub
parent 5191c21387
commit c21b6de3c7
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.37
packaging
typing-extensions >=4.0.0, <=4.4.0
deepdiff >=5.7.0, <6.3.1
deepdiff >=5.7.0, <6.3.2
starsessions >=1.2.1, <2.0 # strict
fsspec >=2022.5.0, <=2023.6.0
croniter >=1.3.0, <1.5.0 # strict; TODO: for now until we find something more robust.