File tree Expand file tree Collapse file tree 5 files changed +86
-86
lines changed
Expand file tree Collapse file tree 5 files changed +86
-86
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
99
1010FROM 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
1414WORKDIR $WORKDIR_PATH
1515
Original file line number Diff line number Diff line change 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---
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments