Skip to content

Commit 43b00b5

Browse files
authored
fix(deps): exclude ansible-core 2.17.x (CVE-2026-11332) (#5123)
1 parent 2e3bd31 commit 43b00b5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
dependencies = [
3636
"ansible-compat>=26.3.0",
37-
"ansible-core>=2.16.14",
37+
"ansible-core>=2.16.19,!=2.17.*",
3838
"black>=24.3.0",
3939
"cffi>=1.15.1", # indirect dependency of ruamel-yaml
4040
"cryptography>=37",

uv.lock

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

0 commit comments

Comments
 (0)