Skip to content

Commit 1cf8722

Browse files
committed
chore: update deps
1 parent 4bda133 commit 1cf8722

File tree

5 files changed

+86
-86
lines changed

5 files changed

+86
-86
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.14.9
19+
rev: v0.14.13
2020
hooks:
2121
- id: ruff
2222
name: ruff
@@ -32,7 +32,7 @@ repos:
3232

3333
# bandit - find common security issues
3434
- repo: https://github.com/pycqa/bandit
35-
rev: 1.9.2
35+
rev: 1.9.3
3636
hooks:
3737
- id: bandit
3838
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.9.18 /uv /uvx /bin/
12+
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /uvx /bin/
1313

1414
WORKDIR $WORKDIR_PATH
1515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
## Prerequisites
3333

3434
- [Python](https://www.python.org/downloads/) **>=3.14.0 <3.15.0** (_tested with 3.14.2_)
35-
- [pre-commit](https://pre-commit.com/#install) **>=3.2.0 <5.0.0** (_tested with 4.5.0_)
36-
- [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.9.16** (_tested with 0.9.18_)
35+
- [pre-commit](https://pre-commit.com/#install) **>=3.2.0 <5.0.0** (_tested with 4.5.1_)
36+
- [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.9.16** (_tested with 0.9.26_)
3737
- [docker](https://docs.docker.com/get-docker/) (_optional_)
3838

3939
---

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dev = [
2222
"pytest>=9.0.2",
2323
"pytest-cov>=7.0.0",
2424
"mypy>=1.19.1",
25-
"bandit>=1.9.2",
26-
"ruff>=0.14.9",
25+
"bandit>=1.9.3",
26+
"ruff>=0.14.13",
2727
]
2828

2929
[tool.uv]

0 commit comments

Comments
 (0)