From a0ff0b4436f92e3f002a084c4a4cc7b118518902 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Fri, 19 Jul 2024 17:51:08 +0100 Subject: [PATCH] Bump Dynaconf UB to <3.3.0 Reason: 3.2.6 comes with important performance fix. [noissue] (cherry picked from commit fd6c397783b84c584fd53cb35ce45e0ab3a3f64d) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98498ba856..30f7d6462e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ djangorestframework-queryfields>=1.0,<=1.1.0 drf-access-policy>=1.1.2,<1.5.1 drf-nested-routers>=0.93.4,<=0.94.1 drf-spectacular==0.27.2 # We monkeypatch this so we need a very narrow requirement string -dynaconf>=3.1.12,<3.2.6 +dynaconf>=3.1.12,<3.3.0 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