From 072642b1b1d70d1f905de8879da2168cb3d042ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:31:14 +0000 Subject: [PATCH] Bump uvicorn from 0.32.0 to 0.32.1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.0 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.32.0...0.32.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... 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 ea770d1..d9b5179 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2138,13 +2138,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.32.0" +version = "0.32.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, - {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, + {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, + {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, ] [package.dependencies] @@ -2153,7 +2153,7 @@ h11 = ">=0.8" typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} [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 = "wildcard-matcher" @@ -2262,4 +2262,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d466a8a1c43758306c79094454db9e736bfe3bdd1fee8cc8389fc98622b62de1" +content-hash = "b34df2e6828c7ddb1e4239b42c79deca9df8a07befb0a4806b8d46cec01e3bbc" diff --git a/pyproject.toml b/pyproject.toml index 540e34b..2b8c038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ tomli = "^2.1.0" tomli-w = "^1.1.0" wildcard-matcher = "^0.0.3" fastapi = "0.115.5" -uvicorn = "^0.32.0" +uvicorn = "^0.32.1" aiosqlite = "^0.20.0" SQLAlchemy = "^2.0.36" ruyaml = "^0.91.0"