Skip to content

Commit 925a9bb

Browse files
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](micktwomey/pyiso8601@1.0.2...2.1.0) --- updated-dependencies: - dependency-name: iso8601 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f07af60 commit 925a9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎stac_fastapi/types/setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pydantic[dotenv]<2",
1212
"stac_pydantic==2.0.*",
1313
"pystac==1.*",
14-
"iso8601>=1.0.2,<2.1.0",
14+
"iso8601>=1.0.2,<2.2.0",
1515
]
1616

1717
extra_reqs = {

0 commit comments

Comments
 (0)