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 jinja2 from 2.11.3 to 3.1.4 in /blogs/microservices-demo-1/src/loadgenerator #2605

Closed
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
8 changes: 4 additions & 4 deletions blogs/microservices-demo-1/src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ idna==2.10
# via requests
itsdangerous==1.1.0
# via flask
jinja2==2.11.3
jinja2==3.1.4
# via flask
locust==1.6.0
# via -r requirements.in
markupsafe==1.1.1
markupsafe==2.1.5
# via jinja2
msgpack==1.0.0
# via locust
Expand All @@ -63,9 +63,9 @@ werkzeug==1.0.1
# via
# flask
# locust
zope.event==4.5.0
zope-event==4.5.0
# via gevent
zope.interface==5.1.0
zope-interface==5.1.0
# via gevent

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