Skip to content

Commit 3ee6aa0

Browse files
chore(deps-dev): bump the all group across 1 directory with 2 updates (#251)
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 1.0.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.17.0...v1.0.0) Updates `uvicorn[standard]` from 0.34.2 to 0.34.3 - [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.2...0.34.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:development dependency-group: all - dependency-name: uvicorn[standard] dependency-version: 0.34.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vincent Sarago <[email protected]>
1 parent 45251e4 commit 3ee6aa0

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.27",
30+
"pytest-asyncio>=0.17,<1.1",
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.2"],
46+
"server": ["uvicorn[standard]==0.34.3"],
4747
"awslambda": ["mangum"],
4848
}
4949

0 commit comments

Comments
 (0)