Skip to content

Commit b65cd97

Browse files
chore(deps-dev): bump the all group with 2 updates (#187)
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version. Updates `pytest-asyncio` to 0.25.2 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.17.0...v0.25.2) Updates `uvicorn[standard]` from 0.32.0 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](encode/uvicorn@0.32.0...0.34.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development dependency-group: all - dependency-name: uvicorn[standard] 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 7956293 commit b65cd97

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
@@ -27,7 +27,7 @@
2727
"pytest-postgresql",
2828
"pytest",
2929
"pytest-cov",
30-
"pytest-asyncio>=0.17,<0.25.0",
30+
"pytest-asyncio>=0.17,<0.26.0",
3131
"pre-commit",
3232
"requests",
3333
"shapely",
@@ -36,7 +36,7 @@
3636
"wheel",
3737
],
3838
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
39-
"server": ["uvicorn[standard]==0.32.0"],
39+
"server": ["uvicorn[standard]==0.34.0"],
4040
"awslambda": ["mangum"],
4141
}
4242

0 commit comments

Comments
 (0)