Skip to content

Commit adbb018

Browse files
Update all dependencies
1 parent cf843eb commit adbb018

File tree

3 files changed

+75
-48
lines changed

3 files changed

+75
-48
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
PY_COLORS: 1
6565

6666
- name: Store coverage file
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: coverage-${{ matrix.python-version }}
7070
path: .coverage.${{ matrix.python-version }}
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
140140

141-
- uses: actions/download-artifact@v6
141+
- uses: actions/download-artifact@v7
142142
with:
143143
pattern: coverage-*
144144
merge-multiple: true
@@ -150,7 +150,7 @@ jobs:
150150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151151

152152
- name: Store Pull Request comment to be posted
153-
uses: actions/upload-artifact@v5
153+
uses: actions/upload-artifact@v6
154154
with:
155155
name: python-coverage-comment-action
156156
path: python-coverage-comment-action.txt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ django = ["django>=2.2"]
4747
sqlalchemy = ["sqlalchemy~=2.0"]
4848
aiopg = ["aiopg", "psycopg2-binary"]
4949
psycopg2 = ["psycopg2-binary"]
50-
sphinx = ["sphinx<9"]
50+
sphinx = ["sphinx<10"]
5151

5252
[project.urls]
5353
homepage = "https://procrastinate.readthedocs.io/"

uv.lock

Lines changed: 71 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)