From 6c7c5c62dd8286f15493ee4416a1c7e7749e5291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:56:14 -0700 Subject: [PATCH] pip(deps): bump uvicorn from 0.30.5 to 0.30.6 (#151) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.5 to 0.30.6. - [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.5...0.30.6) --- 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 ce64c08..206933c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1326,13 +1326,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.5" +version = "0.30.6" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.5-py3-none-any.whl", hash = "sha256:b2d86de274726e9878188fa07576c9ceeff90a839e2b6e25c917fe05f5a6c835"}, - {file = "uvicorn-0.30.5.tar.gz", hash = "sha256:ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee"}, + {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, + {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, ] [package.dependencies] @@ -1619,4 +1619,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f2af3a088b9cb18af391aad7458e16bf2566f1b40852312390951e4c52158d74" +content-hash = "9469148e13bacc47bdbf4f228de03663ffbfbffffca17482f5e13978a088d3af" diff --git a/pyproject.toml b/pyproject.toml index 2919485..fd2f230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ start = "gh_actions_exporter.main:start" python = "^3.9" fastapi = "^0.112.0" prometheus-client = "^0.20.0" -uvicorn = { extras = ["standard"], version = "^0.30.5" } +uvicorn = { extras = ["standard"], version = "^0.30.6" } python-multipart = "^0.0.9" PyYAML = "^6.0" githubkit = "^0.10.3"