Skip to content

Commit

Permalink
build(deps-dev): bump locust from 2.31.5 to 2.31.6 (#409)
Browse files Browse the repository at this point in the history
Bumps [locust](https://github.com/locustio/locust) from 2.31.5 to
2.31.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/locustio/locust/releases">locust's
releases</a>.</em></p>
<blockquote>
<h2>2.31.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Simplify Generator annotations - PEP 696 by <a
href="https://github.com/tdadela"><code>@​tdadela</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/2886">locustio/locust#2886</a></li>
<li>Fix FastHttpSession.request json typing by <a
href="https://github.com/tdadela"><code>@​tdadela</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/2885">locustio/locust#2885</a></li>
<li>Filename from URL Should Strip Query Params by <a
href="https://github.com/andrewbaldwin44"><code>@​andrewbaldwin44</code></a>
in <a
href="https://redirect.github.com/locustio/locust/pull/2887">locustio/locust#2887</a></li>
<li>Update README.md by <a
href="https://github.com/JonanOribe"><code>@​JonanOribe</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/2889">locustio/locust#2889</a></li>
<li>Remove redundant None in Any | None annotations by <a
href="https://github.com/tdadela"><code>@​tdadela</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/2892">locustio/locust#2892</a></li>
<li>Fix _kl_generator by filtering nonpositive User weights by <a
href="https://github.com/tdadela"><code>@​tdadela</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/2891">locustio/locust#2891</a></li>
<li>Add worker_count = 1 to LocalRunner for parity with MasterRunner by
<a href="https://github.com/tarkatronic"><code>@​tarkatronic</code></a>
in <a
href="https://redirect.github.com/locustio/locust/pull/2900">locustio/locust#2900</a></li>
<li>Update Webui README by <a
href="https://github.com/andrewbaldwin44"><code>@​andrewbaldwin44</code></a>
in <a
href="https://redirect.github.com/locustio/locust/pull/2901">locustio/locust#2901</a></li>
<li>Add Error Message for Accessing Login Manager without --web-login by
<a
href="https://github.com/andrewbaldwin44"><code>@​andrewbaldwin44</code></a>
in <a
href="https://redirect.github.com/locustio/locust/pull/2902">locustio/locust#2902</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/tarkatronic"><code>@​tarkatronic</code></a>
made their first contribution in <a
href="https://redirect.github.com/locustio/locust/pull/2900">locustio/locust#2900</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/locustio/locust/compare/2.31.5...2.31.6">https://github.com/locustio/locust/compare/2.31.5...2.31.6</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/locustio/locust/blob/master/CHANGELOG.md">locust's
changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/locustio/locust/tree/2.31.6">2.31.6</a>
(2024-09-15)</h2>
<p><a
href="https://github.com/locustio/locust/compare/2.31.5...2.31.6">Full
Changelog</a></p>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>RPS vs Total Running Users <a
href="https://redirect.github.com/locustio/locust/issues/2895">#2895</a></li>
<li>Overwriting weight by config-users may lead to crash <a
href="https://redirect.github.com/locustio/locust/issues/2852">#2852</a></li>
<li>FastHttpSession requests typing for the json argument should support
lists <a
href="https://redirect.github.com/locustio/locust/issues/2842">#2842</a></li>
<li>Dockerfile warning <a
href="https://redirect.github.com/locustio/locust/issues/2811">#2811</a></li>
</ul>
<p><strong>Closed issues:</strong></p>
<ul>
<li>Cleaning up the build process <a
href="https://redirect.github.com/locustio/locust/issues/2857">#2857</a></li>
<li>Simplify GitHub Actions using install-poetry <a
href="https://redirect.github.com/locustio/locust/issues/2822">#2822</a></li>
</ul>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Add Error Message for Accessing Login Manager without --web-login <a
href="https://redirect.github.com/locustio/locust/pull/2902">#2902</a>
(<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li>
<li>Update Webui README <a
href="https://redirect.github.com/locustio/locust/pull/2901">#2901</a>
(<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li>
<li>fix: Add worker_count = 1 to LocalRunner for parity with
MasterRunner <a
href="https://redirect.github.com/locustio/locust/pull/2900">#2900</a>
(<a href="https://github.com/tarkatronic">tarkatronic</a>)</li>
<li>Remove redundant None in Any | None annotations <a
href="https://redirect.github.com/locustio/locust/pull/2892">#2892</a>
(<a href="https://github.com/tdadela">tdadela</a>)</li>
<li>Fix _kl_generator by filtering nonpositive User weights <a
href="https://redirect.github.com/locustio/locust/pull/2891">#2891</a>
(<a href="https://github.com/tdadela">tdadela</a>)</li>
<li>Update README.md <a
href="https://redirect.github.com/locustio/locust/pull/2889">#2889</a>
(<a href="https://github.com/JonanOribe">JonanOribe</a>)</li>
<li>Filename from URL Should Strip Query Params <a
href="https://redirect.github.com/locustio/locust/pull/2887">#2887</a>
(<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li>
<li>Simplify Generator annotations - PEP 696 <a
href="https://redirect.github.com/locustio/locust/pull/2886">#2886</a>
(<a href="https://github.com/tdadela">tdadela</a>)</li>
<li>Fix FastHttpSession.request json typing <a
href="https://redirect.github.com/locustio/locust/pull/2885">#2885</a>
(<a href="https://github.com/tdadela">tdadela</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/locustio/locust/commit/7a8ec0e04569cac1a410c5d223944b5d7b5f7dbd"><code>7a8ec0e</code></a>
gh actions: pin python to 3.12.5 on windows, because .6 has issues (No
Python...</li>
<li><a
href="https://github.com/locustio/locust/commit/70f3551f6694b1fd0622308a75453472a17fcba8"><code>70f3551</code></a>
update auto changelog for 2.31.6</li>
<li><a
href="https://github.com/locustio/locust/commit/d7fc3b48ab96814be294dac4053cd5286045a650"><code>d7fc3b4</code></a>
changelog</li>
<li><a
href="https://github.com/locustio/locust/commit/92fda19a88711142f836e46b4a1d56324a037195"><code>92fda19</code></a>
doc fix</li>
<li><a
href="https://github.com/locustio/locust/commit/54f30cd5f86e61272dba4ef7affb7cf24adfe999"><code>54f30cd</code></a>
Merge pull request <a
href="https://redirect.github.com/locustio/locust/issues/2902">#2902</a>
from andrewbaldwin44/bugfix/login-manager-error-message</li>
<li><a
href="https://github.com/locustio/locust/commit/1f4fcc9afa5fcf2a5d334a581e3855f6af8db2d3"><code>1f4fcc9</code></a>
Add error message for login manager</li>
<li><a
href="https://github.com/locustio/locust/commit/4120e5b597071baf276b1a5d63e84ab2f9bbdb8d"><code>4120e5b</code></a>
Merge pull request <a
href="https://redirect.github.com/locustio/locust/issues/2901">#2901</a>
from andrewbaldwin44/task/readme</li>
<li><a
href="https://github.com/locustio/locust/commit/30c8c8be201d809d1636b84bca93de62a25b30a1"><code>30c8c8b</code></a>
Update webui README</li>
<li><a
href="https://github.com/locustio/locust/commit/b3e85aef26747c8fe7c63972910e565f3427dac5"><code>b3e85ae</code></a>
Merge pull request <a
href="https://redirect.github.com/locustio/locust/issues/2900">#2900</a>
from tarkatronic/fix/local-runner-worker-info</li>
<li><a
href="https://github.com/locustio/locust/commit/a019463b56a44790ad97c7f18c1535c9745107cf"><code>a019463</code></a>
fix: Fix the custom_messages example to work with LocalRunner</li>
<li>Additional commits viewable in <a
href="https://github.com/locustio/locust/compare/2.31.5...2.31.6">compare
view</a></li>
</ul>
</details>
<br />


[![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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent cf349ab commit 2365405
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 2365405

Please sign in to comment.