chore(deps): update dependency locust to v2.31.1 #79

Merged
realaravinth merged 1 commit from renovate/locust-2.x into master 2024-08-06 16:36:56 +05:30
Member

This PR contains the following updates:

Package Update Change
locust (source) minor ==2.29.1 -> ==2.31.1

Release Notes

locustio/locust (locust)

v2.31.1

Compare Source

Full Changelog

Merged pull requests:

v2.31.0

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.30.0...2.31.0

v2.30.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.29.1...2.30.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [locust](https://locust.io/) ([source](https://github.com/locustio/locust)) | minor | `==2.29.1` -> `==2.31.1` | --- ### Release Notes <details> <summary>locustio/locust (locust)</summary> ### [`v2.31.1`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2311-2024-08-05) [Compare Source](https://github.com/locustio/locust/compare/2.31.0...2.31.1) [Full Changelog](https://github.com/locustio/locust/compare/2.31.0...2.31.1) **Merged pull requests:** - Fix issue with downloading HTML report, update package.json for webui build [#&#8203;2834](https://github.com/locustio/locust/pull/2834) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) ### [`v2.31.0`](https://github.com/locustio/locust/releases/tag/2.31.0) ##### What's Changed - Fix HTML Report Stats Table by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2817 - URL Directory, and Multi-File Support for Locustfile Distribution by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2766 - Locust UI Charts Should Change Color Based on Theme by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2815 - Locust UI as a Module by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2804 - Integrations for Locust Cloud by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2824 - Simplify fixed_count Users generation in UsersDispatcher.\_user_gen by [@&#8203;tdadela](https://github.com/tdadela) in https://github.com/locustio/locust/pull/2783 - Log a message if total fixed_count is higher than number of users to spawn by [@&#8203;cyberw](https://github.com/cyberw) in https://github.com/locustio/locust/pull/2793 - Bump Node by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2825 - Improve Echarts and Expose Line and Axis Configuration by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2826 - Github Actions: Use node 20.x (fix PyPI Release and pre-Release Steps) by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2828 - Fix docker build for release by [@&#8203;cyberw](https://github.com/cyberw) in https://github.com/locustio/locust/pull/2830 **Full Changelog**: https://github.com/locustio/locust/compare/2.30.0...2.31.0 ### [`v2.30.0`](https://github.com/locustio/locust/releases/tag/2.30.0) [Compare Source](https://github.com/locustio/locust/compare/2.29.1...2.30.0) ##### What's Changed - FastHttpSession: Enable passing json as a positional argument for post() and stop converting response times to int by [@&#8203;tdadela](https://github.com/tdadela) in https://github.com/locustio/locust/pull/2772 - Remove Line Chart Default Zoom by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2774 - FastHttpSession requests typing by [@&#8203;tdadela](https://github.com/tdadela) in https://github.com/locustio/locust/pull/2775 - new events for heartbeat and usage monitor by [@&#8203;mgor](https://github.com/mgor) in https://github.com/locustio/locust/pull/2777 - dispatch benchmark test improvements by [@&#8203;tdadela](https://github.com/tdadela) in https://github.com/locustio/locust/pull/2780 - SequentialTaskSet: Allow weighted tasks and dict in .tasks by [@&#8203;bakhtos](https://github.com/bakhtos) in https://github.com/locustio/locust/pull/2742 - Fix StatsEntry docstring by [@&#8203;tdadela](https://github.com/tdadela) in https://github.com/locustio/locust/pull/2784 - Implement Poetry build system (mainly so we don't have to commit dynamically generated front end bundles to git) by [@&#8203;mquinnfd](https://github.com/mquinnfd) in https://github.com/locustio/locust/pull/2725 - Typing: strict optional in dispatch.py by [@&#8203;tdadela](https://github.com/tdadela) in https://github.com/locustio/locust/pull/2779 - Correctly set version from Poetry in published builds by [@&#8203;mquinnfd](https://github.com/mquinnfd) in https://github.com/locustio/locust/pull/2791 - Fix Extend Webui Example by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2800 - Provide warning for local installs where yarn is not present by [@&#8203;mquinnfd](https://github.com/mquinnfd) in https://github.com/locustio/locust/pull/2801 - Fix tests on windows by [@&#8203;mquinnfd](https://github.com/mquinnfd) in https://github.com/locustio/locust/pull/2803 - Add example of a bottlenecked server and use that test to make a new graph for the docs by [@&#8203;cyberw](https://github.com/cyberw) in https://github.com/locustio/locust/pull/2805 - Replace total avg response time with 50 percentile (avg was broken) by [@&#8203;andrewbaldwin44](https://github.com/andrewbaldwin44) in https://github.com/locustio/locust/pull/2806 - Avoid deadlock in gevent/urllib3 connection pool (fixes occasional worker heartbeat timeouts) by [@&#8203;tdadela](https://github.com/tdadela) in https://github.com/locustio/locust/pull/2813 - Fix Dockerfile style warning by [@&#8203;mehrdadbn9](https://github.com/mehrdadbn9) in https://github.com/locustio/locust/pull/2814 - Fix pypy gc.freeze() AttributeError by [@&#8203;jimoleary](https://github.com/jimoleary) in https://github.com/locustio/locust/pull/2819 - Update poetry windows tests by [@&#8203;mquinnfd](https://github.com/mquinnfd) in https://github.com/locustio/locust/pull/2821 ##### New Contributors - [@&#8203;bakhtos](https://github.com/bakhtos) made their first contribution in https://github.com/locustio/locust/pull/2742 - [@&#8203;mquinnfd](https://github.com/mquinnfd) made their first contribution in https://github.com/locustio/locust/pull/2725 - [@&#8203;mehrdadbn9](https://github.com/mehrdadbn9) made their first contribution in https://github.com/locustio/locust/pull/2814 - [@&#8203;jimoleary](https://github.com/jimoleary) made their first contribution in https://github.com/locustio/locust/pull/2819 **Full Changelog**: https://github.com/locustio/locust/compare/2.29.1...2.30.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTguMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2024-07-31 19:30:45 +05:30
renovate-bot force-pushed renovate/locust-2.x from fac5307857 to 9be16ddaff 2024-08-05 21:01:08 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.30.0 to chore(deps): update dependency locust to v2.31.0 2024-08-05 21:01:10 +05:30
renovate-bot force-pushed renovate/locust-2.x from 9be16ddaff to 654eac2cfa 2024-08-05 23:30:42 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.31.0 to chore(deps): update dependency locust to v2.31.1 2024-08-05 23:30:43 +05:30
realaravinth merged commit 5ae93fa64d into master 2024-08-06 16:36:56 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/dcache#79
No description provided.