Skip to content

Commit 8fc90f8

Browse files
Bump geojson-pydantic from 1.2.0 to 2.0.0 in /services/common
Bumps [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/developmentseed/geojson-pydantic/releases) - [Changelog](https://github.com/developmentseed/geojson-pydantic/blob/main/CHANGELOG.md) - [Commits](developmentseed/geojson-pydantic@1.2.0...2.0.0) --- updated-dependencies: - dependency-name: geojson-pydantic dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4becfa commit 8fc90f8

File tree

2 files changed

+51
-6
lines changed

2 files changed

+51
-6
lines changed

services/common/poetry.lock

Lines changed: 50 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stac-fastapi-pgstac = "^5.0.2"
6666
pydantic-settings = ">2.2.1,<3.0.0,!=2.9.0" # see https://github.com/PrefectHQ/prefect/issues/17852
6767
pygeofilter = ">=0.3.1.post1"
6868
stac-pydantic = "^3.1.4"
69-
geojson-pydantic = "1.2.0" # to avoid regressions with 2.0.0
69+
geojson-pydantic = "2.0.0" # to avoid regressions with 2.0.0
7070
stac-fastapi-types = "5.2.0" # to avoid regressions with 5.2.1
7171

7272
[tool.poetry.group.dev]

0 commit comments

Comments
 (0)