From a419e6a9fd6c6274a67cb9498c060d6ce5daa496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:42:45 +0000 Subject: [PATCH] deps: bump locust from 2.31.6 to 2.31.8 Bumps [locust](https://github.com/locustio/locust) from 2.31.6 to 2.31.8. - [Release notes](https://github.com/locustio/locust/releases) - [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md) - [Commits](https://github.com/locustio/locust/compare/2.31.6...2.31.8) --- updated-dependencies: - dependency-name: locust dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index afae9ec..62e87f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1229,13 +1229,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "locust" -version = "2.31.6" +version = "2.31.8" description = "Developer-friendly load testing framework" optional = false python-versions = ">=3.9" files = [ - {file = "locust-2.31.6-py3-none-any.whl", hash = "sha256:004c963c7a588dc15d57d710cdc6a262d85b57936d7fad3c38ac0657aa98fc3b"}, - {file = "locust-2.31.6.tar.gz", hash = "sha256:03b6da0491d6a0b905692d9ac128d9deec403f40dc605c481a90dbab5126318c"}, + {file = "locust-2.31.8-py3-none-any.whl", hash = "sha256:4194e3d4a0472f1206c51532ed527017f3da1a7d1037ca4b2f0735d5dcd2f78f"}, + {file = "locust-2.31.8.tar.gz", hash = "sha256:b240c0d3e1724317d9211e81e99fbe42a3469071ef4d34d2ae6a727776d56377"}, ] [package.dependencies] @@ -2799,4 +2799,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6ff4f07935f8d831c135b4b10c6b88ba5cb6d6fe06258ce78038572b4f5f68f9" +content-hash = "17f408d7e9aedcd32be0e1d9a4bec290ac0bb543ccece213dc5d34b8fde6076b" diff --git a/pyproject.toml b/pyproject.toml index c6507c8..1165bdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ pytest-randomly = '^3.15.0' pytest-deadfixtures = '^2.2.1' [tool.poetry.group.test_performance.dependencies] -locust = '^2.20.0' +locust = '^2.31.8' [build-system]