From 9838cf099a78af16deb8e5007b5e232f63429eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:55:29 +0000 Subject: [PATCH] Bump uvicorn from 0.30.6 to 0.31.0 (#814) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.31.0. - [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.30.6...0.31.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0276799..2bc8dbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = neuro-logging==24.4.0 prometheus-client==0.21.0 pydantic==2.9.2 - uvicorn==0.30.6 + uvicorn==0.31.0 uvloop==0.20.0 python_requires = >=3.9 include_package_data = True