From e08d73e67f8024f3663ba9e3df0eaaab78495f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:57:38 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.23.2 to 0.24.0.post1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.24.0.post1. - [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.23.2...0.24.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d81f70c7..7255c2d1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -19,5 +19,5 @@ retrying==1.3.4 setuptools==68.2.2 shodan==1.30.1 slowapi==0.1.8 -uvicorn==0.23.2 +uvicorn==0.24.0.post1 uvloop==0.19.0; platform_system != "Windows"