From dcc56a74037cf1c255f79cb7e685114d3f92c8c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:35:05 +0000 Subject: [PATCH] :arrow_up: Bump uvicorn[standard] from 0.30.1 to 0.30.3 Bumps [uvicorn[standard]](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[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..b3687d3 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.3