chore(deps): update dependency locust to v2.32.9 #127

Open
renovate-bot wants to merge 1 commit from renovate/locust-2.x into master
Member

This PR contains the following updates:

Package Update Change
locust (source) minor ==2.31.6 -> ==2.32.9

Release Notes

locustio/locust (locust)

v2.32.9

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.32.8...2.32.9

v2.32.8

Compare Source

Fix a single broken link in the UI

Full Changelog: https://github.com/locustio/locust/compare/2.32.7...2.32.8

v2.32.7

Compare Source

Full Changelog

Merged pull requests:

v2.32.6

Compare Source

Full Changelog

Closed issues:

  • Suggestion to Add "iter_lines" Support for "FastHttpUser" in Locust #​3018

Merged pull requests:

  • Update Dockerfile to use Python 3.12 as base #​3029 (vejmoj1)
  • Update tests to check for hostname instead of fqdn #​3027 (ajt89)
  • Move some argument parsing/validation from main.py to argument_parser.py and remove deprecated parameter --hatch-rate #​3026 (ftb-skry)
  • pin poetry-core version to <2.0.0 in pyproject.toml #​3025 (mgor)
  • Optimize run time of some unit tests #​3020 (cyberw)

v2.32.5

Compare Source

Full Changelog

Merged pull requests:

  • Make cpu usage check sleep BEFORE the first check, and make it slightly less frequent #​3014 (cyberw)
  • FastHttpUser: Fix ssl loading performance issue by avoiding to load certs when they wont be used anyway #​3013 (cyberw)
  • Treat exceptions in init event handler as fatal #​3009 (cyberw)
  • Add create store export #​3004 (andrewbaldwin44)

v2.32.4

Compare Source

Full Changelog

Fixed bugs:

  • Number of requests lower than expected in web UI #​3000
  • Reports download links do not contain web-base-path #​2998
  • Setuptools CVE-2024-6345 #​2995
  • When using exclude-tags to exclude more than two tags, this setting will not take effect #​2994

Merged pull requests:

v2.32.3

Compare Source

Full Changelog

Fixed bugs:

  • Setuptools CVE-2022-40897 #​2986
  • master crash with different version worker #​2975

Merged pull requests:

v2.32.2

Compare Source

Full Changelog

Fixed bugs:

  • Requests not ramping up after switching to using pydantic in django project #​2960
  • The locust chart shows that data is still being recorded after the timed run time expires #​2910

Closed issues:

  • Downloading report should provide a meaningful human name #​2931
  • Hard coded path make it impossible to host the UI on a path (instead of the domain root) #​2909

Merged pull requests:

v2.32.1

Compare Source

Full Changelog

Closed issues:

  • Add option to enable different statistics in the chart menu #​2946

Merged pull requests:

v2.32.0

Compare Source

Full Changelog

Fixed bugs:

  • logfile is erroniously written when there are many workers. #​2927
  • Form field for users, spawn rate, and run time still visible in UI although CustomShape defined without use_common_options. #​2924
  • --html with --process 4 then get ValueError: StatsEntry.use_response_times_cache must be set to True #​2908
  • IPV6 check doesn't work as expected on AWS EKS #​2787

Merged pull requests:

v2.31.8

Compare Source

Full Changelog

Merged pull requests:

v2.31.7

Compare Source

Full Changelog

