-
Notifications
You must be signed in to change notification settings - Fork 600
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 deps #612
Merged
Merged
Bump locust deps #612
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
locustio==0.14.5 | ||
locust==2.7.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,74 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# | ||
# pip-compile --output-file=requirements.txt requirements.in | ||
# | ||
brotli==1.0.9 | ||
# via geventhttpclient | ||
certifi==2018.11.29 | ||
# via | ||
# geventhttpclient-wheels | ||
# geventhttpclient | ||
# requests | ||
chardet==3.0.4 | ||
charset-normalizer==2.0.11 | ||
# via requests | ||
click==7.0 | ||
click==8.0.3 | ||
# via flask | ||
configargparse==1.2 | ||
# via locustio | ||
flask==1.0.2 | ||
# via locustio | ||
gevent==1.5a3 | ||
# via locust | ||
flask==2.0.2 | ||
# via | ||
# geventhttpclient-wheels | ||
# locustio | ||
geventhttpclient-wheels==1.3.1.dev2 | ||
# via locustio | ||
greenlet==0.4.15 | ||
# flask-basicauth | ||
# flask-cors | ||
# locust | ||
flask-basicauth==0.2.0 | ||
# via locust | ||
flask-cors==3.0.10 | ||
# via locust | ||
gevent==21.12.0 | ||
# via | ||
# geventhttpclient | ||
# locust | ||
geventhttpclient==1.5.3 | ||
# via locust | ||
greenlet==1.1.2 | ||
# via gevent | ||
idna==2.8 | ||
# via requests | ||
itsdangerous==1.1.0 | ||
itsdangerous==2.0.1 | ||
# via flask | ||
jinja2==2.11.3 | ||
jinja2==3.0.3 | ||
# via flask | ||
locustio==0.14.5 | ||
locust==2.7.3 | ||
# via -r requirements.in | ||
markupsafe==1.1.0 | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
msgpack==0.6.2 | ||
# via locustio | ||
# via locust | ||
psutil==5.7.0 | ||
# via locustio | ||
pyzmq==17.0.0 | ||
# via locustio | ||
requests==2.21.0 | ||
# via locustio | ||
# via locust | ||
pyzmq==22.3.0 | ||
# via locust | ||
requests==2.27.1 | ||
# via locust | ||
roundrobin==0.0.2 | ||
# via locust | ||
six==1.12.0 | ||
# via geventhttpclient-wheels | ||
# via | ||
# flask-cors | ||
# geventhttpclient | ||
typing-extensions==4.0.1 | ||
# via locust | ||
urllib3==1.24.2 | ||
# via requests | ||
werkzeug==0.15.3 | ||
# via flask | ||
werkzeug==2.0.3 | ||
# via | ||
# flask | ||
# locust | ||
zope.event==4.5.0 | ||
# via gevent | ||
zope.interface==5.4.0 | ||
# via gevent | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought:
The
Dockerfile
for theloadgenerator
service usespython3.7
— but I doubt this will be an issue.bank-of-anthos/src/loadgenerator/Dockerfile
Line 25 in 3cb7b1c