From cb6e2f1675635a540c348c88aee0326898f7e24e Mon Sep 17 00:00:00 2001 From: Grant Gainey Date: Wed, 8 Jan 2025 09:41:59 -0500 Subject: [PATCH] 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 ... --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 215520a6a6..4dbceca930 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ drf-spectacular==0.27.2 # We monkeypatch this so we need a very narrow requirem dynaconf>=3.1.12,<3.3.0 gunicorn>=20.1,<23.1.0 importlib-metadata>=6.0.1,<=6.0.1 # Pinned to fix opentelemetry dependency solving issues with pip -jinja2>=3.1,<=3.1.4 +jinja2>=3.1,<=3.1.5 json_stream>=2.3.2,<2.4 jq>=1.6.0,<1.9.0 PyOpenSSL<25.0