Skip to content

Commit 71a7bb9

Browse files
chore(deps-dev): bump the all group across 1 directory with 2 updates (#293)
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `pytest-asyncio` to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.17.0...v1.2.0) Updates `uvicorn[standard]` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.35.0...0.36.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development dependency-group: all - dependency-name: uvicorn[standard] dependency-version: 0.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
1 parent f80bd24 commit 71a7bb9

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
@@ -29,7 +29,7 @@
2929
"pytest-postgresql",
3030
"pytest",
3131
"pytest-cov",
32-
"pytest-asyncio>=0.17,<1.2",
32+
"pytest-asyncio>=0.17,<1.3",
3333
"pre-commit",
3434
"requests",
3535
"shapely",
@@ -45,7 +45,7 @@
4545
"griffe-inherited-docstrings>=1.0.0",
4646
"mkdocstrings[python]>=0.25.1",
4747
],
48-
"server": ["uvicorn[standard]==0.35.0"],
48+
"server": ["uvicorn[standard]==0.36.0"],
4949
"awslambda": ["mangum"],
5050
"validation": [
5151
"stac_pydantic[validation]",

0 commit comments

Comments
 (0)