From 5970e71fc72af1d6ab4c2948bf4dbf3c7d61a0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jun 2022 22:23:37 +0000 Subject: [PATCH] Bump jinja2 from 3.1.1 to 3.1.2 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] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5661047b..9138fbb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,15 +2,15 @@ certifi==2021.10.8 babel==2.9.1 flask-babel==2.0.0 flask==2.1.1 -jinja2==3.1.1 +jinja2==3.1.2 lxml==4.9.0 pygments==2.8.0 python-dateutil==2.8.2 pyyaml==6.0 -httpx[http2]==0.21.3 +httpx[http2]==0.23.0 Brotli==1.0.9 uvloop==0.16.0; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' -httpx-socks[asyncio]==0.7.2 +httpx-socks[asyncio]==0.7.4 langdetect==1.0.9 setproctitle==1.2.2