Skip to content

Commit

Permalink
fix: src/loadgenerator/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6041510
  • Loading branch information
snyk-bot committed Nov 1, 2023
1 parent e775614 commit b241268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pyzmq==17.0.0 # via locust
requests==2.21.0 # via locust
six==1.12.0 # via geventhttpclient
urllib3==1.24.2 # via requests
werkzeug==1.0.1 # via flask
werkzeug==3.0.1 # via flask
zope.event==4.4 # via gevent
zope.interface==5.1.0 # via gevent

Expand Down

0 comments on commit b241268

Please sign in to comment.