From 87dd15a4603e63b9f097bffa10949c9ac73fd8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=AC=86=20Bump=20uvicorn=20from=200.21.0?= =?UTF-8?q?=20to=200.21.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.21.0 to 0.21.1. - [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.21.0...0.21.1) --- updated-dependencies: - dependency-name: uvicorn 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> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6a36491..bdd79fce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2696,14 +2696,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.21.0" +version = "0.21.1" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "uvicorn-0.21.0-py3-none-any.whl", hash = "sha256:e69e955cb621ae7b75f5590a814a4fcbfb14cb8f44a36dfe3c5c75ab8aee3ad5"}, - {file = "uvicorn-0.21.0.tar.gz", hash = "sha256:8635a388062222082f4b06225b867b74a7e4ef942124453d4d1d1a5cb3750932"}, + {file = "uvicorn-0.21.1-py3-none-any.whl", hash = "sha256:e47cac98a6da10cd41e6fd036d472c6f58ede6c5dbee3dbee3ef7a100ed97742"}, + {file = "uvicorn-0.21.1.tar.gz", hash = "sha256:0fac9cb342ba099e0d582966005f3fdba5b0290579fed4a6266dc702ca7bb032"}, ] [package.dependencies] @@ -2987,4 +2987,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1e908f3f9df4b5cd4671b241be70f8c494ca327bb2551db1e82bde20be272f94" +content-hash = "7f24a57fcc47e6e39166706539fefd8b4f81bc3b282fb8571805506789c55002" diff --git a/pyproject.toml b/pyproject.toml index 6eecda5d..41f91a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.2" arko-wrapper = "^0.2.8" fastapi = "^0.94.0" -uvicorn = {extras = ["standard"], version = "^0.21.0"} +uvicorn = {extras = ["standard"], version = "^0.21.1"} sentry-sdk = "^1.15.0" GitPython = "^3.1.30" openpyxl = "^3.1.1"