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.23.1 to 2.24.0 (#72)
Bumps [locust](https://github.com/locustio/locust) from 2.23.1 to 2.24.0. <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.24.0</h2> <h2>What's Changed</h2> <ul> <li>Check that locustfile downloaded from URL is valid Python code by <a href="https://github.com/DennisKrone"><code>@DennisKrone</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2604">locustio/locust#2604</a></li> <li>Modern UI: Change Footer to Static Positioning by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2605">locustio/locust#2605</a></li> <li>pluggable dispatcher logic by <a href="https://github.com/mgor"><code>@mgor</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2606">locustio/locust#2606</a></li> <li>[Report][Modern-UI] HTML report is blank by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2609">locustio/locust#2609</a></li> <li>Update Header Logo to Higher Resolution for the Modern UI by <a href="https://github.com/FooQoo"><code>@FooQoo</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2611">locustio/locust#2611</a></li> <li>[Modern UI] Refactor and Add Tests for Entrypoints by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2613">locustio/locust#2613</a></li> <li>Implement pyproject.toml support for Locust configuration by <a href="https://github.com/alzex3"><code>@alzex3</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2612">locustio/locust#2612</a></li> <li>Bugfix/2614 relative assets and stats links by <a href="https://github.com/skyanth"><code>@skyanth</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2615">locustio/locust#2615</a></li> <li>Modern UI - Fix logo asset by <a href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a> in <a href="https://redirect.github.com/locustio/locust/pull/2618">locustio/locust#2618</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alzex3"><code>@alzex3</code></a> made their first contribution in <a href="https://redirect.github.com/locustio/locust/pull/2612">locustio/locust#2612</a></li> <li><a href="https://github.com/skyanth"><code>@skyanth</code></a> made their first contribution in <a href="https://redirect.github.com/locustio/locust/pull/2615">locustio/locust#2615</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/locustio/locust/compare/2.23.1...2.24.0">https://github.com/locustio/locust/compare/2.23.1...2.24.0</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.24.0">2.24.0</a> (2024-02-29)</h2> <p><a href="https://github.com/locustio/locust/compare/2.23.1...2.24.0">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Blank page when accessing Locust Web UI via reverse proxy with subpath <a href="https://redirect.github.com/locustio/locust/issues/2614">#2614</a></li> <li>[Report][Modern-UI] HTML report is blank <a href="https://redirect.github.com/locustio/locust/issues/2603">#2603</a></li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>SocketIOUser send method supports specific subscribe request <a href="https://redirect.github.com/locustio/locust/issues/2616">#2616</a></li> <li>"Sticky" user types on workers <a href="https://redirect.github.com/locustio/locust/issues/2522">#2522</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Modern UI - Fix logo asset <a href="https://redirect.github.com/locustio/locust/pull/2618">#2618</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Bugfix/2614 relative assets and stats links <a href="https://redirect.github.com/locustio/locust/pull/2615">#2615</a> (<a href="https://github.com/skyanth">skyanth</a>)</li> <li>[Modern UI] Refactor and Add Tests for Entrypoints <a href="https://redirect.github.com/locustio/locust/pull/2613">#2613</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Implement pyproject.toml support for Locust configuration <a href="https://redirect.github.com/locustio/locust/pull/2612">#2612</a> (<a href="https://github.com/alzex3">alzex3</a>)</li> <li>Update Header Logo to Higher Resolution for the Modern UI <a href="https://redirect.github.com/locustio/locust/pull/2611">#2611</a> (<a href="https://github.com/FooQoo">FooQoo</a>)</li> <li>[Report][Modern-UI] HTML report is blank <a href="https://redirect.github.com/locustio/locust/pull/2609">#2609</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>pluggable dispatcher logic <a href="https://redirect.github.com/locustio/locust/pull/2606">#2606</a> (<a href="https://github.com/mgor">mgor</a>)</li> <li>Modern UI: Change Footer to Static Positioning <a href="https://redirect.github.com/locustio/locust/pull/2605">#2605</a> (<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li> <li>Check that locustfile downloaded from URL is valid Python code <a href="https://redirect.github.com/locustio/locust/pull/2604">#2604</a> (<a href="https://github.com/DennisKrone">DennisKrone</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/locustio/locust/commit/e263e8683f31788b639f6ad093bdc733f4fa1628"><code>e263e86</code></a> Update changelog for 2.24.0</li> <li><a href="https://github.com/locustio/locust/commit/a816e18e9d3a7f20d3a074ae60555cc46d768da7"><code>a816e18</code></a> Merge pull request <a href="https://redirect.github.com/locustio/locust/issues/2618">#2618</a> from andrewbaldwin44/bugfix/fix-logo-asset</li> <li><a href="https://github.com/locustio/locust/commit/8d639d9da2f827d88eb6dc54503058460462d8e9"><code>8d639d9</code></a> Merge pull request <a href="https://redirect.github.com/locustio/locust/issues/2615">#2615</a> from skyanth/bugfix/2614-relative-assets-and-stats-l...</li> <li><a href="https://github.com/locustio/locust/commit/b11bffb512798c80177d2e822fa716bbfe5a33f1"><code>b11bffb</code></a> reset logo to upstream version</li> <li><a href="https://github.com/locustio/locust/commit/9424c3079a15ce7e9b4d027b3ea8e5486050c7ef"><code>9424c30</code></a> Fix logo</li> <li><a href="https://github.com/locustio/locust/commit/baf007f1c9f243a550621ecc99720d835513e220"><code>baf007f</code></a> Clean up documentation a little.</li> <li><a href="https://github.com/locustio/locust/commit/8133b86f81a23504b2fb6070440ef55048ce7bcb"><code>8133b86</code></a> new frontend build</li> <li><a href="https://github.com/locustio/locust/commit/dcb22628ac1c0ba6e021b3bdfc360c36ab4df8bb"><code>dcb2262</code></a> Merge branch 'master' into bugfix/2614-relative-assets-and-stats-links</li> <li><a href="https://github.com/locustio/locust/commit/ddc2a90c022305e98acc8045208c4f59919f599d"><code>ddc2a90</code></a> make all /assets and /stats webui links relative</li> <li><a href="https://github.com/locustio/locust/commit/40d3e3251179289333d39ac9f8f44162c14c6c64"><code>40d3e32</code></a> Merge pull request <a href="https://redirect.github.com/locustio/locust/issues/2612">#2612</a> from alzex3/master</li> <li>Additional commits viewable in <a href="https://github.com/locustio/locust/compare/2.23.1...2.24.0">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.23.1&new-version=2.24.0)](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