Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump locust from 2.8.2 to 2.8.3 in /perf-tests #2457

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 25, 2022
@dependabot dependabot bot requested review from a team, lucacome and jjngx and removed request for a team February 25, 2022 17:07
@codecov-commenter
Copy link

Codecov Report

Merging #2457 (359f7d9) into master (721ed56) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2457      +/-   ##
==========================================
+ Coverage   53.63%   53.66%   +0.02%     
==========================================
  Files          48       48              
  Lines       14200    14200              
==========================================
+ Hits         7616     7620       +4     
+ Misses       6344     6342       -2     
+ Partials      240      238       -2     
Impacted Files Coverage Δ
internal/k8s/configuration.go 95.86% <0.00%> (+0.38%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 721ed56...359f7d9. Read the comment docs.

@lucacome lucacome merged commit f7d5309 into master Feb 25, 2022
@lucacome lucacome deleted the dependabot/pip/perf-tests/locust-2.8.3 branch February 25, 2022 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants