From 2365405f3b0fb630f558c4f87b89f3e7b97e7b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:59:05 -0600 Subject: [PATCH] build(deps-dev): bump locust from 2.31.5 to 2.31.6 (#409) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [locust](https://github.com/locustio/locust) from 2.31.5 to 2.31.6.
Release notes

Sourced from locust's releases.

2.31.6

What's Changed

New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.31.5...2.31.6

Changelog

Sourced from locust's changelog.

2.31.6 (2024-09-15)

Full Changelog

Fixed bugs:

Closed issues:

Merged pull requests:

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=locust&package-manager=pip&previous-version=2.31.5&new-version=2.31.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9fc8ad47..5fbe6408 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1216,13 +1216,13 @@ typing-extensions = ">=4.5.0" [[package]] name = "locust" -version = "2.31.5" +version = "2.31.6" description = "Developer-friendly load testing framework" optional = false python-versions = ">=3.9" files = [ - {file = "locust-2.31.5-py3-none-any.whl", hash = "sha256:2904ff6307d54d3202c9ebd776f9170214f6dfbe4059504dad9e3ffaca03f600"}, - {file = "locust-2.31.5.tar.gz", hash = "sha256:14b2fa6f95bf248668e6dc92d100a44f06c5dcb1c26f88a5442bcaaee18faceb"}, + {file = "locust-2.31.6-py3-none-any.whl", hash = "sha256:004c963c7a588dc15d57d710cdc6a262d85b57936d7fad3c38ac0657aa98fc3b"}, + {file = "locust-2.31.6.tar.gz", hash = "sha256:03b6da0491d6a0b905692d9ac128d9deec403f40dc605c481a90dbab5126318c"}, ] [package.dependencies] @@ -3256,4 +3256,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "1125e9b2a21e610599862402efdaea0df589d8b43ae9eaa0c2a3391f25b61fe7" +content-hash = "97c5c7c99a125060c5e2835b35e4f8d1186a9042da508257e60cd616548b9a08" diff --git a/pyproject.toml b/pyproject.toml index 751dd523..8cb4f771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = "24.8.0" [tool.poetry.group.load-testing.dependencies] -locust = "^2.31.5" +locust = "^2.31.6" httpx = "^0.27.2"