From a423f1417eda804d4e00f886d37c447a93a1046a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 21:08:16 +0200 Subject: [PATCH] Bump jinja2 from 3.1.1 to 3.1.2 (#14) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.2. - [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.1.1...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a825c02..ff4085f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ git+https://github.com/edenhaus/amqtt@test#amqtt==11.0.0 # amqtt==0.10.0 cachetools==5.0.0 gmqtt==0.6.11 -Jinja2==3.1.1 +Jinja2==3.1.2 tinydb==4.7.0