Skip to content

Commit 301959c

Browse files
committed
fix: lock ansible-core to <2.20.0 for ansible 12.2.0 compatibility
Signed-off-by: Rui Chen <[email protected]>
1 parent 43e758b commit 301959c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# free to override `additional_dependencies` in your own hook config
2222
# file as we only support latest stable version of ansible-core when used
2323
# as an action.
24-
- ansible-core>=2.19.0
24+
- ansible-core>=2.19.0,<2.20.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
dependencies = [
3535
"ansible-compat>=25.8.2",
36-
"ansible-core>=2.17.10",
36+
"ansible-core>=2.17.10,<2.20.0",
3737
"black>=24.3.0",
3838
"cffi>=1.17.1", # indirect dependency of ruamel-yaml
3939
"cryptography>=38",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)