From 277443fcf42a91fe685d67e0836fcf655b01893d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:47:40 +0200 Subject: [PATCH] chore(deps): bump uvicorn[standard] from 0.30.1 to 0.30.3 (#71) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc7f09a..32c6567 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==5.0.7 django-mathfilters==1.0.0 django-widget-tweaks==1.5.0 -uvicorn[standard]==0.30.1 +uvicorn[standard]==0.30.3 oauthlib==3.2.2 python-dateutil==2.9.0.post0 requests==2.32.3