copier-python 0.11.0__tar.gz → 0.11.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. {copier_python-0.11.0 → copier_python-0.11.2}/PKG-INFO +1 -1
  2. {copier_python-0.11.0 → copier_python-0.11.2}/copier_python/update.py +1 -1
  3. {copier_python-0.11.0 → copier_python-0.11.2}/pyproject.toml +3 -3
  4. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_pyproject.ambr +98 -98
  5. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_workflows.ambr +36 -20
  6. {copier_python-0.11.0 → copier_python-0.11.2}/tests/test_update.py +4 -4
  7. {copier_python-0.11.0 → copier_python-0.11.2}/.gitignore +0 -0
  8. {copier_python-0.11.0 → copier_python-0.11.2}/AGENTS.md +0 -0
  9. {copier_python-0.11.0 → copier_python-0.11.2}/CONTRIBUTING.md +0 -0
  10. {copier_python-0.11.0 → copier_python-0.11.2}/LICENSE +0 -0
  11. {copier_python-0.11.0 → copier_python-0.11.2}/README.md +0 -0
  12. {copier_python-0.11.0 → copier_python-0.11.2}/copier_python/__init__.py +0 -0
  13. {copier_python-0.11.0 → copier_python-0.11.2}/copier_python/__main__.py +0 -0
  14. {copier_python-0.11.0 → copier_python-0.11.2}/copier_python/py.typed +0 -0
  15. {copier_python-0.11.0 → copier_python-0.11.2}/copier_python/repo.py +0 -0
  16. {copier_python-0.11.0 → copier_python-0.11.2}/docs/contributing.md +0 -0
  17. {copier_python-0.11.0 → copier_python-0.11.2}/docs/development/requirements.md +0 -0
  18. {copier_python-0.11.0 → copier_python-0.11.2}/docs/development/updates.md +0 -0
  19. {copier_python-0.11.0 → copier_python-0.11.2}/docs/development/workflow.md +0 -0
  20. {copier_python-0.11.0 → copier_python-0.11.2}/docs/index.md +0 -0
  21. {copier_python-0.11.0 → copier_python-0.11.2}/docs/license.md +0 -0
  22. {copier_python-0.11.0 → copier_python-0.11.2}/docs/project-creation.md +0 -0
  23. {copier_python-0.11.0 → copier_python-0.11.2}/docs/project-development.md +0 -0
  24. {copier_python-0.11.0 → copier_python-0.11.2}/docs/project-release.md +0 -0
  25. {copier_python-0.11.0 → copier_python-0.11.2}/docs/project-setup.md +0 -0
  26. {copier_python-0.11.0 → copier_python-0.11.2}/docs/project-updates.md +0 -0
  27. {copier_python-0.11.0 → copier_python-0.11.2}/docs/releasing.md +0 -0
  28. {copier_python-0.11.0 → copier_python-0.11.2}/docs/requirements.md +0 -0
  29. {copier_python-0.11.0 → copier_python-0.11.2}/docs/setup.md +0 -0
  30. {copier_python-0.11.0 → copier_python-0.11.2}/tests/__init__.py +0 -0
  31. {copier_python-0.11.0 → copier_python-0.11.2}/tests/conftest.py +0 -0
  32. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__init__.py +0 -0
  33. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_agents.ambr +0 -0
  34. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_compose.ambr +0 -0
  35. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_contributing.ambr +0 -0
  36. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_dockerfile.ambr +0 -0
  37. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_docs.ambr +0 -0
  38. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_license.ambr +0 -0
  39. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_readme.ambr +0 -0
  40. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/__snapshots__/test_zensical.ambr +0 -0
  41. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_agents.py +0 -0
  42. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_compose.py +0 -0
  43. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_contributing.py +0 -0
  44. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_dockerfile.py +0 -0
  45. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_docs.py +0 -0
  46. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_license.py +0 -0
  47. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_pyproject.py +0 -0
  48. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_readme.py +0 -0
  49. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_structure.py +0 -0
  50. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_template.py +0 -0
  51. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_version.py +0 -0
  52. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_workflows.py +0 -0
  53. {copier_python-0.11.0 → copier_python-0.11.2}/tests/template/test_zensical.py +0 -0
  54. {copier_python-0.11.0 → copier_python-0.11.2}/tests/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: copier-python
3
- Version: 0.11.0
3
+ Version: 0.11.2
4
4
  Summary: Copier template for Python projects with modern tooling
5
5
  Project-URL: Homepage, https://smkent.github.io/copier-python
6
6
  Project-URL: Repository, https://github.com/smkent/copier-python
@@ -34,7 +34,7 @@ class UpdateAction:
34
34
  end_ref = "v" + copier_status["latest_version"]
35
35
  if not copier_status.get("update_available", False):
36
36
  return None
37
- repo.run(["copier", "update", "-l"])
37
+ repo.run(["copier", "update", "--skip-answered"])
38
38
 
39
39
  status = repo.git_status()
40
40
  if not status:
