Skip to content

Commit a244328

Browse files
authored
Merge pull request #45 from smkent/updates
Update version pins in template and project
2 parents d63bf0c + 514ade9 commit a244328

3 files changed

Lines changed: 77 additions & 77 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ dev = [
4242
"poethepoet>=0.42",
4343
"prek>=0.3",
4444
"pysentry-rs>=0.4",
45-
"pytest>=9.0",
46-
"pytest-cov>=7.0",
47-
"pytest-sugar>=1.0",
48-
"syrupy>=4.0",
45+
"pytest>=9",
46+
"pytest-cov>=7",
47+
"pytest-sugar>=1",
48+
"syrupy>=5",
4949
"ruff>=0.15",
50-
"ty>=0.0.26",
50+
"ty>=0.0.29",
5151
]
5252
docs = [
53-
"zensical>=0.0.30",
53+
"zensical>=0.0.32",
5454
]
5555

5656
[tool.hatch.build.targets.sdist]

template/pyproject.toml.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ dev = [
4848
{%- if project_visibility == 'public' %}
4949
"pysentry-rs>=0.4",
5050
{%- endif %}
51-
"pytest>=9.0",
52-
"pytest-cov>=7.0",
53-
"pytest-sugar>=1.0",
51+
"pytest>=9",
52+
"pytest-cov>=7",
53+
"pytest-sugar>=1",
5454
"ruff>=0.15",
55-
"ty>=0.0.26",
55+
"ty>=0.0.29",
5656
]
5757
{%- if enable_docs %}
5858
docs = [
5959
"mkdocstrings[python]>=1",
60-
"zensical>=0.0.30",
60+
"zensical>=0.0.32",
6161
]
6262
{%- endif %}
6363

tests/__snapshots__/test_pyproject.ambr

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
dev = [
3939
"poethepoet>=0.42",
4040
"prek>=0.3",
41-
"pytest>=9.0",
42-
"pytest-cov>=7.0",
43-
"pytest-sugar>=1.0",
41+
"pytest>=9",
42+
"pytest-cov>=7",
43+
"pytest-sugar>=1",
4444
"ruff>=0.15",
45-
"ty>=0.0.26",
45+
"ty>=0.0.29",
4646
]
4747
docs = [
4848
"mkdocstrings[python]>=1",
49-
"zensical>=0.0.30",
49+
"zensical>=0.0.32",
5050
]
5151

5252
[tool.hatch.build.targets.sdist]
@@ -252,15 +252,15 @@
252252
"poethepoet>=0.42",
253253
"prek>=0.3",
254254
"pysentry-rs>=0.4",
255-
"pytest>=9.0",
256-
"pytest-cov>=7.0",
257-
"pytest-sugar>=1.0",
255+
"pytest>=9",
256+
"pytest-cov>=7",
257+
"pytest-sugar>=1",
258258
"ruff>=0.15",
259-
"ty>=0.0.26",
259+
"ty>=0.0.29",
260260
]
261261
docs = [
262262
"mkdocstrings[python]>=1",
263-
"zensical>=0.0.30",
263+
"zensical>=0.0.32",
264264
]
265265

266266
[tool.hatch.build.targets.sdist]
@@ -462,15 +462,15 @@
462462
dev = [
463463
"poethepoet>=0.42",
464464
"prek>=0.3",
465-
"pytest>=9.0",
466-
"pytest-cov>=7.0",
467-
"pytest-sugar>=1.0",
465+
"pytest>=9",
466+
"pytest-cov>=7",
467+
"pytest-sugar>=1",
468468
"ruff>=0.15",
469-
"ty>=0.0.26",
469+
"ty>=0.0.29",
470470
]
471471
docs = [
472472
"mkdocstrings[python]>=1",
473-
"zensical>=0.0.30",
473+
"zensical>=0.0.32",
474474
]
475475

