From cd8a11ad33137b6537d8cea5a3ab03e649dc54c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:50:05 +0000 Subject: [PATCH] chore(deps): update poetry-deps --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index c3c0734e..c4268358 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,12 +1672,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.31" +version = "0.0.32" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.31.tar.gz", hash = "sha256:8767daaeb548e12f7f58beb8e8b460c209f950bd8a2dd590b384c6f20992f72a"}, + {file = "pyhelper_utils-0.0.32.tar.gz", hash = "sha256:d0c8975082532d1d69653fb866583a74979f48256fd159ccd5cdbe2ab78ceb11"}, ] [package.dependencies] @@ -1762,12 +1762,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.34" +version = "1.0.35" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.34.tar.gz", hash = "sha256:66d00ee02b07e41e7b0c4349ffa63fdf0d01caf68f1f71d302e5e13968de62a4"}, + {file = "python_simple_logger-1.0.35.tar.gz", hash = "sha256:98628a1ad0ff7320e19a68b2c35d3a3ee5af469ffaf7eb72336cb3f8c7e7f91c"}, ] [package.dependencies] @@ -2180,12 +2180,12 @@ setuptools = "*" [[package]] name = "timeout-sampler" -version = "0.0.39" +version = "0.0.40" description = "Timeout utility class to wait for any function output and interact with it in given time" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "timeout_sampler-0.0.39.tar.gz", hash = "sha256:666dd3eec3f6303c1f0095414bcfd2246b845d5300f9965c171ec5703aa12587"}, + {file = "timeout_sampler-0.0.40.tar.gz", hash = "sha256:c6922b8cd5b6120b437e7a04087f3bef1c1646e706b25ec55a39ed7d6f6d5b32"}, ] [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 = "b80a4a99528f4648511b7f2c6838d28c3cab24d64e5601642611229ce51818ff" +content-hash = "804a392ec9bde9960a802fd3e1ba969ebe3c7aa4b568e240f86224659bf1cb45" diff --git a/pyproject.toml b/pyproject.toml index 83d36088..794f4d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,10 +49,10 @@ shortuuid = "^1.0.11" colorlog = "^6.7.0" colorama = "^0.4.6" ruff = "^0.5.0" -timeout-sampler = "^0.0.39" +timeout-sampler = "^0.0.40" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.31" +pyhelper-utils = "^0.0.32" uwsgi = "^2.0.26" fastapi = "^0.112.0" python-simple-logger = "^1.0.30"