From 86be6cb027c055486975a4e9eb51688db8c7cd26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 00:04:25 +0000 Subject: [PATCH] pip(deps): update deepmerge requirement from <3.0,>=2.0 to >=2.0,<4.0 Updates the requirements on [deepmerge](https://github.com/toumorokoshi/deepmerge) to permit the latest version. - [Release notes](https://github.com/toumorokoshi/deepmerge/releases) - [Commits](https://github.com/toumorokoshi/deepmerge/compare/v2.0...v3.0) --- updated-dependencies: - dependency-name: deepmerge dependency-version: '3.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f03d2e36..ce9b89d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "psutil (>=6.1.1,<8.0.0)", "tenacity (>=9.0.0,<10.0.0)", "typing-extensions (>=4.12.2,<5.0.0) ; python_version < \"3.11\"", - "deepmerge (>=2.0,<3.0)", + "deepmerge (>=2.0,<4.0)", "geocoder (>=1.38.1,<2.0.0)", "pydantic-extra-types (>=2.10.5,<3.0.0)", "pyyaml (>=6.0.2,<7.0.0)",