feat: add UpdateVersionAction

This commit is contained in:
cătălin 2025-03-05 12:40:19 +01:00
commit 839f67ad0a
No known key found for this signature in database
8 changed files with 260 additions and 139 deletions

11
uv.lock generated
View file

@ -549,6 +549,7 @@ dev = [
{ name = "pytest-asyncio" },
{ name = "pytest-coverage" },
{ name = "ruff" },
{ name = "types-pyyaml" },
]
[package.metadata]
@ -582,6 +583,7 @@ dev = [
{ name = "pytest-asyncio", specifier = ">=0.25.0" },
{ name = "pytest-coverage", specifier = ">=0.0" },
{ name = "ruff", specifier = ">=0.8.3" },
{ name = "types-pyyaml", specifier = ">=6.0.12.20241230" },
]
[[package]]
@ -1482,6 +1484,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/d0/cc/0a838ba5ca64dc832aa43f727bd586309846b0ffb2ce52422543e6075e8a/typer-0.15.1-py3-none-any.whl", hash = "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847", size = 44908 },
]
[[package]]
name = "types-pyyaml"
version = "6.0.12.20241230"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/9a/f9/4d566925bcf9396136c0a2e5dc7e230ff08d86fa011a69888dd184469d80/types_pyyaml-6.0.12.20241230.tar.gz", hash = "sha256:7f07622dbd34bb9c8b264fe860a17e0efcad00d50b5f27e93984909d9363498c", size = 17078 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/e8/c1/48474fbead512b70ccdb4f81ba5eb4a58f69d100ba19f17c92c0c4f50ae6/types_PyYAML-6.0.12.20241230-py3-none-any.whl", hash = "sha256:fa4d32565219b68e6dee5f67534c722e53c00d1cfc09c435ef04d7353e1e96e6", size = 20029 },
]
[[package]]
name = "typing-extensions"
version = "4.12.2"