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.19.1 to 2.27.0 #132

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locust==2.19.1
locust==2.27.0
bandit==1.7.6
black==24.3.0
pre-commit==3.6.0
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ filelock==3.8.0
# via virtualenv
flask==2.3.2
# via
# flask-basicauth
# flask-cors
# flask-login
# locust
flask-basicauth==0.2.0
# via locust
flask-cors==4.0.1
# via locust
flask-login==0.6.3
# via locust
gevent==23.9.1
# via
# geventhttpclient
# locust
geventhttpclient==2.0.11
geventhttpclient==2.2.1
# via locust
gitdb==4.0.9
# via gitpython
Expand All @@ -62,7 +62,7 @@ itsdangerous==2.1.2
# via flask
jinja2==3.1.4
# via flask
locust==2.19.1
locust==2.27.0
# via -r requirements.in
markdown-it-py==2.2.0
# via rich
Expand Down Expand Up @@ -112,10 +112,6 @@ requests==2.31.0
# via locust
rich==13.3.2
# via bandit
roundrobin==0.0.4
# via locust
six==1.16.0
# via geventhttpclient
smmap==5.0.0
# via gitdb
stevedore==4.1.1
Expand All @@ -124,17 +120,21 @@ tomli==2.0.1
# via
# black
# build
# locust
# pip-tools
# pyproject-hooks
typing-extensions==4.4.0
# via black
urllib3==1.26.18
# via requests
# via
# geventhttpclient
# requests
virtualenv==20.16.7
# via pre-commit
werkzeug==3.0.3
# via
# flask
# flask-login
# locust
wheel==0.38.4
# via pip-tools
Expand Down
Loading