Skip to content

Commit a412626

Browse files
committed
chore:update dependencies
1 parent 743b725 commit a412626

File tree

5 files changed

+438
-371
lines changed

5 files changed

+438
-371
lines changed

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.13"
26-
- uses: astral-sh/setup-uv@v7
26+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
2727
- name: Configure Git Credentials
2828
run: |
2929
git config user.name github-actions[bot]

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build a binary wheel and a source tarball
3030
run: python3 -m build
3131
- name: Store the distribution packages
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: python-package-distributions
3535
path: dist/
@@ -48,7 +48,7 @@ jobs:
4848
id-token: write # IMPORTANT: mandatory for trusted publishing
4949
steps:
5050
- name: Download all the dists
51-
uses: actions/download-artifact@v7
51+
uses: actions/download-artifact@v8
5252
with:
5353
name: python-package-distributions
5454
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download all the dists
73-
uses: actions/download-artifact@v7
73+
uses: actions/download-artifact@v8
7474
with:
7575
name: python-package-distributions
7676
path: dist/

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v7
25+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
2626

2727
- name: Check uv.lock sync status
2828
run: uv lock --locked
@@ -98,7 +98,7 @@ jobs:
9898
persist-credentials: false
9999

100100
- name: Install uv
101-
uses: astral-sh/setup-uv@v7
101+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
102102

103103
- uses: actions/setup-python@v6
104104
with:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ dependencies = [
4747
"typing-extensions>=4.15",
4848
]
4949
optional-dependencies.sentry = [ "sentry-sdk~=2.19" ]
50-
optional-dependencies.valkey = [ "valkey>=6.0.2,<7" ]
51-
optional-dependencies.yaml = [ "pyyaml~=6.0", "types-pyyaml>=6.0.12.20250516" ]
50+
optional-dependencies.valkey = [ "valkey>=6.0.2" ]
51+
optional-dependencies.yaml = [ "pyyaml>=6.0", "types-pyyaml>=6.0.12.20250516" ]
5252
urls."Bug Tracker" = "https://github.com/django-commons/django-tasks-scheduler/issues"
5353
urls.Documentation = "https://django-tasks-scheduler.readthedocs.io/"
5454
urls.Funding = "https://github.com/sponsors/cunla"

0 commit comments

Comments
 (0)