From f22f6ba3cd58ccb8a63d0e4c7f5331375bc38af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:59:49 +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 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.24.0) Updates `uvicorn[standard]` from 0.19.0 to 0.31.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.19.0...0.31.1) --- 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] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e9abcae..1e1767b 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "pytest-postgresql", "pytest", "pytest-cov", - "pytest-asyncio>=0.17,<0.23.0", + "pytest-asyncio>=0.17,<0.25.0", "pre-commit", "requests", "shapely", @@ -36,7 +36,7 @@ "wheel", ], "docs": ["mkdocs", "mkdocs-material", "pdocs"], - "server": ["uvicorn[standard]==0.19.0"], + "server": ["uvicorn[standard]==0.31.1"], "awslambda": ["mangum"], }