From 5fe3265e841e7be46aa07239207a74efe95f142c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:48:37 +0000 Subject: [PATCH] Update titiler-mosaic requirement from <0.19,>=0.18.0 to >=0.18.0,<0.20 Updates the requirements on [titiler-mosaic](https://github.com/developmentseed/titiler) to permit the latest version. - [Release notes](https://github.com/developmentseed/titiler/releases) - [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md) - [Commits](https://github.com/developmentseed/titiler/compare/0.18.0...0.19.0) --- updated-dependencies: - dependency-name: titiler-mosaic 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 1ab2b13..6f1c50b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "titiler.core>=0.18.0,<0.19", - "titiler.mosaic>=0.18.0,<0.19", + "titiler.mosaic>=0.18.0,<0.20", "geojson-pydantic~=1.0", "pydantic>=2.4,<3.0", "pydantic-settings~=2.0",