476476
[tool.hatch.build.targets.sdist]
@@ -652,15 +652,15 @@
652652
"poethepoet>=0.42",
653653
"prek>=0.3",
654654
"pysentry-rs>=0.4",
655-
"pytest>=9.0",
656-
"pytest-cov>=7.0",
657-
"pytest-sugar>=1.0",
655+
"pytest>=9",
656+
"pytest-cov>=7",
657+
"pytest-sugar>=1",
658658
"ruff>=0.15",
659-
"ty>=0.0.26",
659+
"ty>=0.0.29",
660660
]
661661
docs = [
662662
"mkdocstrings[python]>=1",
663-
"zensical>=0.0.30",
663+
"zensical>=0.0.32",
664664
]
665665

666666
[tool.hatch.build.targets.sdist]
@@ -846,11 +846,11 @@
846846
dev = [
847847
"poethepoet>=0.42",
848848
"prek>=0.3",
849-
"pytest>=9.0",
850-
"pytest-cov>=7.0",
851-
"pytest-sugar>=1.0",
849+
"pytest>=9",
850+
"pytest-cov>=7",
851+
"pytest-sugar>=1",
852852
"ruff>=0.15",
853-
"ty>=0.0.26",
853+
"ty>=0.0.29",
854854
]
855855

856856
[tool.hatch.build.targets.sdist]
@@ -1035,11 +1035,11 @@
10351035
"poethepoet>=0.42",
10361036
"prek>=0.3",
10371037
"pysentry-rs>=0.4",
1038-
"pytest>=9.0",
1039-
"pytest-cov>=7.0",
1040-
"pytest-sugar>=1.0",
1038+
"pytest>=9",
1039+
"pytest-cov>=7",
1040+
"pytest-sugar>=1",
10411041
"ruff>=0.15",
1042-
"ty>=0.0.26",
1042+
"ty>=0.0.29",
10431043
]
10441044

10451045
[tool.hatch.build.targets.sdist]
@@ -1220,11 +1220,11 @@
12201220
dev = [
12211221
"poethepoet>=0.42",
12221222
"prek>=0.3",
1223-
"pytest>=9.0",
1224-
"pytest-cov>=7.0",
1225-
"pytest-sugar>=1.0",
1223+
"pytest>=9",
1224+
"pytest-cov>=7",
1225+
"pytest-sugar>=1",
12261226
"ruff>=0.15",
1227-
"ty>=0.0.26",
1227+
"ty>=0.0.29",
12281228
]
12291229

12301230
[tool.hatch.build.targets.sdist]
@@ -1385,11 +1385,11 @@
13851385
"poethepoet>=0.42",
13861386
"prek>=0.3",
13871387
"pysentry-rs>=0.4",
1388-
"pytest>=9.0",
1389-
"pytest-cov>=7.0",
1390-
"pytest-sugar>=1.0",
1388+
"pytest>=9",
1389+
"pytest-cov>=7",
1390+
"pytest-sugar>=1",
13911391
"ruff>=0.15",
1392-
"ty>=0.0.26",
1392+
"ty>=0.0.29",
13931393
]
13941394

13951395
[tool.hatch.build.targets.sdist]
@@ -1558,15 +1558,15 @@
15581558
"poethepoet>=0.42",
15591559
"prek>=0.3",
15601560
"pysentry-rs>=0.4",
1561-
"pytest>=9.0",
1562-
"pytest-cov>=7.0",
1563-
"pytest-sugar>=1.0",
1561+
"pytest>=9",
1562+
"pytest-cov>=7",
1563+
"pytest-sugar>=1",
15641564
"ruff>=0.15",
1565-
"ty>=0.0.26",
1565+
"ty>=0.0.29",
15661566
]
15671567
docs = [
15681568
"mkdocstrings[python]>=1",
1569-
"zensical>=0.0.30",
1569+
"zensical>=0.0.32",
15701570
]
15711571

