From faff6eec43061cedc0288d989ee132a4af8daf30 Mon Sep 17 00:00:00 2001 From: tdruez Date: Thu, 12 Dec 2024 08:21:00 +0400 Subject: [PATCH 1/3] Upgrade Django and related dependencies to latest versions Signed-off-by: tdruez --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9ca62fe00..601aec619 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = importlib-metadata==8.5.0 setuptools==75.6.0 # Django related - Django==5.1.3 + Django==5.1.4 django-environ==0.11.2 django-crispy-forms==2.3 crispy-bootstrap3==2024.1 @@ -66,7 +66,7 @@ install_requires = # Task queue rq==2.0.0 django-rq==3.0.0 - redis==5.2.0 + redis==5.2.1 # WSGI server gunicorn==23.0.0 # Docker From 15fb5fd412e572c97e07d674e640bc5c74a1d18d Mon Sep 17 00:00:00 2001 From: tdruez Date: Thu, 12 Dec 2024 08:21:43 +0400 Subject: [PATCH 2/3] Upgrade ruff to latest versions Signed-off-by: tdruez --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 601aec619..1ff3e0073 100644 --- a/setup.cfg +++ b/setup.cfg @@ -111,7 +111,7 @@ install_requires = [options.extras_require] dev = # Validation - ruff==0.7.4 + ruff==0.8.2 doc8==1.1.2 # Debug django-debug-toolbar==4.4.6 From dc0ffb17099b9d382cc8d7cc7821fbe132ea5e22 Mon Sep 17 00:00:00 2001 From: tdruez Date: Thu, 12 Dec 2024 08:27:12 +0400 Subject: [PATCH 3/3] Generate release notes on "Create a GitHub release" Signed-off-by: tdruez --- .github/workflows/pypi-release-aboutcode-pipeline.yml | 2 +- .github/workflows/pypi-release.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release-aboutcode-pipeline.yml b/.github/workflows/pypi-release-aboutcode-pipeline.yml index 12bfb7fc0..f8fff53b5 100644 --- a/.github/workflows/pypi-release-aboutcode-pipeline.yml +++ b/.github/workflows/pypi-release-aboutcode-pipeline.yml @@ -23,7 +23,7 @@ jobs: run: python -m pip install flot --user - name: Build a binary wheel and a source tarball - run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/ + run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/ - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags') diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8fdeec017..3698093b6 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -38,7 +38,8 @@ jobs: path: dist/* - name: Create a GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: + generate_release_notes: true draft: false files: dist/*