From 2fc9dfe4688eae4e93d83e5d48efbbb8833aa4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:09:03 +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 cb0e70ae..ed6aa324 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1822,12 +1822,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.29" +version = "0.0.30" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.29.tar.gz", hash = "sha256:e5d5b25c6fbfaf13ce296b8a11c0fded6e49210ce90cff2095171d8923a8ff11"}, + {file = "pyhelper_utils-0.0.30.tar.gz", hash = "sha256:16279389fe869080b2418e387ca0ea91144732f2543a987a4b0d76281bca1700"}, ] [package.dependencies] @@ -1940,12 +1940,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.33" +version = "1.0.34" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.33.tar.gz", hash = "sha256:fa34931dd16a16972a327c140fc6f0f0549915e58952994a5a2cad73c4f70423"}, + {file = "python_simple_logger-1.0.34.tar.gz", hash = "sha256:66d00ee02b07e41e7b0c4349ffa63fdf0d01caf68f1f71d302e5e13968de62a4"}, ] [package.dependencies] @@ -2356,12 +2356,12 @@ setuptools = "*" [[package]] name = "timeout-sampler" -version = "0.0.37" +version = "0.0.38" 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.37.tar.gz", hash = "sha256:4f6a0f6c5f46c647600fbcc46ab4b2d84bf897baa7a4b32cd54afc7293a72832"}, + {file = "timeout_sampler-0.0.38.tar.gz", hash = "sha256:e2b2873ccde830d802fde2b545f385a3b60f47970c4e354f5e6fc976f616a690"}, ] [package.dependencies] @@ -2920,4 +2920,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "374e125a78e5144fda964871e354c80117255e9b045607a7672ff22af53588d2" +content-hash = "3afd74fc8baab26d545995f491d878f4fb769188960d45dcb1b444a7ad7ffcb0" diff --git a/pyproject.toml b/pyproject.toml index d7d09013..3a737455 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.37" +timeout-sampler = "^0.0.38" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.29" +pyhelper-utils = "^0.0.30" uwsgi = "^2.0.26" fastapi = "^0.111.0" python-simple-logger = "^1.0.30"