Skip to content

Commit f4b30ca

Browse files
chore(deps): update all dependencies
1 parent a88cf0f commit f4b30ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.0
19+
rev: v0.12.4
2020
hooks:
2121
- id: ruff
2222
name: ruff
@@ -25,7 +25,7 @@ repos:
2525

2626
# mypy - lint-like type checking
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.16.1
28+
rev: v1.17.0
2929
hooks:
3030
- id: mypy
3131
name: mypy
@@ -52,7 +52,7 @@ repos:
5252

5353
# bandit - find common security issues
5454
- repo: https://github.com/pycqa/bandit
55-
rev: 1.8.5
55+
rev: 1.8.6
5656
hooks:
5757
- id: bandit
5858
name: bandit

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.7.13 /uv /uvx /bin/
12+
COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /uvx /bin/
1313

1414
WORKDIR $WORKDIR_PATH
1515

0 commit comments

Comments
 (0)