From 683ff36087247413000fd0637df7c23b6d8f9b96 Mon Sep 17 00:00:00 2001 From: Matthew Li Date: Tue, 15 Apr 2025 15:18:59 -0700 Subject: [PATCH 1/3] Update GitHub Actions build base --- .github/workflows/django_testing_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django_testing_ci.yml b/.github/workflows/django_testing_ci.yml index 66e239f0e0..c7f4075571 100644 --- a/.github/workflows/django_testing_ci.yml +++ b/.github/workflows/django_testing_ci.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 # Default github actions environment for Linux + runs-on: ubuntu-22.04 services: postgres: # Set up a database container with the following specifications From f56051ec016f2890e5a21fe9a197b717882c0cc9 Mon Sep 17 00:00:00 2001 From: Hesham Elbashandy <47407500+helbashandy@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:35:02 -0700 Subject: [PATCH 2/3] Create dependabot.yml (#680) * Create dependabot.yml * Update dependabot.yml * Update django_testing_ci.yml --- .github/dependabot.yml | 11 +++++++++++ .github/workflows/django_testing_ci.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..9d866e3928 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/.github/workflows/django_testing_ci.yml b/.github/workflows/django_testing_ci.yml index 9780cd3949..0347a3b5ce 100644 --- a/.github/workflows/django_testing_ci.yml +++ b/.github/workflows/django_testing_ci.yml @@ -52,7 +52,7 @@ jobs: uses: actions/cache@v3 with: path: ~/venv - key: ${{ runner.os }}-python310-packages-${{ hashFiles('requirements.txt') }} + key: ${{ runner.os }}-python-310-packages-${{ hashFiles('requirements.txt') }} - if: ${{ steps.cache-python.outputs.cache-hit != 'true' }} # If a cache is not found name: Install Python packages From 856ddc0ab426cff7b262e5067e8d8a8bac097990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:49:58 +0000 Subject: [PATCH 3/3] Bump django-filter from 2.3.0 to 25.1 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.3.0 to 25.1. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/2.3.0...25.1) --- updated-dependencies: - dependency-name: django-filter dependency-version: '25.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 313ebd9361..0736de56d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-constance==2.9.0 django-crispy-forms==1.11.1 django-debug-toolbar==3.2.4 django-durationwidget==1.0.5 -django-filter==2.3.0 +django-filter==25.1 django-flags==5.0.10 django-formtools==2.2 django-googledrive-storage==1.6.0