From 7e8c40db0d2b907e720d5eb0e9340f852d7a852b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:33 +0000 Subject: [PATCH 1/2] [DEPENDABOT] Update: Bump pytest-django from 4.9.0 to 4.10.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: pytest-django 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..5411eb68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pycountry==24.6.1 black==25.1.0 flake8==7.1.1 pytest==8.3.4 -pytest-django==4.9.0 +pytest-django==4.10.0 # WebSocket Support channels==4.2.0 From 3c40a32925f6938595fe63762c5bde7c031377f0 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:36:06 -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: