From b38f1c767d9de30fd291279f91ec19417178dd2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:59:38 +0000 Subject: [PATCH] chore(deps): Bump uvicorn from 0.30.0 to 0.30.1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.0 to 0.30.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.30.0...0.30.1) --- 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 bedc127..c68f81b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2428,13 +2428,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.0" +version = "0.30.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.0-py3-none-any.whl", hash = "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab"}, - {file = "uvicorn-0.30.0.tar.gz", hash = "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37"}, + {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"}, + {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"}, ] [package.dependencies] @@ -2666,4 +2666,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "731a9aac0b72a909ab16e8bfd90a1b307b8d46394b8240381dd0e7be79fac013" +content-hash = "096b8560aedbeabce5872eaeef46d659f77f1c20d5334035a2b6788638b7a23e" diff --git a/pyproject.toml b/pyproject.toml index 868e9a3..78c3c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.11" fastapi = {extras = ["all"], version = "^0.111.0"} httpx = "^0.27.0" beautifulsoup4 = "^4.12.3" -uvicorn = {extras = ["standard"], version = "^0.30.0"} +uvicorn = {extras = ["standard"], version = "^0.30.1"} gunicorn = "^22.0.0" python-dateutil = "^2.9.0.post0" firebase-admin = "^6.5.0"