@@ -48,7 +48,7 @@ Issues = "https://github.com/smkent/copier-python/issues"
48
48
  dev = [
49
49
  "bump-my-version>=1.3.0",
50
50
  "copier>=9",
51
- "poethepoet>=0.42",
51
+ "poethepoet>=0.46",
52
52
  "prek>=0.4",
53
53
  "pysentry-rs>=0.4",
54
54
  "pytest>=9",
@@ -57,11 +57,11 @@ dev = [
57
57
  "pytest-xdist>=3",
58
58
  "ruff>=0.15",
59
59
  "syrupy>=5",
60
- "ty>=0.0.38",
60
+ "ty>=0.0.49",
61
61
  "typing-extensions>=4",
62
62
  ]
63
63
  docs = [
64
- "zensical>=0.0.43",
64
+ "zensical>=0.0.45",
65
65
  ]
66
66
 
67
67
  [tool.bumpversion]
@@ -37,17 +37,17 @@
37
37
  [dependency-groups]
38
38
  dev = [
39
39
  "bump-my-version>=1.3.0",
40
- "poethepoet>=0.42",
40
+ "poethepoet>=0.46",
41
41
  "prek>=0.4",
42
42
  "pytest>=9",
43
43
  "pytest-cov>=7",
44
44
  "pytest-sugar>=1",
45
45
  "ruff>=0.15",
46
- "ty>=0.0.38",
46
+ "ty>=0.0.49",
47
47
  ]
48
48
  docs = [
49
49
  "mkdocstrings[python]>=1",
50
- "zensical>=0.0.43",
50
+ "zensical>=0.0.45",
51
51
  ]
52
52
 
53
53
  [tool.bumpversion]
@@ -266,18 +266,18 @@
266
266
  [dependency-groups]
267
267
  dev = [
268
268
  "bump-my-version>=1.3.0",
269
- "poethepoet>=0.42",
269
+ "poethepoet>=0.46",
270
270
  "prek>=0.4",
271
271
  "pysentry-rs>=0.4",
272
272
  "pytest>=9",
273
273
  "pytest-cov>=7",
274
274
  "pytest-sugar>=1",
275
275
  "ruff>=0.15",
276
- "ty>=0.0.38",
276
+ "ty>=0.0.49",
277
277
  ]
278
278
  docs = [
279
279
  "mkdocstrings[python]>=1",
280
- "zensical>=0.0.43",
280
+ "zensical>=0.0.45",
281
281
  ]
282
282
 
283
283
  [tool.bumpversion]
@@ -493,17 +493,17 @@
493
493
  [dependency-groups]
494
494
  dev = [
495
495
  "bump-my-version>=1.3.0",
496
- "poethepoet>=0.42",
496
+ "poethepoet>=0.46",
497
497
  "prek>=0.4",
498
498
  "pytest>=9",
499
499
  "pytest-cov>=7",
500
500
  "pytest-sugar>=1",
501
501
  "ruff>=0.15",
502
- "ty>=0.0.38",
502
+ "ty>=0.0.49",
503
503
  ]
504
504
  docs = [
505
505
  "mkdocstrings[python]>=1",
506
- "zensical>=0.0.43",
506
+ "zensical>=0.0.45",
507
507
  ]
508
508
 
509
509
  [tool.bumpversion]
@@ -698,18 +698,18 @@
698
698
  [dependency-groups]
699
699
  dev = [
700
700
  "bump-my-version>=1.3.0",
701
- "poethepoet>=0.42",
701
+ "poethepoet>=0.46",
702
702
  "prek>=0.4",
703
703
  "pysentry-rs>=0.4",
704
704
  "pytest>=9",
705
705
  "pytest-cov>=7",
706
706
  "pytest-sugar>=1",
707
707
  "ruff>=0.15",
708
- "ty>=0.0.38",
708
+ "ty>=0.0.49",
709
709
  ]
710
710
  docs = [
711
711
  "mkdocstrings[python]>=1",
712
- "zensical>=0.0.43",
712
+ "zensical>=0.0.45",
713
713
  ]
714
714
 
715
715
  [tool.bumpversion]
@@ -909,13 +909,13 @@
909
909
  [dependency-groups]
910
910
  dev = [
911
911
  "bump-my-version>=1.3.0",
912
- "poethepoet>=0.42",
912
+ "poethepoet>=0.46",
913
913
  "prek>=0.4",
914
914
  "pytest>=9",
915
915
  "pytest-cov>=7",
916
916
  "pytest-sugar>=1",
917
917
  "ruff>=0.15",
918
- "ty>=0.0.38",
918
+ "ty>=0.0.49",
919
919
  ]
920
920
 
921
921
  [tool.bumpversion]
@@ -1113,14 +1113,14 @@
1113
1113
  [dependency-groups]
1114
1114
  dev = [
1115
1115
  "bump-my-version>=1.3.0",
1116
- "poethepoet>=0.42",
1116
+ "poethepoet>=0.46",
1117
1117
  "prek>=0.4",
1118
1118
  "pysentry-rs>=0.4",
1119
1119
  "pytest>=9",
1120
1120
  "pytest-cov>=7",
1121
1121
  "pytest-sugar>=1",
1122
1122
  "ruff>=0.15",
1123
- "ty>=0.0.38",
1123
+ "ty>=0.0.49",
1124
1124
  ]
1125
1125
 
1126
1126
  [tool.bumpversion]
@@ -1315,13 +1315,13 @@
1315
1315
  [dependency-groups]
1316
1316
  dev = [
1317
1317
  "bump-my-version>=1.3.0",
1318
- "poethepoet>=0.42",
1318
+ "poethepoet>=0.46",
1319
1319
  "prek>=0.4",
1320
1320
  "pytest>=9",
1321
1321
  "pytest-cov>=7",
1322
1322
  "pytest-sugar>=1",
1323
1323
  "ruff>=0.15",
1324
- "ty>=0.0.38",
1324
+ "ty>=0.0.49",
1325
1325
  ]
1326
1326
 
1327
1327
  [tool.bumpversion]
@@ -1495,14 +1495,14 @@
1495
1495
  [dependency-groups]
1496
1496
  dev = [
1497
1497
  "bump-my-version>=1.3.0",
1498
- "poethepoet>=0.42",
1498
+ "poethepoet>=0.46",
1499
1499
  "prek>=0.4",
1500
1500
  "pysentry-rs>=0.4",
1501
1501
  "pytest>=9",
1502
1502
  "pytest-cov>=7",
1503
1503
  "pytest-sugar>=1",
1504
1504
  "ruff>=0.15",
1505
- "ty>=0.0.38",
1505
+ "ty>=0.0.49",
1506
1506
  ]
1507
1507
 
1508
1508
  [tool.bumpversion]
@@ -1681,18 +1681,18 @@
1681
1681
  [dependency-groups]
1682
1682
  dev = [
1683
1683
  "bump-my-version>=1.3.0",
1684
- "poethepoet>=0.42",
1684
+ "poethepoet>=0.46",
1685
1685
  "prek>=0.4",
1686
1686
  "pytest>=9",
1687
1687
  "pytest-cov>=7",
1688
1688
  "pytest-sugar>=1",
1689
1689
  "ruff>=0.15",
1690
1690
  "syrupy>=5",
1691
- "ty>=0.0.38",
1691
+ "ty>=0.0.49",
1692
1692
  ]
1693
1693
  docs = [
1694
1694
  "mkdocstrings[python]>=1",
1695
- "zensical>=0.0.43",
1695
+ "zensical>=0.0.45",
1696
1696
  ]
1697
1697
 
1698
1698
  [tool.bumpversion]
@@ -1915,7 +1915,7 @@
1915
1915
  [dependency-groups]
1916
1916
  dev = [
1917
1917
  "bump-my-version>=1.3.0",
1918
- "poethepoet>=0.42",
1918
+ "poethepoet>=0.46",
1919
1919
  "prek>=0.4",
1920
1920
  "pysentry-rs>=0.4",
1921
1921
  "pytest>=9",
@@ -1923,11 +1923,11 @@
1923
1923
  "pytest-sugar>=1",
1924
1924
  "ruff>=0.15",
1925
1925
  "syrupy>=5",
1926
- "ty>=0.0.38",
1926
+ "ty>=0.0.49",
1927
1927
  ]
1928
1928
  docs = [
1929
1929
  "mkdocstrings[python]>=1",
1930
- "zensical>=0.0.43",
1930
+ "zensical>=0.0.45",
1931
1931
  ]
1932
1932
 
1933
1933
  [tool.bumpversion]
@@ -2147,18 +2147,18 @@
2147
2147
  [dependency-groups]
2148
2148
  dev = [
2149
2149
  "bump-my-version>=1.3.0",
2150
- "poethepoet>=0.42",
2150
+ "poethepoet>=0.46",
2151
2151
  "prek>=0.4",
2152
2152
  "pytest>=9",
2153
2153
  "pytest-cov>=7",
2154
2154
  "pytest-sugar>=1",
2155
2155
  "ruff>=0.15",
2156
2156
  "syrupy>=5",
2157
- "ty>=0.0.38",
2157
+ "ty>=0.0.49",
2158
2158
  ]
2159
2159
  docs = [
2160
2160
  "mkdocstrings[python]>=1",
2161
- "zensical>=0.0.43",
2161
+ "zensical>=0.0.45",
2162
2162
  ]
2163
2163
 
2164
2164
  [tool.bumpversion]
@@ -2357,7 +2357,7 @@
2357
2357
  [dependency-groups]
2358
2358
  dev = [
2359
2359
  "bump-my-version>=1.3.0",
2360
- "poethepoet>=0.42",
2360
+ "poethepoet>=0.46",
2361
2361
  "prek>=0.4",
2362
2362
  "pysentry-rs>=0.4",
2363
2363
  "pytest>=9",
@@ -2365,11 +2365,11 @@
2365
2365
  "pytest-sugar>=1",
2366
2366
  "ruff>=0.15",
2367
2367
  "syrupy>=5",
2368
- "ty>=0.0.38",
2368
+ "ty>=0.0.49",
2369
2369
  ]
2370
2370
  docs = [
2371
2371
  "mkdocstrings[python]>=1",
2372
- "zensical>=0.0.43",
2372
+ "zensical>=0.0.45",
2373
2373
  ]
2374
2374
 
2375
2375
  [tool.bumpversion]
@@ -2573,14 +2573,14 @@
2573
2573
  [dependency-groups]
2574
2574
  dev = [
2575
2575
  "bump-my-version>=1.3.0",
2576
- "poethepoet>=0.42",
2576
+ "poethepoet>=0.46",
2577
2577
  "prek>=0.4",
2578
2578
  "pytest>=9",
2579
2579
  "pytest-cov>=7",
2580
2580
  "pytest-sugar>=1",
2581
2581
  "ruff>=0.15",
2582
2582
  "syrupy>=5",
2583
- "ty>=0.0.38",
2583
+ "ty>=0.0.49",
2584
2584
  ]
2585
2585
 
2586
2586
  [tool.bumpversion]
@@ -2782,7 +2782,7 @@
2782
2782
  [dependency-groups]
2783
2783
  dev = [
2784
2784
  "bump-my-version>=1.3.0",
2785
- "poethepoet>=0.42",
2785
+ "poethepoet>=0.46",
2786
2786
  "prek>=0.4",
2787
2787
  "pysentry-rs>=0.4",
2788
2788
  "pytest>=9",
@@ -2790,7 +2790,7 @@
2790
2790
  "pytest-sugar>=1",
2791
2791
  "ruff>=0.15",
2792
2792
  "syrupy>=5",
2793
- "ty>=0.0.38",
2793
+ "ty>=0.0.49",
2794
2794
  ]
2795
2795
 
2796
2796
  [tool.bumpversion]
@@ -2989,14 +2989,14 @@
2989
2989
  [dependency-groups]
2990
2990
  dev = [
2991
2991
  "bump-my-version>=1.3.0",
2992
- "poethepoet>=0.42",
2992
+ "poethepoet>=0.46",
2993
2993
  "prek>=0.4",
2994
2994
  "pytest>=9",
2995
2995
  "pytest-cov>=7",
2996
2996
  "pytest-sugar>=1",
2997
2997
  "ruff>=0.15",
2998
2998
  "syrupy>=5",
2999
- "ty>=0.0.38",
2999
+ "ty>=0.0.49",
3000
3000
  ]
3001
3001
 
3002
3002
  [tool.bumpversion]
@@ -3174,7 +3174,7 @@
3174
3174
  [dependency-groups]
3175
3175
  dev = [
3176
3176
  "bump-my-version>=1.3.0",
3177
- "poethepoet>=0.42",
3177
+ "poethepoet>=0.46",
3178
3178
  "prek>=0.4",
3179
3179
  "pysentry-rs>=0.4",
3180
3180
  "pytest>=9",
@@ -3182,7 +3182,7 @@
3182
3182
  "pytest-sugar>=1",
3183
3183
  "ruff>=0.15",
3184
3184
  "syrupy>=5",
3185
- "ty>=0.0.38",
3185
+ "ty>=0.0.49",
3186
3186
  ]
3187
3187
 
3188
3188
  [tool.bumpversion]
@@ -3365,18 +3365,18 @@
3365
3365
  [dependency-groups]
3366
3366
  dev = [
3367
3367
  "bump-my-version>=1.3.0",
3368
- "poethepoet>=0.42",
3368
+ "poethepoet>=0.46",
3369
3369
  "prek>=0.4",
3370
3370
  "pytest>=9",
3371
3371
  "pytest-cov>=7",
3372
3372
  "pytest-sugar>=1",
3373
3373
  "pytest-xdist>=3",
3374
3374
  "ruff>=0.15",
3375
- "ty>=0.0.38",
3375
+ "ty>=0.0.49",
3376
3376
  ]
3377
3377
  docs = [
3378
3378
  "mkdocstrings[python]>=1",
3379
- "zensical>=0.0.43",
3379
+ "zensical>=0.0.45",
3380
3380
  ]
3381
3381
 
3382
3382
  [tool.bumpversion]
@@ -3597,7 +3597,7 @@
3597
3597
  [dependency-groups]
3598
3598
  dev = [
3599
3599
  "bump-my-version>=1.3.0",
3600
- "poethepoet>=0.42",
3600
+ "poethepoet>=0.46",
3601
3601
  "prek>=0.4",
3602
3602
  "pysentry-rs>=0.4",
3603
3603
  "pytest>=9",
@@ -3605,11 +3605,11 @@
3605
3605
  "pytest-sugar>=1",
3606
3606
  "pytest-xdist>=3",
3607
3607
  "ruff>=0.15",
3608
- "ty>=0.0.38",
3608
+ "ty>=0.0.49",
3609
3609
  ]
3610
3610
  docs = [
3611
3611
  "mkdocstrings[python]>=1",
3612
- "zensical>=0.0.43",
3612
+ "zensical>=0.0.45",
3613
3613
  ]
3614
3614
 
3615
3615
  [tool.bumpversion]
@@ -3827,18 +3827,18 @@
3827
3827
  [dependency-groups]
3828
3828
  dev = [
3829
3829
  "bump-my-version>=1.3.0",
3830
- "poethepoet>=0.42",
3830
+ "poethepoet>=0.46",
3831
3831
  "prek>=0.4",
3832
3832
  "pytest>=9",
3833
3833
  "pytest-cov>=7",
3834
3834
  "pytest-sugar>=1",
3835
3835
  "pytest-xdist>=3",
3836
3836
  "ruff>=0.15",
3837
- "ty>=0.0.38",
3837
+ "ty>=0.0.49",
3838
3838
  ]
3839
3839
  docs = [
3840
3840
  "mkdocstrings[python]>=1",
3841
- "zensical>=0.0.43",
3841
+ "zensical>=0.0.45",
3842
3842
  ]
3843
3843
 
3844
3844
  [tool.bumpversion]
@@ -4035,7 +4035,7 @@
4035
4035
  [dependency-groups]
4036
4036
  dev = [
4037
4037
  "bump-my-version>=1.3.0",
4038
- "poethepoet>=0.42",
4038
+ "poethepoet>=0.46",
4039
4039
  "prek>=0.4",
4040
4040
  "pysentry-rs>=0.4",
4041
4041
  "pytest>=9",
@@ -4043,11 +4043,11 @@
4043
4043
  "pytest-sugar>=1",
4044
4044
  "pytest-xdist>=3",
4045
4045
  "ruff>=0.15",
4046
- "ty>=0.0.38",
4046
+ "ty>=0.0.49",
4047
4047
  ]
4048
4048
  docs = [
4049
4049
  "mkdocstrings[python]>=1",
4050
- "zensical>=0.0.43",
4050
+ "zensical>=0.0.45",
4051
4051
  ]
4052
4052
 
4053
4053
  [tool.bumpversion]
@@ -4249,14 +4249,14 @@
4249
4249
  [dependency-groups]
4250
4250
  dev = [
4251
4251
  "bump-my-version>=1.3.0",
4252
- "poethepoet>=0.42",
4252
+ "poethepoet>=0.46",
4253
4253
  "prek>=0.4",
4254
4254
  "pytest>=9",
4255
4255
  "pytest-cov>=7",
4256
4256
  "pytest-sugar>=1",
4257
4257
  "pytest-xdist>=3",
4258
4258
  "ruff>=0.15",
4259
- "ty>=0.0.38",
4259
+ "ty>=0.0.49",
4260
4260
  ]
4261
4261
 
4262
4262
  [tool.bumpversion]
@@ -4456,7 +4456,7 @@
4456
4456
  [dependency-groups]
4457
4457
  dev = [
4458
4458
  "bump-my-version>=1.3.0",
4459
- "poethepoet>=0.42",
4459
+ "poethepoet>=0.46",
4460
4460
  "prek>=0.4",
4461
4461
  "pysentry-rs>=0.4",
4462
4462
  "pytest>=9",
@@ -4464,7 +4464,7 @@
4464
4464
  "pytest-sugar>=1",
4465
4465
  "pytest-xdist>=3",
4466
4466
  "ruff>=0.15",
4467
- "ty>=0.0.38",
4467
+ "ty>=0.0.49",
4468
4468
  ]
4469
4469
 
4470
4470
  [tool.bumpversion]
@@ -4661,14 +4661,14 @@
4661
4661
  [dependency-groups]
4662
4662
  dev = [
4663
4663
  "bump-my-version>=1.3.0",
4664
- "poethepoet>=0.42",
4664
+ "poethepoet>=0.46",
4665
4665
  "prek>=0.4",
4666
4666
  "pytest>=9",
4667
4667
  "pytest-cov>=7",
4668
4668
  "pytest-sugar>=1",
4669
4669
  "pytest-xdist>=3",
4670
4670
  "ruff>=0.15",
4671
- "ty>=0.0.38",
4671
+ "ty>=0.0.49",
4672
4672
  ]
4673
4673
 
4674
4674
  [tool.bumpversion]
@@ -4844,7 +4844,7 @@
4844
4844
  [dependency-groups]
4845
4845
  dev = [
4846
4846
  "bump-my-version>=1.3.0",
4847
- "poethepoet>=0.42",
4847
+ "poethepoet>=0.46",
4848
4848
  "prek>=0.4",
4849
4849
  "pysentry-rs>=0.4",
4850
4850
  "pytest>=9",
@@ -4852,7 +4852,7 @@
4852
4852
  "pytest-sugar>=1",
4853
4853
  "pytest-xdist>=3",
4854
4854
  "ruff>=0.15",
4855
- "ty>=0.0.38",
4855
+ "ty>=0.0.49",
4856
4856
  ]
4857
4857
 
4858
4858
  [tool.bumpversion]
@@ -5033,7 +5033,7 @@
5033
5033
  [dependency-groups]
5034
5034
  dev = [
5035
5035
  "bump-my-version>=1.3.0",
5036
- "poethepoet>=0.42",
5036
+ "poethepoet>=0.46",
5037
5037
  "prek>=0.4",
5038
5038
  "pytest>=9",
5039
5039
  "pytest-cov>=7",
@@ -5041,11 +5041,11 @@
5041
5041
  "pytest-xdist>=3",
5042
5042
  "ruff>=0.15",
5043
5043
  "syrupy>=5",
5044
- "ty>=0.0.38",
5044
+ "ty>=0.0.49",
5045
5045
  ]
5046
5046
  docs = [
5047
5047
  "mkdocstrings[python]>=1",
5048
- "zensical>=0.0.43",
5048
+ "zensical>=0.0.45",
5049
5049
  ]
5050
5050
 
5051
5051
  [tool.bumpversion]
@@ -5270,7 +5270,7 @@
5270
5270
  [dependency-groups]
5271
5271
  dev = [
5272
5272
  "bump-my-version>=1.3.0",
5273
- "poethepoet>=0.42",
5273
+ "poethepoet>=0.46",
5274
5274
  "prek>=0.4",
5275
5275
  "pysentry-rs>=0.4",
5276
5276
  "pytest>=9",
@@ -5279,11 +5279,11 @@
5279
5279
  "pytest-xdist>=3",
5280
5280
  "ruff>=0.15",
5281
5281
  "syrupy>=5",
5282
- "ty>=0.0.38",
5282
+ "ty>=0.0.49",
5283
5283
  ]
5284
5284
  docs = [
5285
5285
  "mkdocstrings[python]>=1",
5286
- "zensical>=0.0.43",
5286
+ "zensical>=0.0.45",
5287
5287
  ]
5288
5288
 
5289
5289
  [tool.bumpversion]
@@ -5505,7 +5505,7 @@
5505
5505
  [dependency-groups]
5506
5506
  dev = [
5507
5507
  "bump-my-version>=1.3.0",
5508
- "poethepoet>=0.42",
5508
+ "poethepoet>=0.46",
5509
5509
  "prek>=0.4",
5510
5510
  "pytest>=9",
5511
5511
  "pytest-cov>=7",
@@ -5513,11 +5513,11 @@
5513
5513
  "pytest-xdist>=3",
5514
5514
  "ruff>=0.15",
5515
5515
  "syrupy>=5",
5516
- "ty>=0.0.38",
5516
+ "ty>=0.0.49",
5517
5517
  ]
5518
5518
  docs = [
5519
5519
  "mkdocstrings[python]>=1",
5520
- "zensical>=0.0.43",
5520
+ "zensical>=0.0.45",
5521
5521
  ]
5522
5522
 
5523
5523
  [tool.bumpversion]
@@ -5718,7 +5718,7 @@
5718
5718
  [dependency-groups]
5719
5719
  dev = [
5720
5720
  "bump-my-version>=1.3.0",
5721
- "poethepoet>=0.42",
5721
+ "poethepoet>=0.46",
5722
5722
  "prek>=0.4",
5723
5723
  "pysentry-rs>=0.4",
5724
5724
  "pytest>=9",
@@ -5727,11 +5727,11 @@
5727
5727
  "pytest-xdist>=3",
5728
5728
  "ruff>=0.15",
5729
5729
  "syrupy>=5",
5730
- "ty>=0.0.38",
5730
+ "ty>=0.0.49",
5731
5731
  ]
5732
5732
  docs = [
5733
5733
  "mkdocstrings[python]>=1",
5734
- "zensical>=0.0.43",
5734
+ "zensical>=0.0.45",
5735
5735
  ]
5736
5736
 
5737
5737
  [tool.bumpversion]
@@ -5937,7 +5937,7 @@
5937
5937
  [dependency-groups]
5938
5938
  dev = [
5939
5939
  "bump-my-version>=1.3.0",
5940
- "poethepoet>=0.42",
5940
+ "poethepoet>=0.46",
5941
5941
  "prek>=0.4",
5942
5942
  "pytest>=9",
5943
5943
  "pytest-cov>=7",
@@ -5945,7 +5945,7 @@
5945
5945
  "pytest-xdist>=3",
5946
5946
  "ruff>=0.15",
5947
5947
  "syrupy>=5",
5948
- "ty>=0.0.38",
5948
+ "ty>=0.0.49",
5949
5949
  ]
5950
5950
 
5951
5951
  [tool.bumpversion]
@@ -6149,7 +6149,7 @@
6149
6149
  [dependency-groups]
6150
6150
  dev = [
6151
6151
  "bump-my-version>=1.3.0",
6152
- "poethepoet>=0.42",
6152
+ "poethepoet>=0.46",
6153
6153
  "prek>=0.4",
6154
6154
  "pysentry-rs>=0.4",
6155
6155
  "pytest>=9",
@@ -6158,7 +6158,7 @@
6158
6158
  "pytest-xdist>=3",
6159
6159
  "ruff>=0.15",
6160
6160
  "syrupy>=5",
6161
- "ty>=0.0.38",
6161
+ "ty>=0.0.49",
6162
6162
  ]
6163
6163
 
6164
6164
  [tool.bumpversion]
@@ -6359,7 +6359,7 @@
6359
6359
  [dependency-groups]
6360
6360
  dev = [
6361
6361
  "bump-my-version>=1.3.0",
6362
- "poethepoet>=0.42",
6362
+ "poethepoet>=0.46",
6363
6363
  "prek>=0.4",
6364
6364
  "pytest>=9",
6365
6365
  "pytest-cov>=7",
@@ -6367,7 +6367,7 @@
6367
6367
  "pytest-xdist>=3",
6368
6368
  "ruff>=0.15",
6369
6369
  "syrupy>=5",
6370
- "ty>=0.0.38",
6370
+ "ty>=0.0.49",
6371
6371
  ]
6372
6372
 
6373
6373
  [tool.bumpversion]
@@ -6547,7 +6547,7 @@
6547
6547
  [dependency-groups]
6548
6548
  dev = [
6549
6549
  "bump-my-version>=1.3.0",
6550
- "poethepoet>=0.42",
6550
+ "poethepoet>=0.46",
6551
6551
  "prek>=0.4",
6552
6552
  "pysentry-rs>=0.4",
6553
6553
  "pytest>=9",
@@ -6556,7 +6556,7 @@
6556
6556
  "pytest-xdist>=3",
6557
6557
  "ruff>=0.15",
6558
6558
  "syrupy>=5",
6559
- "ty>=0.0.38",
6559
+ "ty>=0.0.49",
6560
6560
  ]
6561
6561
 
6562
6562
  [tool.bumpversion]
@@ -6744,7 +6744,7 @@
6744
6744
  [dependency-groups]
6745
6745
  dev = [
6746
6746
  "bump-my-version>=1.3.0",
6747
- "poethepoet>=0.42",
6747
+ "poethepoet>=0.46",
6748
6748
  "prek>=0.4",
6749
6749
  "pysentry-rs>=0.4",
6750
6750
  "pytest>=9",
@@ -6753,11 +6753,11 @@
6753
6753
  "pytest-xdist>=3",
6754
6754
  "ruff>=0.15",
6755
6755
  "syrupy>=5",
6756
- "ty>=0.0.38",
6756
+ "ty>=0.0.49",
6757
6757
  ]
6758
6758
  docs = [
6759
6759
  "mkdocstrings[python]>=1",
6760
- "zensical>=0.0.43",
6760
+ "zensical>=0.0.45",
6761
6761
  ]
6762
6762
 
6763
6763
  [tool.bumpversion]
@@ -6974,7 +6974,7 @@
6974
6974
  [dependency-groups]
6975
6975
  dev = [
6976
6976
  "bump-my-version>=1.3.0",
6977
- "poethepoet>=0.42",
6977
+ "poethepoet>=0.46",
6978
6978
  "prek>=0.4",
6979
6979
  "pysentry-rs>=0.4",
6980
6980
  "pytest>=9",
@@ -6983,11 +6983,11 @@
6983
6983
  "pytest-xdist>=3",
6984
6984
  "ruff>=0.15",
6985
6985
  "syrupy>=5",
6986
- "ty>=0.0.38",
6986
+ "ty>=0.0.49",
6987
6987
  ]
6988
6988
  docs = [
6989
6989
  "mkdocstrings[python]>=1",
6990
- "zensical>=0.0.43",
6990
+ "zensical>=0.0.45",
6991
6991
  ]
6992
6992
 
6993
6993
  [tool.bumpversion]
@@ -7198,7 +7198,7 @@
7198
7198
  [dependency-groups]
7199
7199
  dev = [
7200
7200
  "bump-my-version>=1.3.0",
7201
- "poethepoet>=0.42",
7201
+ "poethepoet>=0.46",
7202
7202
  "prek>=0.4",
7203
7203
  "pysentry-rs>=0.4",
7204
7204
  "pytest>=9",
@@ -7207,11 +7207,11 @@
7207
7207
  "pytest-xdist>=3",
7208
7208
  "ruff>=0.15",
7209
7209
  "syrupy>=5",
7210
- "ty>=0.0.38",
7210
+ "ty>=0.0.49",
7211
7211
  ]
7212
7212
  docs = [
7213
7213
  "mkdocstrings[python]>=1",
7214
- "zensical>=0.0.43",
7214
+ "zensical>=0.0.45",
7215
7215
  ]
7216
7216
 
7217
7217
  [tool.bumpversion]
@@ -7440,7 +7440,7 @@
7440
7440
  [dependency-groups]
7441
7441
  dev = [
7442
7442
  "bump-my-version>=1.3.0",
7443
- "poethepoet>=0.42",
7443
+ "poethepoet>=0.46",
7444
7444
  "prek>=0.4",
7445
7445
  "pysentry-rs>=0.4",
7446
7446
  "pytest>=9",
@@ -7449,11 +7449,11 @@
7449
7449
  "pytest-xdist>=3",
7450
7450
  "ruff>=0.15",
7451
7451
  "syrupy>=5",
7452
- "ty>=0.0.38",
7452
+ "ty>=0.0.49",
7453
7453
  ]
7454
7454
  docs = [
7455
7455
  "mkdocstrings[python]>=1",
7456
- "zensical>=0.0.43",
7456
+ "zensical>=0.0.45",
7457
7457
  ]
7458
7458
 
7459
7459
  [tool.bumpversion]
@@ -7674,7 +7674,7 @@
7674
7674
  [dependency-groups]
7675
7675
  dev = [
7676
7676
  "bump-my-version>=1.3.0",
7677
- "poethepoet>=0.42",
7677
+ "poethepoet>=0.46",
7678
7678
  "prek>=0.4",
7679
7679
  "pysentry-rs>=0.4",
7680
7680
  "pytest>=9",
@@ -7683,11 +7683,11 @@
7683
7683
  "pytest-xdist>=3",
7684
7684
  "ruff>=0.15",
7685
7685
  "syrupy>=5",
7686
- "ty>=0.0.38",
7686
+ "ty>=0.0.49",
7687
7687
  ]
7688
7688
  docs = [
7689
7689
  "mkdocstrings[python]>=1",
7690
- "zensical>=0.0.43",
7690
+ "zensical>=0.0.45",
7691
7691
  ]
7692
7692
 
7693
7693
  [tool.bumpversion]
@@ -7916,7 +7916,7 @@
7916
7916
  [dependency-groups]
7917
7917
  dev = [
7918
7918
  "bump-my-version>=1.3.0",
7919
- "poethepoet>=0.42",
7919
+ "poethepoet>=0.46",
7920
7920
  "prek>=0.4",
7921
7921
  "pysentry-rs>=0.4",
7922
7922
  "pytest>=9",
@@ -7925,11 +7925,11 @@
7925
7925
  "pytest-xdist>=3",
7926
7926
  "ruff>=0.15",
7927
7927
  "syrupy>=5",
7928
- "ty>=0.0.38",
7928
+ "ty>=0.0.49",
7929
7929
  ]
7930
7930
  docs = [
7931
7931
  "mkdocstrings[python]>=1",
7932
- "zensical>=0.0.43",
7932
+ "zensical>=0.0.45",
7933
7933
  ]
7934
7934
 
7935
7935
  [tool.bumpversion]
@@ -31,7 +31,7 @@
31
31
  uses: actions/checkout@v6
32
32
 
33
33
  - name: 🦀 Set up Python project with uv
34
- uses: astral-sh/setup-uv@v8.1.0
34
+ uses: astral-sh/setup-uv@v8.2.0
35
35
  with:
36
36
  enable-cache: true
37
37
  python-version: ${{ matrix.python-version }}
@@ -54,6 +54,8 @@
54
54
  if: ${{ matrix.python-version == '3.14' }}
55
55
  with:
56
56
  fail_ci_if_error: true
57
+ use_pypi: true
58
+ version: 11.2.8
57
59
 
58
60
  docs:
59
61
  name: Documentation
@@ -65,7 +67,7 @@
65
67
  fetch-depth: 0
66
68
 
67
69
  - name: 🦀 Set up Python project with uv
68
- uses: astral-sh/setup-uv@v8.1.0
70
+ uses: astral-sh/setup-uv@v8.2.0
69
71
  with:
70
72
  enable-cache: true
71
73
  python-version: '3.14'
@@ -126,7 +128,7 @@
126
128
  uses: actions/checkout@v6
127
129
 
128
130
  - name: 🦀 Set up Python project with uv
129
- uses: astral-sh/setup-uv@v8.1.0
131
+ uses: astral-sh/setup-uv@v8.2.0
130
132
  with:
131
133
  enable-cache: true
132
134
  python-version: ${{ matrix.python-version }}
@@ -150,7 +152,7 @@
150
152
  fetch-depth: 0
151
153
 
152
154
  - name: 🦀 Set up Python project with uv
153
- uses: astral-sh/setup-uv@v8.1.0
155
+ uses: astral-sh/setup-uv@v8.2.0
154
156
  with:
155
157
  enable-cache: true
156
158
  python-version: '3.14'
@@ -211,7 +213,7 @@
211
213
  uses: actions/checkout@v6
212
214
 
213
215
  - name: 🦀 Set up Python project with uv
214
- uses: astral-sh/setup-uv@v8.1.0
216
+ uses: astral-sh/setup-uv@v8.2.0
215
217
  with:
216
218
  enable-cache: true
217
219
  python-version: ${{ matrix.python-version }}
@@ -234,6 +236,8 @@
234
236
  if: ${{ matrix.python-version == '3.14' }}
235
237
  with:
236
238
  fail_ci_if_error: true
239
+ use_pypi: true
240
+ version: 11.2.8
237
241
 
238
242
 
239
243
  gitleaks:
@@ -286,7 +290,7 @@
286
290
  uses: actions/checkout@v6
287
291
 
288
292
  - name: 🦀 Set up Python project with uv
289
- uses: astral-sh/setup-uv@v8.1.0
293
+ uses: astral-sh/setup-uv@v8.2.0
290
294
  with:
291
295
  enable-cache: true
292
296
  python-version: ${{ matrix.python-version }}
@@ -349,7 +353,7 @@
349
353
  uses: actions/checkout@v6
350
354
 
351
355
  - name: 🦀 Set up Python project with uv
352
- uses: astral-sh/setup-uv@v8.1.0
356
+ uses: astral-sh/setup-uv@v8.2.0
353
357
  with:
354
358
  enable-cache: true
355
359
  python-version: ${{ matrix.python-version }}
@@ -372,6 +376,8 @@
372
376
  if: ${{ matrix.python-version == '3.12' }}
373
377
  with:
374
378
  fail_ci_if_error: true
379
+ use_pypi: true
380
+ version: 11.2.8
375
381
 
376
382
  docs:
377
383
  name: Documentation
@@ -383,7 +389,7 @@
383
389
  fetch-depth: 0
384
390
 
385
391
  - name: 🦀 Set up Python project with uv
386
- uses: astral-sh/setup-uv@v8.1.0
392
+ uses: astral-sh/setup-uv@v8.2.0
387
393
  with:
388
394
  enable-cache: true
389
395
  python-version: '3.12'
@@ -440,7 +446,7 @@
440
446
  uses: actions/checkout@v6
441
447
 
442
448
  - name: 🦀 Set up Python project with uv
443
- uses: astral-sh/setup-uv@v8.1.0
449
+ uses: astral-sh/setup-uv@v8.2.0
444
450
  with:
445
451
  enable-cache: true
446
452
  python-version: ${{ matrix.python-version }}
@@ -463,6 +469,8 @@
463
469
  if: ${{ matrix.python-version == '3.12' }}
464
470
  with:
465
471
  fail_ci_if_error: true
472
+ use_pypi: true
473
+ version: 11.2.8
466
474
 
467
475
  docs:
468
476
  name: Documentation
@@ -474,7 +482,7 @@
474
482
  fetch-depth: 0
475
483
 
476
484
  - name: 🦀 Set up Python project with uv
477
- uses: astral-sh/setup-uv@v8.1.0
485
+ uses: astral-sh/setup-uv@v8.2.0
478
486
  with:
479
487
  enable-cache: true
480
488
  python-version: '3.12'
@@ -535,7 +543,7 @@
535
543
  uses: actions/checkout@v6
536
544
 
537
545
  - name: 🦀 Set up Python project with uv
538
- uses: astral-sh/setup-uv@v8.1.0
546
+ uses: astral-sh/setup-uv@v8.2.0
539
547
  with:
540
548
  enable-cache: true
541
549
  python-version: ${{ matrix.python-version }}
@@ -558,6 +566,8 @@
558
566
  if: ${{ matrix.python-version == '3.14' }}
559
567
  with:
560
568
  fail_ci_if_error: true
569
+ use_pypi: true
570
+ version: 11.2.8
561
571
 
562
572
  docs:
563
573
  name: Documentation
@@ -569,7 +579,7 @@
569
579
  fetch-depth: 0
570
580
 
571
581
  - name: 🦀 Set up Python project with uv
572
- uses: astral-sh/setup-uv@v8.1.0
582
+ uses: astral-sh/setup-uv@v8.2.0
573
583
  with:
574
584
  enable-cache: true
575
585
  python-version: '3.14'
@@ -628,7 +638,7 @@
628
638
  uses: actions/checkout@v6
629
639
 
630
640
  - name: 🦀 Set up Python project with uv
631
- uses: astral-sh/setup-uv@v8.1.0
641
+ uses: astral-sh/setup-uv@v8.2.0
632
642
  with:
633
643
  enable-cache: true
634
644
  python-version: ${{ matrix.python-version }}
@@ -651,6 +661,8 @@
651
661
  if: ${{ matrix.python-version == '3.14' }}
652
662
  with:
653
663
  fail_ci_if_error: true
664
+ use_pypi: true
665
+ version: 11.2.8
654
666
 
655
667
  docs:
656
668
  name: Documentation
@@ -662,7 +674,7 @@
662
674
  fetch-depth: 0
663
675
 
664
676
  - name: 🦀 Set up Python project with uv
665
- uses: astral-sh/setup-uv@v8.1.0
677
+ uses: astral-sh/setup-uv@v8.2.0
666
678
  with:
667
679
  enable-cache: true
668
680
  python-version: '3.14'
@@ -723,7 +735,7 @@
723
735
  uses: actions/checkout@v6
724
736
 
725
737
  - name: 🦀 Set up Python project with uv
726
- uses: astral-sh/setup-uv@v8.1.0
738
+ uses: astral-sh/setup-uv@v8.2.0
727
739
  with:
728
740
  enable-cache: true
729
741
  python-version: ${{ matrix.python-version }}
@@ -746,6 +758,8 @@
746
758
  if: ${{ matrix.python-version == '3.14' }}
747
759
  with:
748
760
  fail_ci_if_error: true
761
+ use_pypi: true
762
+ version: 11.2.8
749
763
 
750
764
  docs:
751
765
  name: Documentation
@@ -757,7 +771,7 @@
757
771
  fetch-depth: 0
758
772
 
759
773
  - name: 🦀 Set up Python project with uv
760
- uses: astral-sh/setup-uv@v8.1.0
774
+ uses: astral-sh/setup-uv@v8.2.0
761
775
  with:
762
776
  enable-cache: true
763
777
  python-version: '3.14'
@@ -816,7 +830,7 @@
816
830
  uses: actions/checkout@v6
817
831
 
818
832
  - name: 🦀 Set up Python project with uv
819
- uses: astral-sh/setup-uv@v8.1.0
833
+ uses: astral-sh/setup-uv@v8.2.0
820
834
  with:
821
835
  enable-cache: true
822
836
  python-version: ${{ matrix.python-version }}
@@ -839,6 +853,8 @@
839
853
  if: ${{ matrix.python-version == '3.14' }}
840
854
  with:
841
855
  fail_ci_if_error: true
856
+ use_pypi: true
857
+ version: 11.2.8
842
858
 
843
859
  docs:
844
860
  name: Documentation
@@ -850,7 +866,7 @@
850
866
  fetch-depth: 0
851
867
 
852
868
  - name: 🦀 Set up Python project with uv
853
- uses: astral-sh/setup-uv@v8.1.0
869
+ uses: astral-sh/setup-uv@v8.2.0
854
870
  with:
855
871
  enable-cache: true
856
872
  python-version: '3.14'
@@ -899,7 +915,7 @@
899
915
  fetch-depth: 0
900
916
 
901
917
  - name: 🦀 Set up Python project with uv
902
- uses: astral-sh/setup-uv@v8.1.0
918
+ uses: astral-sh/setup-uv@v8.2.0
903
919
  with:
904
920
  enable-cache: true
905
921
  python-version: '3.14'
@@ -958,7 +974,7 @@
958
974
  fetch-depth: 0
959
975
 
960
976
  - name: 🦀 Set up Python project with uv
961
- uses: astral-sh/setup-uv@v8.1.0
977
+ uses: astral-sh/setup-uv@v8.2.0
962
978
  with:
963
979
  enable-cache: true
964
980
  python-version: '3.14'
@@ -159,8 +159,8 @@ class ExpectRun:
159
159
  return SimpleNamespace(stdout=json.dumps(data))
160
160
  if mock:
161
161
  return MagicMock()
162
- if tuple(cmd) == ("copier", "update", "-l"):
163
- cmd = [*cmd, "--vcs-ref", DEFAULT_END_REF]
162
+ if tuple(cmd[:3]) == ("copier", "update", "--skip-answered"):
163
+ cmd = [*cmd[:2], "--defaults", "--vcs-ref", DEFAULT_END_REF]
164
164
  cmd = [
165
165
  (
166
166
  str(self.origin)
@@ -299,7 +299,7 @@ def test_main_update_error(
299
299
  cwd=worktree,
300
300
  capture_output=True,
301
301
  )
302
- expect_run.expect(["copier", "update", "-l"], cwd=worktree)
302
+ expect_run.expect(["copier", "update", "--skip-answered"], cwd=worktree)
303
303
  expect_run.expect(
304
304
  ["git", "status", "--porcelain"], cwd=worktree, capture_output=True
305
305
  )
@@ -386,7 +386,7 @@ def test_main_update_with_project(
386
386
  cwd=worktree,
387
387
  capture_output=True,
388
388
  )
389
- expect_run.expect(["copier", "update", "-l"], cwd=worktree)
389
+ expect_run.expect(["copier", "update", "--skip-answered"], cwd=worktree)
390
390
  expect_run.expect(
391
391
  ["git", "status", "--porcelain"], cwd=worktree, capture_output=True
392
392
  )
File without changes
File without changes
File without changes