fix: pin devx to v0.50.1 (v0.50.5 tag does not exist)
CI / validate (pull_request) Successful in 3m20s
CI / molecule-tests (1) (pull_request) Successful in 4m22s
CI / auto-merge (pull_request) Failing after 1m6s
CI / molecule-tests (4) (pull_request) Successful in 6m4s
CI / molecule-tests (3) (pull_request) Successful in 8m42s
CI / molecule-tests (2) (pull_request) Successful in 9m3s

This commit is contained in:
Emil Simeonov
2026-08-24 04:36:31 +02:00
parent fe9f66afb5
commit 150d3267d1
+2 -2
View File
@@ -36,7 +36,7 @@ ci = [
"build==1.5.1",
"twine==6.2.0",
# Reusable CI/CD and dev tools (auto-merge, pr-review, pre-push checks, etc.)
"devx @ git+https://git.oblachno.oblachno.fyi/oblachno-oss/devx.git@v0.50.0",
"devx @ git+https://git.oblachno.oblachno.fyi/oblachno-oss/devx.git@v0.50.1",
]
# Lint and type-checking tools (validate job)
lint = [
@@ -56,7 +56,7 @@ molecule = [
dev = [
"grm[ci,lint,molecule]",
# Reusable CI/CD and dev tools (pre-push hooks, create-task, create-pr)
"devx @ git+https://git.oblachno.oblachno.fyi/oblachno-oss/devx.git@v0.50.0",
"devx @ git+https://git.oblachno.oblachno.fyi/oblachno-oss/devx.git@v0.50.1",
# Non-Python dev dependency: checkmake (Makefile linter)
# Install via: go install github.com/checkmake/checkmake/cmd/checkmake@latest
]