From ced30b48f7f8fbeca101f37187c56b600e019cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:34:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20pydeprecate=20req?= =?UTF-8?q?uirement=20from=20<0.10,>=3D0.9=20to=20>=3D0.9,<0.11=20(#2404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b25efc6d..b6cb4249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",