From e87eb5baaf8c4df8763c2f1f32fa313c8482f1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:01:12 +0000 Subject: [PATCH] build(deps): update uvicorn requirement Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [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.17.6...0.23.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 905a43a..0cb67f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ mkdocs-material = "^9.1.8" httpx = "^0.24.0" asgi-lifespan = "^2.1.0" requests = "^2.29.0" -uvicorn = { version = ">=0.17.6,<0.23.0", optional = true } +uvicorn = { version = ">=0.17.6,<0.24.0", optional = true } Jinja2 = "^3.1.2" pypinyin = ">=0.39.1,<0.50.0" pyjwt = "^2.4.0"