Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Bump locust from 2.8.2 to 2.8.3 in /api #542

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps locust from 2.8.2 to 2.8.3.

Release notes

Sourced from locust's releases.

2.8.3

What's Changed

Full Changelog: locustio/locust@2.8.2...2.8.3

Changelog

Sourced from locust's changelog.

2.8.3 (2022-02-25)

Full Changelog

Merged pull requests:

  • Ran pyupgrade on the code base, removing various "Python2-isms". #2032 (cyberw)
  • Ensure users are distributed evently across hosts during ramp up #2025 (cyberw)
  • Bump minimum required gevent version to 20.12.1 #2023 (cyberw)
  • Fix typos #2022 (kianmeng)
Commits
  • dedd94c Update changelog for 2.8.3
  • 04264f2 Merge pull request #2032 from locustio/pyupgrade_remove-python2-isms
  • 96e13d1 Git-blame-ignore the change made by pyupgrade and flynt, because they (should...
  • 313b80f Ran "flynt" on the code base, changing all string handling to use f-strings, ...
  • 6ec972f Ran pyupgrade on the code base, removing various "Python2-isms".
  • d3b43c5 whitespace autoformat
  • bef17a8 Further improve error message when no locustfile was found
  • d47d7dc Improve error message if no locust file can be found.
  • 1b9c607 Merge pull request #2025 from locustio/ensure-even-distribution-across-worker...
  • 33db899 Ensure even distribution across hosts even when workers get added during the ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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

Bumps [locust](https://github.com/locustio/locust) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/locustio/locust/releases)
- [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md)
- [Commits](locustio/locust@2.8.2...2.8.3)

---
updated-dependencies:
- dependency-name: locust
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2022 02:11
@dependabot dependabot bot requested review from rbadillap and zackkrida March 1, 2022 02:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file 🐍 tech: python Requires familiarity with Python 💻 aspect: code Concerns the software code in the repository 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users labels Mar 1, 2022
Copy link
Contributor

@obulat obulat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be safe, and we have a version of gevent (21) that is higher than the bumped up minimum (Bump minimum required gevent version to 20.12.1)

Copy link
Contributor

@sarayourfriend sarayourfriend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a dev dependency meant for running tests. Considering the tests pass this seems fine to me!

@sarayourfriend sarayourfriend merged commit e3c8750 into main Mar 1, 2022
@sarayourfriend sarayourfriend deleted the dependabot/pip/api/locust-2.8.3 branch March 1, 2022 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🐍 tech: python Requires familiarity with Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants