From 00b66683372a80548e60345bdb054574226bdd16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:56:40 +0000 Subject: [PATCH] Bump uvicorn from 0.30.6 to 0.32.1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.32.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.6...0.32.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6c1622b..2c9a671 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1226,13 +1226,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.32.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, + {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, ] [package.dependencies] @@ -1240,7 +1240,7 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] [[package]] name = "yahooquery" @@ -1267,4 +1267,4 @@ premium = ["selenium (>=4.10.0,<5.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "020f150a965ccd7326c5f16db860af2ce77f8d5aab7f8fd4e45a2acdd87f245e" +content-hash = "6f0c25ecbadb1451ec28bd2e72e71d4fea38a21a17b5f6ab828f07836b907f39" diff --git a/pyproject.toml b/pyproject.toml index b5bc6f3..aad0f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" psycopg2-binary = "^2.9.9" python-dateutil = "^2.9.0.post0" SQLAlchemy = "^2.0.34" -uvicorn = "^0.30.6" +uvicorn = "^0.32.1" yahooquery = "^2.3.7" python-dotenv = "^1.0.1"