⬆️ Update pydeprecate requirement from <0.10,>=0.9 to >=0.9,<0.11 (#2404)
Updates the requirements on [pydeprecate](https://github.com/Borda/pyDeprecate) to permit the latest version. - [Release notes](https://github.com/Borda/pyDeprecate/releases) - [Changelog](https://github.com/Borda/pyDeprecate/blob/main/CHANGELOG.md) - [Commits](https://github.com/Borda/pyDeprecate/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: pydeprecate dependency-version: 0.10.1 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:
parent
bd0f44fcfd
commit
ced30b48f7
|
|
@ -52,7 +52,7 @@ dependencies = [
|
|||
"numpy>=1.21.2",
|
||||
"opencv-python>=4.5.5.64",
|
||||
"pillow>=9.4",
|
||||
"pydeprecate>=0.9,<0.10",
|
||||
"pydeprecate>=0.9,<0.11",
|
||||
"pyyaml>=5.3",
|
||||
"requests>=2.26",
|
||||
"scipy>=1.10",
|
||||
|
|
|
|||
Loading…
Reference in New Issue