From 3ea2a861a71f5aee228c21926f0c10911467b4f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:21:19 +0000 Subject: [PATCH] fix(hm-locust): update dependency locust to v2.32.2 (#20314) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hm-locust/poetry.lock | 8 ++++---- hm-locust/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hm-locust/poetry.lock b/hm-locust/poetry.lock index 35f1374b86..baa0d2af13 100644 --- a/hm-locust/poetry.lock +++ b/hm-locust/poetry.lock @@ -713,13 +713,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "locust" -version = "2.32.1" +version = "2.32.2" description = "Developer-friendly load testing framework" optional = false python-versions = ">=3.9" files = [ - {file = "locust-2.32.1-py3-none-any.whl", hash = "sha256:3fb5548b4f2b6477fa5229ee55ac3dddbae56e86c3430bf2ba3fee358eb7e7bb"}, - {file = "locust-2.32.1.tar.gz", hash = "sha256:8c3b1094dbf20860fd2f6e26b68f0c6064dc28054f4462664389d102fce1448b"}, + {file = "locust-2.32.2-py3-none-any.whl", hash = "sha256:54a4ec106ec0ee79305deda4659b3f325c1e87b134face75d5da6525adde6316"}, + {file = "locust-2.32.2.tar.gz", hash = "sha256:d2920bc7f19d7f3bedee6cc2cafddc547ba128cba51e5e339c308e14fb88f1a7"}, ] [package.dependencies] @@ -1334,4 +1334,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.13.0" -content-hash = "846909ebce44328d5af635792f54864fed2dcb9a5311945e71578755b519b118" +content-hash = "fa2e6552b1b9e09766c09abafb5db0d9c69edbd8691d92edf61f53ef5ef3ee78" diff --git a/hm-locust/pyproject.toml b/hm-locust/pyproject.toml index 390e6da826..b8615af51d 100644 --- a/hm-locust/pyproject.toml +++ b/hm-locust/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "~3.13.0" -locust = "2.32.1" +locust = "2.32.2" python-dotenv = "1.0.1" python-magic = "0.4.27"