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 = [
18
18
" icecream<3.0.0,>=2.1.3" ,
19
19
" ipython<9.0.0,>=8.27.0" ,
20
20
" 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" ,
25
22
" rich<14.0.0,>=13.8.1" ,
26
- " ruff>=0.9.5 " ,
23
+ " ruff>=0.13.0 " ,
27
24
]
28
25
test = [
29
26
" 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" {
27
27
// Platform will be set from GitHub Actions
28
28
// cache-from and cache-to will also be set from GitHub Actions
29
29
args = {
30
- PYTHON_VERSION = " 3.12.10 "
30
+ PYTHON_VERSION = " 3.12.11 "
31
31
// Additional build args can be defined here
32
32
}
33
33
// 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