Skip to content

Commit 5017d17

Browse files
authored
fix: require ansible-core>=2.17.10 (#4835)
1 parent 35e396c commit 5017d17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: ">=2.20.0"
2+
requires_ansible: ">=2.21.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.16.11",
36+
"ansible-core>=2.17.10",
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)