From 925a9bbc686dcb1f17808719ab9863c08b92ea36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:15:52 -0600 Subject: [PATCH] Chore(deps): Update iso8601 requirement in /stac_fastapi/types (#608) Updates the requirements on [iso8601](https://github.com/micktwomey/pyiso8601) to permit the latest version. - [Release notes](https://github.com/micktwomey/pyiso8601/releases) - [Changelog](https://github.com/micktwomey/pyiso8601/blob/main/CHANGELOG.md) - [Commits](https://github.com/micktwomey/pyiso8601/compare/1.0.2...2.1.0) --- updated-dependencies: - dependency-name: iso8601 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- stac_fastapi/types/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/types/setup.py b/stac_fastapi/types/setup.py index 1896bbd88..9a06fda95 100644 --- a/stac_fastapi/types/setup.py +++ b/stac_fastapi/types/setup.py @@ -11,7 +11,7 @@ "pydantic[dotenv]<2", "stac_pydantic==2.0.*", "pystac==1.*", - "iso8601>=1.0.2,<2.1.0", + "iso8601>=1.0.2,<2.2.0", ] extra_reqs = {