Skip to content

Commit d6e593c

Browse files
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](stac-utils/stac-pydantic@3.1.0...3.2.0) Updates `pytest-asyncio` to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@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](encode/uvicorn@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] <support@github.com>
1 parent 9ee1109 commit d6e593c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"attrs",
1010
"orjson",
1111
"pydantic",
12-
"stac_pydantic==3.1.*",
12+
"stac_pydantic>=3.1,<3.3",
1313
"stac-fastapi.api>=5.1,<6.0",
1414
"stac-fastapi.extensions>=5.1,<6.0",
1515
"stac-fastapi.types>=5.1,<6.0",
@@ -27,7 +27,7 @@
2727
"pytest-postgresql",
2828
"pytest",
2929
"pytest-cov",
30-
"pytest-asyncio>=0.17,<0.26.0",
30+
"pytest-asyncio>=0.17,<0.27.0",
3131
"pre-commit",
3232
"requests",
3333
"shapely",
@@ -43,7 +43,7 @@
4343
"griffe-inherited-docstrings>=1.0.0",
4444
"mkdocstrings[python]>=0.25.1",
4545
],
46-
"server": ["uvicorn[standard]==0.34.0"],
46+
"server": ["uvicorn[standard]==0.34.1"],
4747
"awslambda": ["mangum"],
4848
}
4949

0 commit comments

Comments
 (0)