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

[Snyk] Fix for 3 vulnerabilities #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==7.1.2 # via flask
configargparse==1.2.3 # via locust
flask-basicauth==0.2.0 # via locust
flask==1.1.2 # via flask-basicauth, locust
gevent==20.12.1 # via geventhttpclient, locust
gevent==24.10.1 # via geventhttpclient, locust
geventhttpclient==1.4.4 # via locust
greenlet==0.4.17 # via gevent
idna==2.10 # via requests
Expand All @@ -24,7 +24,7 @@ pyzmq==19.0.2 # via locust
requests==2.24.0 # via locust
six==1.15.0 # via geventhttpclient
urllib3==1.25.10 # via requests
werkzeug==1.0.1 # via flask, locust
werkzeug==3.0.6 # via flask, locust
zope.event==4.5.0 # via gevent
zope.interface==5.1.0 # via gevent

Expand Down
Loading