Skip to content

Commit

Permalink
chore(deps): bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [stac-pydantic](https://github.com/stac-utils/stac-pydantic), [stac-fastapi-types](https://github.com/stac-utils/stac-fastapi), [stac-fastapi-api](https://github.com/stac-utils/stac-fastapi), [stac-fastapi-extensions](https://github.com/stac-utils/stac-fastapi) and [pypgstac](https://github.com/stac-utils/pgstac) to permit the latest version.

Updates `stac-pydantic` to 3.0.0
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.txt)
- [Commits](stac-utils/stac-pydantic@2.0.0...3.0.0)

Updates `stac-fastapi-types` to 2.5.2
- [Release notes](https://github.com/stac-utils/stac-fastapi/releases)
- [Changelog](https://github.com/stac-utils/stac-fastapi/blob/main/CHANGES.md)
- [Commits](stac-utils/stac-fastapi@2.4.9...2.5.2)

Updates `stac-fastapi-api` to 2.5.2
- [Release notes](https://github.com/stac-utils/stac-fastapi/releases)
- [Changelog](https://github.com/stac-utils/stac-fastapi/blob/main/CHANGES.md)
- [Commits](stac-utils/stac-fastapi@2.4.9...2.5.2)

Updates `stac-fastapi-extensions` to 2.5.2
- [Release notes](https://github.com/stac-utils/stac-fastapi/releases)
- [Changelog](https://github.com/stac-utils/stac-fastapi/blob/main/CHANGES.md)
- [Commits](stac-utils/stac-fastapi@2.4.9...2.5.2)

Updates `pypgstac` to 0.8.5
- [Release notes](https://github.com/stac-utils/pgstac/releases)
- [Changelog](https://github.com/stac-utils/pgstac/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pgstac@v0.7.0...v0.8.5)

---
updated-dependencies:
- dependency-name: stac-pydantic
  dependency-type: direct:production
  dependency-group: all
- dependency-name: stac-fastapi-types
  dependency-type: direct:production
  dependency-group: all
- dependency-name: stac-fastapi-api
  dependency-type: direct:production
  dependency-group: all
- dependency-name: stac-fastapi-extensions
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pypgstac
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 6612047 commit 7049159
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"attrs",
"orjson",
"pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821
"stac_pydantic==2.0.*",
"stac-fastapi.types~=2.4.9",
"stac-fastapi.api~=2.4.9",
"stac-fastapi.extensions~=2.4.9",
"stac_pydantic>=2.0,<3.1",
"stac-fastapi.types>=2.4.9,<2.6.0",
"stac-fastapi.api>=2.4.9,<2.6.0",
"stac-fastapi.extensions>=2.4.9,<2.6.0",
"asyncpg",
"buildpg",
"brotli_asgi",
"pygeofilter>=0.2",
"pypgstac==0.7.*",
"pypgstac>=0.7,<0.9",
]

extra_reqs = {
Expand Down

0 comments on commit 7049159

Please sign in to comment.