From 25da7bee1501f6f5846662a5b40dd3ad129bdcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:56:01 +0000 Subject: [PATCH] chore(deps-dev): bump the all group across 1 directory with 2 updates 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](https://github.com/pytest-dev/pytest-asyncio/compare/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](https://github.com/encode/uvicorn/compare/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] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0f92d5b..a4e88c7 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "pytest-postgresql", "pytest", "pytest-cov", - "pytest-asyncio>=0.17,<0.27", + "pytest-asyncio>=0.17,<1.1", "pre-commit", "requests", "shapely", @@ -43,7 +43,7 @@ "griffe-inherited-docstrings>=1.0.0", "mkdocstrings[python]>=0.25.1", ], - "server": ["uvicorn[standard]==0.34.2"], + "server": ["uvicorn[standard]==0.34.3"], "awslambda": ["mangum"], }