Merged pull requests:


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.31.6` -> `==2.32.9` | --- ### Release Notes <details> <summary>locustio/locust (locust)</summary> ### [`v2.32.9`](https://github.com/locustio/locust/releases/tag/2.32.9) [Compare Source](https://github.com/locustio/locust/compare/2.32.8...2.32.9) ##### What's Changed - Fix issue where empty WebUI property is not parsed correctly by [@&#8203;timhovius](https://github.com/timhovius) in https://github.com/locustio/locust/pull/3012 - Update docs for stats.py file by [@&#8203;gabriel-check24](https://github.com/gabriel-check24) in https://github.com/locustio/locust/pull/3038 - Add iter_lines Method to FastHttpSession Class by [@&#8203;MasterKey-Pro](https://github.com/MasterKey-Pro) in https://github.com/locustio/locust/pull/3024 ##### New Contributors - [@&#8203;timhovius](https://github.com/timhovius) made their first contribution in https://github.com/locustio/locust/pull/3012 - [@&#8203;gabriel-check24](https://github.com/gabriel-check24) made their first contribution in https://github.com/locustio/locust/pull/3038 - [@&#8203;MasterKey-Pro](https://github.com/MasterKey-Pro) made their first contribution in https://github.com/locustio/locust/pull/3024 **Full Changelog**: https://github.com/locustio/locust/compare/2.32.8...2.32.9 ### [`v2.32.8`](https://github.com/locustio/locust/releases/tag/2.32.8) [Compare Source](https://github.com/locustio/locust/compare/2.32.7...2.32.8) Fix a single broken link in the UI **Full Changelog**: https://github.com/locustio/locust/compare/2.32.7...2.32.8 ### [`v2.32.7`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2327-2025-01-30) [Compare Source](https://github.com/locustio/locust/compare/2.32.6...2.32.7) [Full Changelog](https://github.com/locustio/locust/compare/2.32.6...2.32.7) **Merged pull requests:** - Web UI: Allow Showing Only an Error Message on the Login Page [#&#8203;3037](https://github.com/locustio/locust/pull/3037) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Allow Empty Tables when Filtering [#&#8203;3036](https://github.com/locustio/locust/pull/3036) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Allow xAxis and Grid to be Configured in Echarts [#&#8203;3035](https://github.com/locustio/locust/pull/3035) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Code quality: Fix unused imports and switch on related ruff check [#&#8203;3034](https://github.com/locustio/locust/pull/3034) ([insspb](https://github.com/insspb)) - Add tab with locust cloud features [#&#8203;3032](https://github.com/locustio/locust/pull/3032) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - fix readme image ref links [#&#8203;3031](https://github.com/locustio/locust/pull/3031) ([changchaishi](https://github.com/changchaishi)) ### [`v2.32.6`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2326-2025-01-13) [Compare Source](https://github.com/locustio/locust/compare/2.32.5...2.32.6) [Full Changelog](https://github.com/locustio/locust/compare/2.32.5...2.32.6) **Closed issues:** - Suggestion to Add "iter_lines" Support for "FastHttpUser" in Locust [#&#8203;3018](https://github.com/locustio/locust/issues/3018) **Merged pull requests:** - Update Dockerfile to use Python 3.12 as base [#&#8203;3029](https://github.com/locustio/locust/pull/3029) ([vejmoj1](https://github.com/vejmoj1)) - Update tests to check for hostname instead of fqdn [#&#8203;3027](https://github.com/locustio/locust/pull/3027) ([ajt89](https://github.com/ajt89)) - Move some argument parsing/validation from main.py to argument_parser.py and remove deprecated parameter --hatch-rate [#&#8203;3026](https://github.com/locustio/locust/pull/3026) ([ftb-skry](https://github.com/ftb-skry)) - pin poetry-core version to <2.0.0 in pyproject.toml [#&#8203;3025](https://github.com/locustio/locust/pull/3025) ([mgor](https://github.com/mgor)) - Optimize run time of some unit tests [#&#8203;3020](https://github.com/locustio/locust/pull/3020) ([cyberw](https://github.com/cyberw)) ### [`v2.32.5`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2325-2024-12-22) [Compare Source](https://github.com/locustio/locust/compare/2.32.4...2.32.5) [Full Changelog](https://github.com/locustio/locust/compare/2.32.4...2.32.5) **Merged pull requests:** - Make cpu usage check sleep BEFORE the first check, and make it slightly less frequent [#&#8203;3014](https://github.com/locustio/locust/pull/3014) ([cyberw](https://github.com/cyberw)) - FastHttpUser: Fix ssl loading performance issue by avoiding to load certs when they wont be used anyway [#&#8203;3013](https://github.com/locustio/locust/pull/3013) ([cyberw](https://github.com/cyberw)) - Treat exceptions in init event handler as fatal [#&#8203;3009](https://github.com/locustio/locust/pull/3009) ([cyberw](https://github.com/cyberw)) - Add create store export [#&#8203;3004](https://github.com/locustio/locust/pull/3004) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) ### [`v2.32.4`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2324-2024-12-01) [Compare Source](https://github.com/locustio/locust/compare/2.32.3...2.32.4) [Full Changelog](https://github.com/locustio/locust/compare/2.32.3...2.32.4) **Fixed bugs:** - Number of requests lower than expected in web UI [#&#8203;3000](https://github.com/locustio/locust/issues/3000) - Reports download links do not contain web-base-path [#&#8203;2998](https://github.com/locustio/locust/issues/2998) - Setuptools CVE-2024-6345 [#&#8203;2995](https://github.com/locustio/locust/issues/2995) - When using exclude-tags to exclude more than two tags, this setting will not take effect [#&#8203;2994](https://github.com/locustio/locust/issues/2994) **Merged pull requests:** - Allow showing auth info on blank page [#&#8203;3002](https://github.com/locustio/locust/pull/3002) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Number of requests lower than expected in web UI [#&#8203;3001](https://github.com/locustio/locust/pull/3001) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Webui links should be relative [#&#8203;2999](https://github.com/locustio/locust/pull/2999) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Dependency and node version bump [#&#8203;2997](https://github.com/locustio/locust/pull/2997) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Fix example in docs [#&#8203;2993](https://github.com/locustio/locust/pull/2993) ([daniloakamine](https://github.com/daniloakamine)) - Add Input Type to Login Form [#&#8203;2992](https://github.com/locustio/locust/pull/2992) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Update configuration.rst to show minimalistic config example [#&#8203;2990](https://github.com/locustio/locust/pull/2990) ([vkuehn](https://github.com/vkuehn)) - Fix README Images for PyPi [#&#8203;2989](https://github.com/locustio/locust/pull/2989) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) ### [`v2.32.3`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2323-2024-11-17) [Compare Source](https://github.com/locustio/locust/compare/2.32.2...2.32.3) [Full Changelog](https://github.com/locustio/locust/compare/2.32.2...2.32.3) **Fixed bugs:** - Setuptools CVE-2022-40897 [#&#8203;2986](https://github.com/locustio/locust/issues/2986) - master crash with different version worker [#&#8203;2975](https://github.com/locustio/locust/issues/2975) **Merged pull requests:** - Ensure we never use old version of setuptools [#&#8203;2988](https://github.com/locustio/locust/pull/2988) ([cyberw](https://github.com/cyberw)) - README Themed Screenshots [#&#8203;2985](https://github.com/locustio/locust/pull/2985) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - When specifying locustfile fia url, output start of response text when it wasnt valid python [#&#8203;2983](https://github.com/locustio/locust/pull/2983) ([cyberw](https://github.com/cyberw)) - Use debug log level for first 5s of waiting for workers to be ready. [#&#8203;2982](https://github.com/locustio/locust/pull/2982) ([cyberw](https://github.com/cyberw)) - Add option for Extra Options to be Required [#&#8203;2981](https://github.com/locustio/locust/pull/2981) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Update ruff mypy [#&#8203;2978](https://github.com/locustio/locust/pull/2978) ([tdadela](https://github.com/tdadela)) - Fix crash with older worker version requesting locustfile from master [#&#8203;2976](https://github.com/locustio/locust/pull/2976) ([cyberw](https://github.com/cyberw)) - Use f-strings instead of old style string interpolation [#&#8203;2974](https://github.com/locustio/locust/pull/2974) ([tdadela](https://github.com/tdadela)) ### [`v2.32.2`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2322-2024-11-08) [Compare Source](https://github.com/locustio/locust/compare/2.32.1...2.32.2) [Full Changelog](https://github.com/locustio/locust/compare/2.32.1...2.32.2) **Fixed bugs:** - Requests not ramping up after switching to using pydantic in django project [#&#8203;2960](https://github.com/locustio/locust/issues/2960) - The locust chart shows that data is still being recorded after the timed run time expires [#&#8203;2910](https://github.com/locustio/locust/issues/2910) **Closed issues:** - Downloading report should provide a meaningful human name [#&#8203;2931](https://github.com/locustio/locust/issues/2931) - Hard coded path make it impossible to host the UI on a path (instead of the domain root) [#&#8203;2909](https://github.com/locustio/locust/issues/2909) **Merged pull requests:** - Fix Incorrectly Updating Stat History [#&#8203;2972](https://github.com/locustio/locust/pull/2972) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Webui Add Markdown Support for Auth Page [#&#8203;2969](https://github.com/locustio/locust/pull/2969) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Fix Web Base Path Env Variable [#&#8203;2967](https://github.com/locustio/locust/pull/2967) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Locust Configurable Web Base Path [#&#8203;2966](https://github.com/locustio/locust/pull/2966) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Fix Auth Args Type [#&#8203;2965](https://github.com/locustio/locust/pull/2965) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Webui Add Auth Info to Auth Page [#&#8203;2963](https://github.com/locustio/locust/pull/2963) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Fix doc link [#&#8203;2961](https://github.com/locustio/locust/pull/2961) ([tjandy98](https://github.com/tjandy98)) - Report name [#&#8203;2947](https://github.com/locustio/locust/pull/2947) ([obriat](https://github.com/obriat)) ### [`v2.32.1`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2321-2024-10-29) [Compare Source](https://github.com/locustio/locust/compare/2.32.0...2.32.1) [Full Changelog](https://github.com/locustio/locust/compare/2.32.0...2.32.1) **Closed issues:** - Add option to enable different statistics in the chart menu [#&#8203;2946](https://github.com/locustio/locust/issues/2946) **Merged pull requests:** - Webui Echarts Redraw Request Lines if Changed [#&#8203;2953](https://github.com/locustio/locust/pull/2953) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Webui Add Custom Form to Auth Page [#&#8203;2952](https://github.com/locustio/locust/pull/2952) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Webui Override Markdown HTML Link with MUI Link [#&#8203;2951](https://github.com/locustio/locust/pull/2951) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Webui Fix Echarts Axis Formatting [#&#8203;2950](https://github.com/locustio/locust/pull/2950) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Webui Echarts Time Axis Should be Localized [#&#8203;2949](https://github.com/locustio/locust/pull/2949) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Add Google Analytics to docs.locust.io [#&#8203;2948](https://github.com/locustio/locust/pull/2948) ([heyman](https://github.com/heyman)) - LocustBadStatusCode without url param in fasthttp [#&#8203;2944](https://github.com/locustio/locust/pull/2944) ([swaalt](https://github.com/swaalt)) - Web UI Remove Default Value for Select if Value is Provided [#&#8203;2943](https://github.com/locustio/locust/pull/2943) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Web UI Auth Add Password Visibility Toggle [#&#8203;2941](https://github.com/locustio/locust/pull/2941) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) ### [`v2.32.0`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2320-2024-10-15) [Compare Source](https://github.com/locustio/locust/compare/2.31.8...2.32.0) [Full Changelog](https://github.com/locustio/locust/compare/2.31.8...2.32.0) **Fixed bugs:** - logfile is erroniously written when there are many workers. [#&#8203;2927](https://github.com/locustio/locust/issues/2927) - Form field for users, spawn rate, and run time still visible in UI although CustomShape defined without use_common_options. [#&#8203;2924](https://github.com/locustio/locust/issues/2924) - \--html with --process 4 then get ValueError: StatsEntry.use_response_times_cache must be set to True [#&#8203;2908](https://github.com/locustio/locust/issues/2908) - IPV6 check doesn't work as expected on AWS EKS [#&#8203;2787](https://github.com/locustio/locust/issues/2787) **Merged pull requests:** - Log deprecation warning for Python 3.9 [#&#8203;2940](https://github.com/locustio/locust/pull/2940) ([cyberw](https://github.com/cyberw)) - Run tests on python 3.13 too [#&#8203;2939](https://github.com/locustio/locust/pull/2939) ([cyberw](https://github.com/cyberw)) - Web UI - Fix Line Chart [#&#8203;2935](https://github.com/locustio/locust/pull/2935) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Modern UI - Fix Hide Common Options [#&#8203;2934](https://github.com/locustio/locust/pull/2934) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Allow alerts and errors on new and edit form [#&#8203;2932](https://github.com/locustio/locust/pull/2932) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Add error message to swarm form [#&#8203;2930](https://github.com/locustio/locust/pull/2930) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Disable --csv for workers when using --processes. [#&#8203;2929](https://github.com/locustio/locust/pull/2929) ([cyberw](https://github.com/cyberw)) - Decide if ipv6 can work [#&#8203;2923](https://github.com/locustio/locust/pull/2923) ([nc-marco](https://github.com/nc-marco)) - Webui Add Form Alert [#&#8203;2922](https://github.com/locustio/locust/pull/2922) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Add faq item: Basic auth (Authorization header) does not work after redirection [#&#8203;2921](https://github.com/locustio/locust/pull/2921) ([obriat](https://github.com/obriat)) - Add CSRF example [#&#8203;2920](https://github.com/locustio/locust/pull/2920) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Web UI Add Exports for Library [#&#8203;2919](https://github.com/locustio/locust/pull/2919) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - lower log level for unnecessary --autostart argument [#&#8203;2918](https://github.com/locustio/locust/pull/2918) ([cyberw](https://github.com/cyberw)) ### [`v2.31.8`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2318-2024-09-28) [Compare Source](https://github.com/locustio/locust/compare/2.31.7...2.31.8) [Full Changelog](https://github.com/locustio/locust/compare/2.31.7...2.31.8) **Merged pull requests:** - Log locust-cloud version if it is installed [#&#8203;2916](https://github.com/locustio/locust/pull/2916) ([cyberw](https://github.com/cyberw)) - Web UI Auth submit should submit a POST request [#&#8203;2915](https://github.com/locustio/locust/pull/2915) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Url in template arg [#&#8203;2914](https://github.com/locustio/locust/pull/2914) ([fletelli42](https://github.com/fletelli42)) - Fix RTD versioning with a deep git clone [#&#8203;2913](https://github.com/locustio/locust/pull/2913) ([mquinnfd](https://github.com/mquinnfd)) ### [`v2.31.7`](https://github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2317-2024-09-25) [Compare Source](https://github.com/locustio/locust/compare/2.31.6...2.31.7) [Full Changelog](https://github.com/locustio/locust/compare/2.31.4.dev9994...2.31.7) **Merged pull requests:** - Fix Dependabot Complaints [#&#8203;2912](https://github.com/locustio/locust/pull/2912) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Improve Web UI Logging [#&#8203;2911](https://github.com/locustio/locust/pull/2911) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Pin python versions to avoid gh caching issue + always Install Dependencies, even when it looks like there was a cache hit [#&#8203;2907](https://github.com/locustio/locust/pull/2907) ([cyberw](https://github.com/cyberw)) - Fix Login Manager Error Message [#&#8203;2905](https://github.com/locustio/locust/pull/2905) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) - Log locust version earlier [#&#8203;2904](https://github.com/locustio/locust/pull/2904) ([cyberw](https://github.com/cyberw)) - Add Mongodb test example [#&#8203;2903](https://github.com/locustio/locust/pull/2903) ([guel-codes](https://github.com/guel-codes)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NS4zIiwidXBkYXRlZEluVmVyIjoiMzkuMTcxLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2024-09-25 23:30:57 +05:30
renovate-bot force-pushed renovate/locust-2.x from ae851b824f to 1437b887a1 2024-09-28 17:31:02 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.31.7 to chore(deps): update dependency locust to v2.31.8 2024-09-28 17:31:03 +05:30
renovate-bot changed title from chore(deps): update dependency locust to v2.31.8 to chore(deps): update dependency locust to v2.32.0 2024-10-15 15:31:10 +05:30
renovate-bot force-pushed renovate/locust-2.x from 1437b887a1 to 93adc1ed87 2024-10-15 15:31:11 +05:30 Compare
renovate-bot force-pushed renovate/locust-2.x from 93adc1ed87 to 26ab385191 2024-10-29 14:01:26 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.32.0 to chore(deps): update dependency locust to v2.32.1 2024-10-29 14:01:26 +05:30
renovate-bot force-pushed renovate/locust-2.x from 26ab385191 to 2c89a7f075 2024-12-23 18:05:33 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.32.1 to chore(deps): update dependency locust to v2.32.5 2024-12-23 18:05:35 +05:30
renovate-bot force-pushed renovate/locust-2.x from 2c89a7f075 to 2ecefda057 2025-01-20 05:08:35 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.32.5 to chore(deps): update dependency locust to v2.32.6 2025-01-20 05:08:37 +05:30
renovate-bot force-pushed renovate/locust-2.x from 2ecefda057 to f8344b0c10 2025-02-03 05:10:42 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.32.6 to chore(deps): update dependency locust to v2.32.8 2025-02-03 05:10:45 +05:30
renovate-bot force-pushed renovate/locust-2.x from f8344b0c10 to dfa5ad6076 2025-02-17 05:11:32 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency locust to v2.32.8 to chore(deps): update dependency locust to v2.32.9 2025-02-17 05:11:35 +05:30
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/locust-2.x:renovate/locust-2.x
git checkout renovate/locust-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/locust-2.x
git checkout renovate/locust-2.x
git rebase master
git checkout master
git merge --ff-only renovate/locust-2.x
git checkout renovate/locust-2.x
git rebase master
git checkout master
git merge --no-ff renovate/locust-2.x
git checkout master
git merge --squash renovate/locust-2.x
git checkout master
git merge --ff-only renovate/locust-2.x
git checkout master
git merge renovate/locust-2.x
git push origin master
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#127
No description provided.