From 0738fdb81e9a2e30f431adf6a277aad084a23c4d Mon Sep 17 00:00:00 2001 From: That guy on the discord Date: Tue, 18 Jul 2023 21:48:09 -0700 Subject: [PATCH 1/2] Update CI workflow --- .github/workflows/django.yml | 5 +++-- backend/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index f6296ce..efb6fb7 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -8,9 +8,9 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 1 + max-parallel: 4 matrix: - python-version: [3.7, 3.8] + python-version: [3.7, 3.8,3.9, 3.10, 3.11] steps: - uses: actions/checkout@v2 @@ -20,6 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Dependencies run: | + cd backend python -m pip install --upgrade pip pip install -r requirements.txt - name: Run Migrations diff --git a/backend/requirements.txt b/backend/requirements.txt index 1a0cad1..24be883 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,6 +6,6 @@ python-dateutil pillow==9.0.1 django-cors-headers djangorestframework-filters -djangorestframework-camel-case=1.4.2 +djangorestframework-camel-case==1.4.2 dateparser ~=0.7.2 \ No newline at end of file From 06c7c68a78a6bb82e956476c17d276438456c696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 04:52:05 +0000 Subject: [PATCH 2/2] Bump pillow from 9.0.1 to 9.3.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 24be883..93708b6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ djangorestframework==3.11.2 filetype requests python-dateutil -pillow==9.0.1 +pillow==9.3.0 django-cors-headers djangorestframework-filters djangorestframework-camel-case==1.4.2