Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump locust from 2.29.1 to 2.31.1 (#352)
Bumps [locust](https://github.com/locustio/locust) from 2.29.1 to 2.31.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>Fix issue with downloading HTML report, update package.json for webui build by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2834">locustio/locust#2834</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/locustio/locust/compare/2.31.0...2.31.1">https://github.com/locustio/locust/compare/2.31.0...2.31.1</a></p> <h2>2.31.0</h2> <h2>What's Changed</h2> <ul> <li>Fix HTML Report Stats Table by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2817">locustio/locust#2817</a></li> <li>URL Directory, and Multi-File Support for Locustfile Distribution by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2766">locustio/locust#2766</a></li> <li>Locust UI Charts Should Change Color Based on Theme by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2815">locustio/locust#2815</a></li> <li>Locust UI as a Module by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2804">locustio/locust#2804</a></li> <li>Integrations for Locust Cloud by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2824">locustio/locust#2824</a></li> <li>Simplify fixed_count Users generation in UsersDispatcher._user_gen by <a href="https://github.com/tdadela"><code>@tdadela</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2783">locustio/locust#2783</a></li> <li>Log a message if total fixed_count is higher than number of users to spawn by <a href="https://github.com/cyberw"><code>@cyberw</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2793">locustio/locust#2793</a></li> <li>Bump Node by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2825">locustio/locust#2825</a></li> <li>Improve Echarts and Expose Line and Axis Configuration by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2826">locustio/locust#2826</a></li> <li>Github Actions: Use node 20.x (fix PyPI Release and pre-Release Steps) by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2828">locustio/locust#2828</a></li> <li>Fix docker build for release by <a href="https://github.com/cyberw"><code>@cyberw</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2830">locustio/locust#2830</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/locustio/locust/compare/2.30.0...2.31.0">https://github.com/locustio/locust/compare/2.30.0...2.31.0</a></p> <h2>2.30.0</h2> <h2>What's Changed</h2> <ul> <li>FastHttpSession: Enable passing json as a positional argument for post() and stop converting response times to int by <a href="https://github.com/tdadela"><code>@tdadela</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2772">locustio/locust#2772</a></li> <li>Remove Line Chart Default Zoom by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2774">locustio/locust#2774</a></li> <li>FastHttpSession requests typing by <a href="https://github.com/tdadela"><code>@tdadela</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2775">locustio/locust#2775</a></li> <li>new events for heartbeat and usage monitor by <a href="https://github.com/mgor"><code>@mgor</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2777">locustio/locust#2777</a></li> <li>dispatch benchmark test improvements by <a href="https://github.com/tdadela"><code>@tdadela</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2780">locustio/locust#2780</a></li> <li>SequentialTaskSet: Allow weighted tasks and dict in .tasks by <a href="https://github.com/bakhtos"><code>@bakhtos</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2742">locustio/locust#2742</a></li> <li>Fix StatsEntry docstring by <a href="https://github.com/tdadela"><code>@tdadela</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2784">locustio/locust#2784</a></li> <li>Implement Poetry build system (mainly so we don't have to commit dynamically generated front end bundles to git) by <a href="https://github.com/mquinnfd"><code>@mquinnfd</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2725">locustio/locust#2725</a></li> <li>Typing: strict optional in dispatch.py by <a href="https://github.com/tdadela"><code>@tdadela</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2779">locustio/locust#2779</a></li> <li>Correctly set version from Poetry in published builds by <a href="https://github.com/mquinnfd"><code>@mquinnfd</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2791">locustio/locust#2791</a></li> <li>Fix Extend Webui Example by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2800">locustio/locust#2800</a></li> <li>Provide warning for local installs where yarn is not present by <a href="https://github.com/mquinnfd"><code>@mquinnfd</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2801">locustio/locust#2801</a></li> <li>Fix tests on windows by <a href="https://github.com/mquinnfd"><code>@mquinnfd</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2803">locustio/locust#2803</a></li> <li>Add example of a bottlenecked server and use that test to make a new graph for the docs by <a href="https://github.com/cyberw"><code>@cyberw</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2805">locustio/locust#2805</a></li> <li>Replace total avg response time with 50 percentile (avg was broken) by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2806">locustio/locust#2806</a></li> <li>Avoid deadlock in gevent/urllib3 connection pool (fixes occasional worker heartbeat timeouts) by <a href="https://github.com/tdadela"><code>@tdadela</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2813">locustio/locust#2813</a></li> <li>Fix Dockerfile style warning by <a href="https://github.com/mehrdadbn9"><code>@mehrdadbn9</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2814">locustio/locust#2814</a></li> <li>Fix pypy gc.freeze() AttributeError by <a href="https://github.com/jimoleary"><code>@jimoleary</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2819">locustio/locust#2819</a></li> <li>Update poetry windows tests by <a href="https://github.com/mquinnfd"><code>@mquinnfd</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2821">locustio/locust#2821</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bakhtos"><code>@bakhtos</code></a> made their first contribution in <a href="https://redirect.github.com/locustio/locust/pull/2742">locustio/locust#2742</a></li> <li><a href="https://github.com/mquinnfd"><code>@mquinnfd</code></a> made their first contribution in <a href="https://redirect.github.com/locustio/locust/pull/2725">locustio/locust#2725</a></li> <li><a href="https://github.com/mehrdadbn9"><code>@mehrdadbn9</code></a> made their first contribution in <a href="https://redirect.github.com/locustio/locust/pull/2814">locustio/locust#2814</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.1">2.31.1</a> (2024-08-05)</h2> <p><a href="https://github.com/locustio/locust/compare/2.31.0...2.31.1">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix issue with downloading HTML report, update package.json for webui build <a href="https://redirect.github.com/locustio/locust/pull/2834">#2834</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> </ul> <h2><a href="https://github.com/locustio/locust/tree/2.31.0">2.31.0</a> (2024-08-05)</h2> <p><a href="https://github.com/locustio/locust/compare/2.30.0...2.31.0">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix docker build for release <a href="https://redirect.github.com/locustio/locust/pull/2830">#2830</a> (<a href="https://github.com/cyberw">cyberw</a>)</li> <li>Github Actions: Use node 20.x (fix PyPI Release and pre-Release Steps) <a href="https://redirect.github.com/locustio/locust/pull/2828">#2828</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Improve Echarts and Expose Line and Axis Configuration <a href="https://redirect.github.com/locustio/locust/pull/2826">#2826</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Bump Node <a href="https://redirect.github.com/locustio/locust/pull/2825">#2825</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Integrations for Locust Cloud <a href="https://redirect.github.com/locustio/locust/pull/2824">#2824</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Fix HTML Report Stats Table <a href="https://redirect.github.com/locustio/locust/pull/2817">#2817</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Locust UI Charts Should Change Color Based on Theme <a href="https://redirect.github.com/locustio/locust/pull/2815">#2815</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Locust UI as a Module <a href="https://redirect.github.com/locustio/locust/pull/2804">#2804</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Log a message if total fixed_count is higher than number of users to spawn <a href="https://redirect.github.com/locustio/locust/pull/2793">#2793</a> (<a href="https://github.com/cyberw">cyberw</a>)</li> <li>Simplify fixed_count Users generation in UsersDispatcher._user_gen <a href="https://redirect.github.com/locustio/locust/pull/2783">#2783</a> (<a href="https://github.com/tdadela">tdadela</a>)</li> <li>URL Directory, and Multi-File Support for Locustfile Distribution <a href="https://redirect.github.com/locustio/locust/pull/2766">#2766</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> </ul> <h2><a href="https://github.com/locustio/locust/tree/2.30.0">2.30.0</a> (2024-07-31)</h2> <p><a href="https://github.com/locustio/locust/compare/2.29.1...2.30.0">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Locust / pypy fails with "AttributeError: module 'gc' has no attribute 'freeze'" error. <a href="https://redirect.github.com/locustio/locust/issues/2818">#2818</a></li> <li>Worker sometimes fails to send heartbeat after upgrade to urllib3>=1.26.16 <a href="https://redirect.github.com/locustio/locust/issues/2812">#2812</a></li> <li>Web UI lacking asset <a href="https://redirect.github.com/locustio/locust/issues/2781">#2781</a></li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Charts Update Is Delayed <a href="https://redirect.github.com/locustio/locust/issues/2771">#2771</a></li> <li>Use <code>itertools.cycle</code> in <code>SequentialTaskSet</code> <a href="https://redirect.github.com/locustio/locust/issues/2740">#2740</a></li> <li><code>SequentialTaskSet</code> handles task weights in an inconsistent way <a href="https://redirect.github.com/locustio/locust/issues/2739">#2739</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Update poetry windows tests <a href="https://redirect.github.com/locustio/locust/pull/2821">#2821</a> (<a href="https://github.com/mquinnfd">mquinnfd</a>)</li> <li>Fix pypy gc.freeze() AttributeError <a href="https://redirect.github.com/locustio/locust/pull/2819">#2819</a> (<a href="https://github.com/jimoleary">jimoleary</a>)</li> <li>Fix Dockerfile style warning <a href="https://redirect.github.com/locustio/locust/pull/2814">#2814</a> (<a href="https://github.com/mehrdadbn9">mehrdadbn9</a>)</li> <li>Avoid deadlock in gevent/urllib3 connection pool (fixes occasional worker heartbeat timeouts) <a href="https://redirect.github.com/locustio/locust/pull/2813">#2813</a> (<a href="https://github.com/tdadela">tdadela</a>)</li> <li>Replace total avg response time with 50 percentile (avg was broken) <a href="https://redirect.github.com/locustio/locust/pull/2806">#2806</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Add example of a bottlenecked server and use that test to make a new graph for the docs <a href="https://redirect.github.com/locustio/locust/pull/2805">#2805</a> (<a href="https://github.com/cyberw">cyberw</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/locustio/locust/commit/336107343a7a517b4356bfbbdc1ebf28a5fea47a"><code>3361073</code></a> update changelog for 2.31.1</li> <li><a href="https://github.com/locustio/locust/commit/332cbb61f91203d4fb2c29a901d4d248fe287305"><code>332cbb6</code></a> Merge pull request <a href="https://redirect.github.com/locustio/locust/issues/2834">#2834</a> from andrewbaldwin44/bugfix/webui-build</li> <li><a href="https://github.com/locustio/locust/commit/7d167b26371a4a66e950879e88006be2f706e1c6"><code>7d167b2</code></a> Add raw</li> <li><a href="https://github.com/locustio/locust/commit/2b6264de476ffce7d5bdc319196bc65ce8cfc065"><code>2b6264d</code></a> Add provider to html report</li> <li><a href="https://github.com/locustio/locust/commit/f595f93bef7ded13dabfd17070e66b75da25b315"><code>f595f93</code></a> Update package.json for webui build</li> <li><a href="https://github.com/locustio/locust/commit/44235ce3f593028d472a8122655659f0ef12f247"><code>44235ce</code></a> Update changelog for 2.31.0</li> <li><a href="https://github.com/locustio/locust/commit/90ab24a6b21dc975151cc73cdcf9114ef8ab5d1b"><code>90ab24a</code></a> Dont crash in flask errorhandler if error code doesnt exist. Should improve e...</li> <li><a href="https://github.com/locustio/locust/commit/bfe75767eea20b78786eff164265391f722c8652"><code>bfe7576</code></a> Merge pull request <a href="https://redirect.github.com/locustio/locust/issues/2830">#2830</a> from locustio/fix-docker-build-for-release</li> <li><a href="https://github.com/locustio/locust/commit/9db8c4a1f5efdde52ffdc78e31bde7c8aa78a67f"><code>9db8c4a</code></a> gh actions: comment out the whole poetry song and dance for verify_docker_bui...</li> <li><a href="https://github.com/locustio/locust/commit/60dfc610d6f983325575f2b07f4459fb8b882c34"><code>60dfc61</code></a> GH actions: add set up python step</li> <li>Additional commits viewable in <a href="https://github.com/locustio/locust/compare/2.29.1...2.31.1">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.29.1&new-version=2.31.1)](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