From 70e4ab07f11edf755db244e1c1e1dbf92656fb28 Mon Sep 17 00:00:00 2001 From: apolignano Date: Mon, 13 Oct 2025 15:24:17 +0100 Subject: [PATCH 1/2] Update requirements --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54647d1..037de37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -# remember to check the version is compatible with python 3.8 -Django==4.2.19 +# Python 3.10 +Django==5.2 djangorestframework==3.15.2 PyYAML==6.0 jsonfield2==4.0.0.post0 @@ -9,3 +9,5 @@ gunicorn==22.0.0 django-redis==5.4.0 redis==5.0.4 requests==2.32.3 + + From 97e8301a985f6519e8f8d80656d01e85d243d0f7 Mon Sep 17 00:00:00 2001 From: apolignano Date: Mon, 13 Oct 2025 15:32:41 +0100 Subject: [PATCH 2/2] Change action python version --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4901ce4..c837197 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: - name: 🐍 - Set up Python 3.8 uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.10' - name: ⚙️ - Configure sysctl limits run: | sudo swapoff -a