From 7211c17aae2bbd7143b1b4ce29d5601ee675a11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:31 +0000 Subject: [PATCH 1/2] [DEPENDABOT] Update: Bump django-tailwind-cli from 2.21.1 to 4.0.1 Bumps [django-tailwind-cli](https://github.com/django-commons/django-tailwind-cli) from 2.21.1 to 4.0.1. - [Release notes](https://github.com/django-commons/django-tailwind-cli/releases) - [Changelog](https://github.com/django-commons/django-tailwind-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-commons/django-tailwind-cli/compare/2.21.1...4.0.1) --- updated-dependencies: - dependency-name: django-tailwind-cli 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 91b40638..64c26cd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,4 +42,4 @@ channels-redis==4.2.1 daphne==4.1.2 # React and Material UI will be handled via npm in the frontend directory -django-tailwind-cli==2.21.1 +django-tailwind-cli==4.0.1 From 1784644a52cb5c5f030e343b0ad0598ee5cd418b Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:36:19 -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: