From 182f02f8800ead09514cdbff2f08fce517a019c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:04:36 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.32.0 to 0.32.1 in /redis_events 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] --- redis_events/poetry.lock | 10 +++++----- redis_events/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index cbf952083..6c6c92b71 100644 --- a/redis_events/poetry.lock +++ b/redis_events/poetry.lock @@ -2740,13 +2740,13 @@ files = [ [[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] @@ -2754,7 +2754,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 = "virtualenv" @@ -2927,4 +2927,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a4a7e2ccc45ac7a8a8d091d733aba546ce606cff7f667a1657634f572c87541b" +content-hash = "ec5c50ace27a86785bc029d2cb84a3ad923ebb922d5be3f96defd95572a970fb" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 7facd2f02..b587f2589 100644 --- a/redis_events/pyproject.toml +++ b/redis_events/pyproject.toml @@ -14,7 +14,7 @@ aiohttp = "^3.9.5" fastapi-slim = "^0.115.4" nest-asyncio = "^1.5.5" redis = "^5.2.0" -uvicorn = "^0.32.0" +uvicorn = "^0.32.1" pydantic = "^2.7.0" [tool.poetry.extras]