Skip to content

Commit 7f68e45

Browse files
chore: bump deps
1 parent f200eea commit 7f68e45

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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
]
2825
test = [
2926
"coverage<8.0.0,>=7.6.1",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

{{cookiecutter.project_slug}}/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)