15721572
[tool.hatch.build.targets.sdist]
@@ -1764,15 +1764,15 @@
17641764
"poethepoet>=0.42",
17651765
"prek>=0.3",
17661766
"pysentry-rs>=0.4",
1767-
"pytest>=9.0",
1768-
"pytest-cov>=7.0",
1769-
"pytest-sugar>=1.0",
1767+
"pytest>=9",
1768+
"pytest-cov>=7",
1769+
"pytest-sugar>=1",
17701770
"ruff>=0.15",
1771-
"ty>=0.0.26",
1771+
"ty>=0.0.29",
17721772
]
17731773
docs = [
17741774
"mkdocstrings[python]>=1",
1775-
"zensical>=0.0.30",
1775+
"zensical>=0.0.32",
17761776
]
17771777

17781778
[tool.hatch.build.targets.sdist]
@@ -1964,15 +1964,15 @@
19641964
"poethepoet>=0.42",
19651965
"prek>=0.3",
19661966
"pysentry-rs>=0.4",
1967-
"pytest>=9.0",
1968-
"pytest-cov>=7.0",
1969-
"pytest-sugar>=1.0",
1967+
"pytest>=9",
1968+
"pytest-cov>=7",
1969+
"pytest-sugar>=1",
19701970
"ruff>=0.15",
1971-
"ty>=0.0.26",
1971+
"ty>=0.0.29",
19721972
]
19731973
docs = [
19741974
"mkdocstrings[python]>=1",
1975-
"zensical>=0.0.30",
1975+
"zensical>=0.0.32",
19761976
]
19771977

19781978
[tool.hatch.build.targets.sdist]
@@ -2182,15 +2182,15 @@
21822182
"poethepoet>=0.42",
21832183
"prek>=0.3",
21842184
"pysentry-rs>=0.4",
2185-
"pytest>=9.0",
2186-
"pytest-cov>=7.0",
2187-
"pytest-sugar>=1.0",
2185+
"pytest>=9",
2186+
"pytest-cov>=7",
2187+
"pytest-sugar>=1",
21882188
"ruff>=0.15",
2189-
"ty>=0.0.26",
2189+
"ty>=0.0.29",
21902190
]
21912191
docs = [
21922192
"mkdocstrings[python]>=1",
2193-
"zensical>=0.0.30",
2193+
"zensical>=0.0.32",
21942194
]
21952195

21962196
[tool.hatch.build.targets.sdist]
@@ -2392,15 +2392,15 @@
23922392
"poethepoet>=0.42",
23932393
"prek>=0.3",
23942394
"pysentry-rs>=0.4",
2395-
"pytest>=9.0",
2396-
"pytest-cov>=7.0",
2397-
"pytest-sugar>=1.0",
2395+
"pytest>=9",
2396+
"pytest-cov>=7",
2397+
"pytest-sugar>=1",
23982398
"ruff>=0.15",
2399-
"ty>=0.0.26",
2399+
"ty>=0.0.29",
24002400
]
24012401
docs = [
24022402
"mkdocstrings[python]>=1",
2403-
"zensical>=0.0.30",
2403+
"zensical>=0.0.32",
24042404
]
24052405

24062406
[tool.hatch.build.targets.sdist]
@@ -2610,15 +2610,15 @@
26102610
"poethepoet>=0.42",
26112611
"prek>=0.3",
26122612
"pysentry-rs>=0.4",
2613-
"pytest>=9.0",
2614-
"pytest-cov>=7.0",
2615-
"pytest-sugar>=1.0",
2613+
"pytest>=9",
2614+
"pytest-cov>=7",
2615+
"pytest-sugar>=1",
26162616
"ruff>=0.15",
2617-
"ty>=0.0.26",
2617+
"ty>=0.0.29",
26182618
]
26192619
docs = [
26202620
"mkdocstrings[python]>=1",
2621-
"zensical>=0.0.30",
2621+
"zensical>=0.0.32",
26222622
]
26232623

26242624
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)