Skip to content

Commit c5764e0

Browse files
chore(deps): update all dependencies
1 parent 4028238 commit c5764e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5
2323
- name: Set up python
2424
id: setup-python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version-file: ".python-version"
2828
- name: Set up uv

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5
2323
- name: Set up python
2424
id: setup-python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version-file: ".python-version"
2828
- name: Set up uv

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616

1717
# ruff - linting + formatting
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.9
19+
rev: v0.13.0
2020
hooks:
2121
- id: ruff
2222
name: ruff

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
99

1010
FROM python-base AS builder-base
1111

12-
COPY --from=ghcr.io/astral-sh/uv:0.8.12 /uv /uvx /bin/
12+
COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /uvx /bin/
1313

1414
WORKDIR $WORKDIR_PATH
1515

0 commit comments

Comments
 (0)