From caae036d03bf6b9c379e1a393ded3ce50b5e5485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:12:51 +0000 Subject: [PATCH] chore(deps): update poetry-deps --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4268358..583ba050 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,12 +1672,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.32" +version = "0.0.34" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.32.tar.gz", hash = "sha256:d0c8975082532d1d69653fb866583a74979f48256fd159ccd5cdbe2ab78ceb11"}, + {file = "pyhelper_utils-0.0.34.tar.gz", hash = "sha256:53f00dec369b22fdd885d207fc10cc758757033a816c3b407407b97b7a14f1e9"}, ] [package.dependencies] @@ -2280,13 +2280,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] @@ -2508,4 +2508,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "804a392ec9bde9960a802fd3e1ba969ebe3c7aa4b568e240f86224659bf1cb45" +content-hash = "33ec1e659a22e5895f492f13c2051ab3b489bcf230e0849ad6993ab6de89063a" diff --git a/pyproject.toml b/pyproject.toml index 794f4d03..215c4119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ ruff = "^0.5.0" timeout-sampler = "^0.0.40" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.32" +pyhelper-utils = "^0.0.34" uwsgi = "^2.0.26" fastapi = "^0.112.0" python-simple-logger = "^1.0.30"