Skip to content

Commit ff8da42

Browse files
Update all non-major dependencies
1 parent c31f8e9 commit ff8da42

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: '3.13'
26+
python-version: '3.14'
2727

2828
- name: Install uv
29-
uses: astral-sh/setup-uv@v8.1.0
29+
uses: astral-sh/setup-uv@v8.3.2
3030

3131
- name: Install dependencies
3232
run: |

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.14-slim
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)