From fb71b3894cc3fa4a05edb16f87c46c583041b931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 21:48:31 +0000 Subject: [PATCH] Update poetry-deps --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9ff2799..a9084e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -780,12 +780,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.34" +version = "0.0.35" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.34.tar.gz", hash = "sha256:53f00dec369b22fdd885d207fc10cc758757033a816c3b407407b97b7a14f1e9"}, + {file = "pyhelper_utils-0.0.35.tar.gz", hash = "sha256:6cf16a627df07f92250148c1e590e72d98b85ddb81324974f6f0326b0fd74a40"}, ] [package.dependencies] @@ -910,12 +910,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.35" +version = "1.0.36" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.35.tar.gz", hash = "sha256:98628a1ad0ff7320e19a68b2c35d3a3ee5af469ffaf7eb72336cb3f8c7e7f91c"}, + {file = "python_simple_logger-1.0.36.tar.gz", hash = "sha256:7187af94507e48e8460ce625dbb80fc30e07357ec774fc5378a90fa241a35971"}, ] [package.dependencies] @@ -1132,4 +1132,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "162cd4eca6458e2cbe852544de179e4365cdc4880506ca3d31fb0b6eb7e5ddab" +content-hash = "3ed264b04609b8339904c4b50f5a297982335fa29a58da41443fe460e70c0488" diff --git a/pyproject.toml b/pyproject.toml index bdae435..479f700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pyutils-polarion-set-automated = "apps.polarion.polarion_set_automated:polarion_ python = "^3.8" python-simple-logger = "^1.0.8" pylero = "^0.1.0" -pyhelper-utils = "^0.0.34" +pyhelper-utils = "^0.0.35" pytest-mock = "^3.14.0" pyyaml = "^6.0.1"