Skip to content

Commit d0b5514

Browse files
ggaineymdellweg
authored andcommitted
Update jinja2 requirement from <=3.1.4,>=3.1 to >=3.1,<=3.1.5
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.0...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... (cherry picked from commit ede2a44)
1 parent 79449e2 commit d0b5514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ drf-spectacular==0.26.5 # We monkeypatch this so we need a very narrow requirem
1919
dynaconf>=3.1.12,<3.3.0
2020
gunicorn>=20.1,<23.1.0
2121
importlib-metadata>=6.0.1,<=6.0.1 # Pinned to fix opentelemetry dependency solving issues with pip
22-
jinja2>=3.1,<=3.1.4
22+
jinja2>=3.1,<=3.1.5
2323
json_stream>=2.3.2,<2.4
2424
jq>=1.6.0,<1.7.0
2525
PyOpenSSL<25.0

0 commit comments

Comments
 (0)