File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,9 @@ dev = [
1818 " icecream<3.0.0,>=2.1.3" ,
1919 " ipython<9.0.0,>=8.27.0" ,
2020 " mypy<2.0.0,>=1.14.1" ,
21- " pyclean<4.0.0,>=3.0.0" ,
22- " pytest-asyncio<1.0.0,>=0.25.2" ,
23- " pytest-cov<7.0.0,>=6.0.0" ,
24- " pytest<9.0.0,>=8.3.4" ,
21+ " pyclean>=3.1.0" ,
2522 " rich<14.0.0,>=13.8.1" ,
26- " ruff>=0.9.5 " ,
23+ " ruff>=0.13.0 " ,
2724]
2825test = [
2926 " coverage<8.0.0,>=7.6.1" ,
Original file line number Diff line number Diff line change 1- nodejs 23 .2.0
2- process-compose 1.46 .0
3- python 3.11.13
4- uv 0.7.9
1+ nodejs 24 .2.0
2+ process-compose 1.34 .0
3+ python 3.12.11
4+ uv 0.7.18
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ target "build" {
2727 // Platform will be set from GitHub Actions
2828 // cache-from and cache-to will also be set from GitHub Actions
2929 args = {
30- PYTHON_VERSION = " 3.12.10 "
30+ PYTHON_VERSION = " 3.12.11 "
3131 // Additional build args can be defined here
3232 }
3333 // Output image will be pushed if push=true is set in GitHub Actions
You can’t perform that action at this time.
0 commit comments