Skip to content

Commit 77e3531

Browse files
authored
Merge pull request #129 from blooop/feature/gh-version-upper-bound
Add upper version bound for gh dependency
2 parents 0d32b9f + 363681a commit 77e3531

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pixi.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ platforms = ["linux-64"]
2020
python = ">=3.10"
2121
shellcheck = ">=0.10.0,<0.11"
2222
devpod = ">=0.8.0,<0.9"
23-
gh = ">=2.63.0"
23+
gh = ">=2.83.0,<3.0"
2424
ralph-claude-code = ">=0.1.0"
2525

2626
[tool.pixi.feature.py310.dependencies]

0 commit comments

Comments
 (0)