Skip to content

Commit 436a717

Browse files
authored
Merge pull request #6 from omsf/chore/pin-gha_runner
chore: add lower pin for gha_runner
2 parents 033bd1a + c928d4d commit 436a717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Start an AWS GitHub Actions Runner"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
authors = [{ name = "Ethan Holz", email = "ethan.holz@omsf.io" }]
8-
dependencies = ["boto3", "gha_runner"]
8+
dependencies = ["boto3", "gha_runner >= 0.6.2"]
99

1010
[project.optional-dependencies]
1111
test = ["pytest", "pytest-cov", "moto[ec2]", "responses"]

0 commit comments

Comments
 (0)