From 109842610e954ff62ec9f25eae1d5edea0b99ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:57:00 +0000 Subject: [PATCH] fix(hm-locust): update dependency locust to v2.32.3 (#20530) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hm-locust/pyproject.toml | 2 +- hm-locust/uv.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hm-locust/pyproject.toml b/hm-locust/pyproject.toml index d1f8e9814d..d48780eb39 100644 --- a/hm-locust/pyproject.toml +++ b/hm-locust/pyproject.toml @@ -3,7 +3,7 @@ name = "hm-locust" version = "1.0.0" requires-python = "~=3.13.0" dependencies = [ - "locust==2.32.2", + "locust==2.32.3", "python-dotenv==1.0.1", "python-magic==0.4.27", ] diff --git a/hm-locust/uv.lock b/hm-locust/uv.lock index f43103a5df..4b5ed0168f 100644 --- a/hm-locust/uv.lock +++ b/hm-locust/uv.lock @@ -235,7 +235,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "locust", specifier = "==2.32.2" }, + { name = "locust", specifier = "==2.32.3" }, { name = "python-dotenv", specifier = "==1.0.1" }, { name = "python-magic", specifier = "==0.4.27" }, ] @@ -275,7 +275,7 @@ wheels = [ [[package]] name = "locust" -version = "2.32.2" +version = "2.32.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "configargparse" }, @@ -289,11 +289,12 @@ dependencies = [ { name = "pywin32", marker = "sys_platform == 'win32'" }, { name = "pyzmq" }, { name = "requests" }, + { name = "setuptools" }, { name = "werkzeug" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fa/e0/4edfb0d7481854b0f9333dc2a217754f8f7d748e85eaa7024b791c5fa920/locust-2.32.2.tar.gz", hash = "sha256:d2920bc7f19d7f3bedee6cc2cafddc547ba128cba51e5e339c308e14fb88f1a7", size = 1193192 } +sdist = { url = "https://files.pythonhosted.org/packages/cc/4c/3f7ab09636188379d8d76748fe87ce115a36d725d2103a6f9c012e462408/locust-2.32.3.tar.gz", hash = "sha256:2b92df32c414a272dde321da4afd9e148b5fec32213fe2a260885a469374132b", size = 1193799 } wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/da/f2ab3fafec35a483f3e5e19c86c11dae3ad3eb43aba5f2c1cf4550a92390/locust-2.32.2-py3-none-any.whl", hash = "sha256:54a4ec106ec0ee79305deda4659b3f325c1e87b134face75d5da6525adde6316", size = 1210542 }, + { url = "https://files.pythonhosted.org/packages/fe/87/a95d82cace086cfb0dc8d5417dc068779a653aaaf7aa5b266aa47f142131/locust-2.32.3-py3-none-any.whl", hash = "sha256:ebfce96f82b0b31418a498ae97724fdba9a41754e88471de56920339f3974347", size = 1211120 }, ] [[package]]