From 352fb0bda5db09e094e234192bef3c4c88555eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:09:33 +0000 Subject: [PATCH 1/2] Bump django from 4.2.7 to 5.0.1 Bumps [django](https://github.com/django/django) from 4.2.7 to 5.0.1. - [Commits](https://github.com/django/django/compare/4.2.7...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4f2317b..848c372f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.7 +Django==5.0.1 psycopg2-binary==2.9.9 python-dotenv==1.0.0 whitenoise==6.6.0 From 4fc2262c8d263cb5c800175caf1ee023e5601437 Mon Sep 17 00:00:00 2001 From: Bob Tabor <bob.tabor@microsoft.com> Date: Mon, 8 Jan 2024 11:13:10 -0600 Subject: [PATCH 2/2] Remove tests for unsupported Python versions in Django 5.0 --- .github/workflows/python-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index 08d4ca71..ea325910 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-20.04"] - python_version: ["3.8", "3.9", "3.10", "3.11"] + python_version: ["3.10", "3.11"] services: postgres: image: postgres:12