From e1604a307cc61b23c75866a7ed8dc2baabf62eda Mon Sep 17 00:00:00 2001 From: Nico Picchio <70696511+nicopicchio@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:16:36 +0100 Subject: [PATCH] Requirements.txt file update (#520) --- makefile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 68aea45d..751c9764 100644 --- a/makefile +++ b/makefile @@ -67,7 +67,7 @@ collectstatic: # Run Django collectstatic bash: # Open the web container bash $(web) bash -all-requirements: # Generate requirements.txt +requirements: # Generate requirements.txt poetry export --with prod --without-hashes --output requirements.txt test: # Run tests diff --git a/requirements.txt b/requirements.txt index ef89f61b..86f60b40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ django-simple-history==3.7.0 ; python_version >= "3.12" and python_version < "4. django-staff-sso-client==4.3.0 ; python_version >= "3.12" and python_version < "4.0" django-storages==1.14.4 ; python_version >= "3.12" and python_version < "4.0" django-tables2==2.7.0 ; python_version >= "3.12" and python_version < "4.0" -django==4.2.14 ; python_version >= "3.12" and python_version < "4.0" +django==4.2.15 ; python_version >= "3.12" and python_version < "4.0" djangorestframework==3.15.2 ; python_version >= "3.12" and python_version < "4.0" ecs-logging==2.2.0 ; python_version >= "3.12" and python_version < "4" elastic-apm==6.22.3 ; python_version >= "3.12" and python_version < "4"