From 62a7fcacb341d6a36ca309a52e32ec1751595b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:38:18 +0000 Subject: [PATCH] :arrow_up: Bump uvicorn[standard] from 0.30.1 to 0.30.6 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.1 to 0.30.6. - [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.6) --- 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..83f4b32 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.6