From 623125c3d1d94e800484df47f120c3f90583909e 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 ... (cherry picked from commit ede2a442c306dfa1219ac20268a32bc0a759c913) (cherry picked from commit 551d65bedb850eb4180db169a32d08aa19d67b23) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e035b2e338..5e63b11b40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ drf-spectacular==0.26.5 # We monkeypatch this so we need a very narrow requirem dynaconf>=3.1.12,<3.3 gunicorn>=20.1,<22.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 naya>=1.1.1,<=1.1.1 opentelemetry-distro[otlp]>=0.38b0,<=0.43b0 opentelemetry-exporter-otlp-proto-http>=1.17.0,<=1.22.0