From 61aaccdb96515dc01dfd16f89f19411ba4f1759b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:18:21 +0000 Subject: [PATCH] chore(deps): update eoapi-cdk requirement in the all-dependencies group Updates the requirements on [eoapi-cdk](https://github.com/developmentseed/eoapi-cdk) to permit the latest version. Updates `eoapi-cdk` to 11.1.0 - [Release notes](https://github.com/developmentseed/eoapi-cdk/releases) - [Changelog](https://github.com/developmentseed/eoapi-cdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/developmentseed/eoapi-cdk/compare/v10.3.0...v11.1.0) --- updated-dependencies: - dependency-name: eoapi-cdk dependency-version: 11.1.0 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5890718..e241ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "boto3>=1.40.64", - "eoapi-cdk>=10.3.0,<11", + "eoapi-cdk>=10.3.0,<12", "pydantic>=2.12.3", "pydantic-settings[yaml]>=2.11.0", "typing-extensions>=4.15.0",