From 725b1afa0fdfd9dd5bd23ab4ccf10c3b191d63ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:23:23 +0000 Subject: [PATCH] chore(deps): bump jinja2 in /label_studio_ml/examples/substring_matching Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 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/3.0.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- label_studio_ml/examples/substring_matching/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/examples/substring_matching/requirements.txt b/label_studio_ml/examples/substring_matching/requirements.txt index e5fb38ef3..a7d78bdae 100644 --- a/label_studio_ml/examples/substring_matching/requirements.txt +++ b/label_studio_ml/examples/substring_matching/requirements.txt @@ -1,4 +1,4 @@ -Jinja2==3.0.3 +Jinja2==3.1.3 gunicorn==20.1.0 itsdangerous==2.0.1 label-studio-ml==1.0.8