From d7c5c21d454a084e21ac977229afdb82b46192ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20ENARD?= Date: Thu, 11 Jul 2024 10:20:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20Django=20upper=20bo?= =?UTF-8?q?und=20(#793)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :arrow_up: Bump Django upper bound --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 589f42d5f..0b4302522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "lnschema_core>=0.51.0", "lamin_utils>=0.3.3", # External dependencies - "django>4.2,<5.2.0", + "django>4.2,<5.3.0", "dj_database_url>=1.3.0,<3.0.0", "pydantic[dotenv]<2.0.0", "appdirs<2.0.0",