From 21eb19246659e86d10572ffc06b6b8df29b9f8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:56:09 +0000 Subject: [PATCH] Bump werkzeug from 2.0.2 to 2.2.3 in /locust Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- locust/requirements.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/locust/requirements.txt b/locust/requirements.txt index c5d41494..abbf2a6f 100644 --- a/locust/requirements.txt +++ b/locust/requirements.txt @@ -41,8 +41,10 @@ jinja2==3.0.3 # via flask locust==2.5.1 # via -r requirements.in -markupsafe==2.0.1 - # via jinja2 +markupsafe==2.1.2 + # via + # jinja2 + # werkzeug msgpack==1.0.3 # via locust psutil==5.9.0 @@ -63,13 +65,13 @@ typing-extensions==4.0.1 # via locust urllib3==1.26.7 # via requests -werkzeug==2.0.2 +werkzeug==2.2.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: