File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.14.3
1+ 3.14.4
Original file line number Diff line number Diff line change 1- FROM python:3.14.3 -slim-trixie AS python-base
1+ FROM python:3.14.4 -slim-trixie AS python-base
22
33ENV PYTHONUNBUFFERED=1 \
44 PYTHONDONTWRITEBYTECODE=1 \
Original file line number Diff line number Diff line change 3131
3232## Prerequisites
3333
34- - [ Python] ( https://www.python.org/downloads/ ) ** >=3.14.0 <3.15.0** (_ tested with 3.14.3 _ )
34+ - [ Python] ( https://www.python.org/downloads/ ) ** >=3.14.0 <3.15.0** (_ tested with 3.14.4 _ )
3535- [ 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.30 ** (_ tested with 0.11.8_ )
36+ - [ uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) ** >=0.11.5 ** (_ tested with 0.11.8_ )
3737- [ docker] ( https://docs.docker.com/get-docker/ ) (_ optional_ )
3838
3939---
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ homepage = "https://github.com/smarlhens/python-boilerplate#readme"
1414repository = " https://github.com/smarlhens/python-boilerplate"
1515
1616[build-system ]
17- requires = [" uv_build>=0.9.30 ,<0.12.0" ]
17+ requires = [" uv_build>=0.11.5 ,<0.12.0" ]
1818build-backend = " uv_build"
1919
2020[dependency-groups ]
@@ -27,7 +27,7 @@ dev = [
2727]
2828
2929[tool .uv ]
30- required-version = " >=0.9.30 "
30+ required-version = " >=0.11.5 "
3131
3232[tool .pytest .ini_options ]
3333addopts = " -vvv"
You can’t perform that action at this time.
0 commit comments