Skip to content

Commit bb3c722

Browse files
committed
chore: updated everything
1 parent a5c3793 commit bb3c722

4 files changed

Lines changed: 112 additions & 67 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dependencies = []
88

99
[dependency-groups]
1010
dev = [
11-
"copier>=9.7.1,<10",
12-
"mypy>=1.18.2",
13-
"pytest>=8.4.1,<9",
14-
"ruff>=0.14.2",
15-
"types-pyyaml>=6.0.12.20250915",
11+
"copier>=9.11.3,<10",
12+
"mypy>=1.19.1,<2",
13+
"pytest>=9.0.2,<10",
14+
"ruff>=0.14.14,<0.15",
15+
"types-pyyaml>=6.0.12.20250915,<7",
1616
]
1717

1818
[tool.uv]

skeleton/pyproject.toml.jinja

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ dependencies = []
99

1010
[dependency-groups]
1111
dev = [
12-
"copier>=9.8.0",
12+
"copier>=9.11.3,<10",
1313
{%- if docker %}
14-
"dotenv-linter>=0.4.0,<0.5",
14+
"dotenv-linter>=0.7.0,<1",
1515
{%- endif %}
1616
"fawltydeps>=0.20.0,<1.0.0",
17-
"ipython>=8.14.0,<9",
18-
"mypy>=1.10.0,<2",
19-
"pytest-asyncio>=0.25.2,<0.26",
20-
"pytest-cov>=6.0.0,<7",
17+
"ipython>=9.9.0,<10",
18+
"mypy>=1.19.1,<2",
19+
"pytest-asyncio>=1.3.0,<2",
20+
"pytest-cov>=7.0.0,<8",
2121
{%- if docker %}
22-
"pytest-env>=1.1.3,<2",
22+
"pytest-env>=1.2.0,<2",
2323
{%- endif %}
24-
"pytest-mock>=3.14.0,<4",
25-
"pytest>=8.3.4,<9",
24+
"pytest-mock>=3.15.1,<4",
25+
"pytest>=9.0.2,<10",
2626
{%- if docker %}
27-
"python-dotenv>=1.0.0,<2",
27+
"python-dotenv>=1.2.1,<2",
2828
{%- endif %}
29-
"ruff>=0.14.1",
29+
"ruff>=0.14.14,<0.15.0",
3030
]
3131
3232
[tool.uv]

skeleton/{% if docker %}Dockerfile{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim-bullseye
1+
FROM python:3.13-slim-trixie
22

33
# Install compilation dependencies
44
RUN apt update && apt install -y \

0 commit comments

Comments
 (0)