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

build(deps): bump flask from 2.0.1 to 2.3.2 in /src/loadgenerator #37

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
22 changes: 13 additions & 9 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --output-file=- --pip-args='--no-color --prefer-binary' requirements.in
#
blinker==1.6.2
# via flask
brotli==1.0.9
# via geventhttpclient
certifi==2021.5.30
Expand All @@ -12,11 +14,11 @@ certifi==2021.5.30
# requests
charset-normalizer==2.0.4
# via requests
click==8.0.1
click==8.1.3
# via flask
configargparse==1.5.2
# via locust
flask==2.0.1
flask==2.3.2
# via
# flask-basicauth
# flask-cors
Expand All @@ -35,14 +37,16 @@ greenlet==1.1.1
# via gevent
idna==3.2
# via requests
itsdangerous==2.0.1
itsdangerous==2.1.2
# via flask
jinja2==3.0.1
jinja2==3.1.2
# via flask
locust==2.1.0
# via -r requirements.in
markupsafe==2.0.1
# via jinja2
markupsafe==2.1.2
# via
# jinja2
# werkzeug
msgpack==1.0.2
# via locust
psutil==5.8.0
Expand All @@ -60,13 +64,13 @@ six==1.16.0
# geventhttpclient
urllib3==1.26.6
# via requests
werkzeug==2.0.1
werkzeug==2.3.3
# via
# flask
# locust
zope.event==4.5.0
zope-event==4.5.0
# via gevent
zope.interface==5.4.0
zope-interface==5.4.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down