From eb7a194a51ca147569225f19a575d9e092071175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:48:41 +0000 Subject: [PATCH] Update titiler-core requirement from <0.19,>=0.18.0 to >=0.18.0,<0.20 Updates the requirements on [titiler-core](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-core 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..74de483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: GIS", ] dependencies = [ - "titiler.core>=0.18.0,<0.19", + "titiler.core>=0.18.0,<0.20", "titiler.mosaic>=0.18.0,<0.19", "geojson-pydantic~=1.0", "pydantic>=2.4,<3.0",