From 8037a1373b6d86b15d81325883b12b0d0cd59d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:17:30 +0000 Subject: [PATCH] pip(deps): bump uvicorn from 0.23.1 to 0.23.2 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.1 to 0.23.2. - [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.23.1...0.23.2) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4fadef43..2839e643 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1538,13 +1538,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.1" +version = "0.23.2" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.1-py3-none-any.whl", hash = "sha256:1d55d46b83ee4ce82b4e82f621f2050adb3eb7b5481c13f9af1744951cae2f1f"}, - {file = "uvicorn-0.23.1.tar.gz", hash = "sha256:da9b0c8443b2d7ee9db00a345f1eee6db7317432c9d4400f5049cc8d358383be"}, + {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, + {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, ] [package.dependencies] @@ -1777,4 +1777,4 @@ watchdog = ["watchdog"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4dc6648945bbc28b6a08f75443f8f1c1f10a360c5c1675412faf6949adee071" +content-hash = "af2521c5cf09e3f41c35a4772519f51b926f95d9dbf34ca1716d306f35411382" diff --git a/pyproject.toml b/pyproject.toml index d30e274a..e5c33fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "runner_manager" }] [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.100.1" -uvicorn = { extras = ["standard"], version = "^0.23.0" } +uvicorn = { extras = ["standard"], version = "^0.23.2" } pydantic = ">=1.10.2,<2.0" redis-om = "^0.1.3" githubkit = "^0.10.6"