From 9b2fff9736db7f0500d68579b834f4fde8f55646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:03:39 +0000 Subject: [PATCH] Bump uvicorn from 0.30.1 to 0.30.3 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.1 to 0.30.3. - [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.1...0.30.3) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12968ba12..c363990d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,6 +48,6 @@ tqdm==4.66.4 typer==0.12.3 typing-extensions==4.12.2 urllib3==1.26.18 -uvicorn==0.30.1 +uvicorn==0.30.3 validators==0.33.0 whoisdomain==1.20240129.1