Skip to content

Commit

Permalink
Chore(deps): Update iso8601 requirement in /stac_fastapi/types (#608)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent f07af60 commit 925a9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/types/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 925a9bb

Please sign in to comment.