summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-14 00:38:52 +0200
committerGitHub <noreply@github.com>2022-10-14 00:38:52 +0200
commitbcdd21956a841001b17a6a3d3b996bcbd696dbb4 (patch)
treed04fba08b3aab76b2fab4dec165ee9c9f518da69
parent693616ab5d2c4dc2dfff396a2863efb2cc96dd09 (diff)
downloaddjango-compressor-bcdd21956a841001b17a6a3d3b996bcbd696dbb4.tar.gz
Bump jinja2 from 3.0.3 to 3.1.2 in /requirements (#1125)
* Bump jinja2 from 3.0.3 to 3.1.2 in /requirements Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 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.0.3...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Remove obsolete jinja2.ext.with_ extension Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com>
-rw-r--r--compressor/tests/test_offline.py1
-rw-r--r--requirements/tests.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/compressor/tests/test_offline.py b/compressor/tests/test_offline.py
index b7ff0fa..ce47493 100644
--- a/compressor/tests/test_offline.py
+++ b/compressor/tests/test_offline.py
@@ -248,7 +248,6 @@ class OfflineTestCaseMixin:
extensions = [
CompressorExtension,
SpacelessExtension,
- jinja2.ext.with_,
jinja2.ext.do,
]
loader = self._get_jinja2_loader()
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 2d3033c..8c9679a 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -1,4 +1,4 @@
-Jinja2==3.0.3
+Jinja2==3.1.2
beautifulsoup4==4.11.1
brotli==1.0.9
calmjs==3.4.2