From 6d07d5bdb207b9e57aacf8979c8643c44856e17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:41:50 +0000 Subject: [PATCH] :arrow_up: Bump uvicorn[standard] from 0.30.1 to 0.30.4 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.1 to 0.30.4. - [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.4) --- updated-dependencies: - dependency-name: uvicorn[standard] 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 e52d177..e5a9122 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ psycopg==3.2.1 pytest==8.3.1 pytest-django==4.8.0 requests==2.32.3 -uvicorn[standard]==0.30.1 +uvicorn[standard]==0.30.4