From a8c90f3fdcc0097a49546b818222c8163a2c3226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:52:56 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 3 updates Updates the requirements on [stac-pydantic](https://github.com/stac-utils/stac-pydantic), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version. Updates `stac-pydantic` to 3.2.0 - [Release notes](https://github.com/stac-utils/stac-pydantic/releases) - [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md) - [Commits](https://github.com/stac-utils/stac-pydantic/compare/3.1.0...3.2.0) Updates `pytest-asyncio` to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.26.0) Updates `uvicorn[standard]` from 0.34.0 to 0.34.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.34.0...0.34.1) --- updated-dependencies: - dependency-name: stac-pydantic dependency-version: 3.2.0 dependency-type: direct:production dependency-group: all - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:development dependency-group: all - dependency-name: uvicorn[standard] dependency-version: 0.34.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f5e7eb7..3dfc78f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "attrs", "orjson", "pydantic", - "stac_pydantic==3.1.*", + "stac_pydantic>=3.1,<3.3", "stac-fastapi.api>=5.2,<6.0", "stac-fastapi.extensions>=5.2,<6.0", "stac-fastapi.types>=5.2,<6.0", @@ -27,7 +27,7 @@ "pytest-postgresql", "pytest", "pytest-cov", - "pytest-asyncio>=0.17,<0.26.0", + "pytest-asyncio>=0.17,<0.27.0", "pre-commit", "requests", "shapely", @@ -43,7 +43,7 @@ "griffe-inherited-docstrings>=1.0.0", "mkdocstrings[python]>=0.25.1", ], - "server": ["uvicorn[standard]==0.34.0"], + "server": ["uvicorn[standard]==0.34.2"], "awslambda": ["mangum"], }