diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 17:54:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 17:54:34 +0000 |
| commit | 0cdf7761c0ddb7f8d296909fdf126a16f13c6b34 (patch) | |
| tree | 1d7677469e91a07eb685a919837e9adf5a4fa426 | |
| parent | 2b245a4609f9374565326d2fa60c2ba7bb75dae8 (diff) | |
| parent | acfe2c0d4e01ce1fc6585dc1be9d2e66b66249f4 (diff) | |
Merge pull request #2577 from searx/dependabot/pip/master/jinja2-2.11.3
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a8d9b3f20..74671ed8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ babel==2.9.0 flask-babel==2.0.0 flask==1.1.2 idna==2.10 -jinja2==2.11.2 +jinja2==2.11.3 lxml==4.6.2 pygments==2.1.3 python-dateutil==2.8.1 |