Skip to content

Commit 4b68fb5

Browse files
chore(deps): bump the all group across 1 directory with 2 updates
Updates the requirements on [stac-pydantic](https://github.com/stac-utils/stac-pydantic) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) 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) --- updated-dependencies: - dependency-name: stac-pydantic dependency-type: direct:production dependency-group: all - dependency-name: pytest-asyncio dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d040913 commit 4b68fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
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",

0 commit comments

Comments
 (0)