From f1c37f2bc128ba5058fd31ec31429455943cddea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:51 +0000 Subject: [PATCH 1/2] [DEPENDABOT] Update: Bump django-cors-headers from 4.6.0 to 4.7.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.6.0 to 4.7.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..fadcbebf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Django and REST framework Django==5.1.6 djangorestframework==3.15.2 -django-cors-headers==4.6.0 +django-cors-headers==4.7.0 # Authentication django-allauth==65.4.0 From 29392f0de1f52d79d5b8ff275b7d713d13c81ee2 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:35:29 -0500 Subject: [PATCH 2/2] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: