From 0353f416384321800eff531d79642b6dd9561636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:46:32 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 3.1.3 in /src/loadgenerator Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/loadgenerator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loadgenerator/requirements.txt b/src/loadgenerator/requirements.txt index 7cd1fc22..0323d812 100644 --- a/src/loadgenerator/requirements.txt +++ b/src/loadgenerator/requirements.txt @@ -13,7 +13,7 @@ geventhttpclient-wheels==1.3.1.dev2 # via locustio greenlet==0.4.15 # via gevent idna==2.8 # via requests itsdangerous==1.1.0 # via flask -jinja2==2.10 # via flask +jinja2==3.1.3 # via flask locustio==0.13.0 # via -r requirements.in markupsafe==1.1.0 # via jinja2 msgpack-python==0.5.6 # via locustio