Skip to content

Commit 005a5e0

Browse files
committed
Merge branch 'tpp-upgrade'
2 parents 1389752 + dc0ffb1 commit 005a5e0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/pypi-release-aboutcode-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: python -m pip install flot --user
2424

2525
- name: Build a binary wheel and a source tarball
26-
run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
26+
run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
2727

2828
- name: Publish to PyPI
2929
if: startsWith(github.ref, 'refs/tags')

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
path: dist/*
3939

4040
- name: Create a GitHub release
41-
uses: softprops/action-gh-release@v1
41+
uses: softprops/action-gh-release@v2
4242
with:
43+
generate_release_notes: true
4344
draft: false
4445
files: dist/*

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install_requires =
5252
importlib-metadata==8.5.0
5353
setuptools==75.6.0
5454
# Django related
55-
Django==5.1.3
55+
Django==5.1.4
5656
django-environ==0.11.2
5757
django-crispy-forms==2.3
5858
crispy-bootstrap3==2024.1
@@ -66,7 +66,7 @@ install_requires =
6666
# Task queue
6767
rq==2.0.0
6868
django-rq==3.0.0
69-
redis==5.2.0
69+
redis==5.2.1
7070
# WSGI server
7171
gunicorn==23.0.0
7272
# Docker
@@ -111,7 +111,7 @@ install_requires =
111111
[options.extras_require]
112112
dev =
113113
# Validation
114-
ruff==0.7.4
114+
ruff==0.8.2
115115
doc8==1.1.2
116116
# Debug
117117
django-debug-toolbar==4.4.6

0 commit comments

Comments
 (0)