From 6311f933f8078a4909149e13a0cb4b1c47204843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:43:22 +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 aa608464..3194d592 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,12 +1672,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.40" +version = "0.0.41" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.40.tar.gz", hash = "sha256:20f8c2a7d0c9ae3983fcfb60249e74ee0d674cbe742d375357474fa990a497ed"}, + {file = "pyhelper_utils-0.0.41.tar.gz", hash = "sha256:cbe67c1f4b7385605f65ae7dfc254d6aa651958203fa69e935e1fd48cd01a44e"}, ] [package.dependencies] @@ -1762,12 +1762,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.38" +version = "1.0.39" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.38.tar.gz", hash = "sha256:3e88a22f31485b1ab5d1c4da56ffe8dd27d6453f79f6f9859978ecd76083f58e"}, + {file = "python_simple_logger-1.0.39.tar.gz", hash = "sha256:e66957ec05d03fd064d1753d6477da7864fe108c6c7ed9aad3b0f03d6d210e24"}, ] [package.dependencies] @@ -2180,12 +2180,12 @@ setuptools = "*" [[package]] name = "timeout-sampler" -version = "0.0.44" +version = "0.0.45" 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.44.tar.gz", hash = "sha256:5552d30cf222f5cd3bae519b861ad255982fdb690cdb2b0c0bfd0ccbd45a20af"}, + {file = "timeout_sampler-0.0.45.tar.gz", hash = "sha256:07c5b439c9240312fc4074114093823c0b017a568325cdd1c122a0233628ec37"}, ] [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 = "e3f77e894be670f8a280c81762900c33fc3d42a61866c9940e637f003616661d" +content-hash = "d3747b4de46275d1bf82a9efb842e8ee4d79cf58f7e70a5e54d49066de39fdb9" diff --git a/pyproject.toml b/pyproject.toml index 73b719f9..d9e0c3ba 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.6.0" -timeout-sampler = "^0.0.44" +timeout-sampler = "^0.0.45" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.40" +pyhelper-utils = "^0.0.41" uwsgi = "^2.0.26" fastapi = "^0.115.0" python-simple-logger = "^1.0.30"