From 0ab8daf6dfa1ab14787166475cb2c65260397ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:24:48 +0000 Subject: [PATCH] chore(deps): bump uvicorn[standard] from 0.32.1 to 0.34.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.32.1 to 0.34.0. - [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.32.1...0.34.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e02eb8a..f77dbf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==5.1.4 django-mathfilters==1.0.0 django-widget-tweaks==1.5.0 -uvicorn[standard]==0.32.1 +uvicorn[standard]==0.34.0 oauthlib==3.2.2 python-dateutil==2.9.0.post0 requests==2.32.3