Skip to content

Commit d657790

Browse files
authored
fix: Resolve platform dependency conflicts (#528)
* fix: Resolve platform dependency conflicts * Update lockfile
1 parent 435f008 commit d657790

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ classifiers = [
6363
"Programming Language :: Python :: 3.13"
6464
]
6565
dependencies = [
66-
"ansible-core>=2.17.14",
66+
"ansible-core>=2.16.14",
6767
"ansible-compat>=25.8.2",
68-
"cffi>=1.17.1",
69-
"packaging>=25.0",
68+
"cffi>=1.15.1",
69+
"packaging>=22.0",
7070
"pytest>=6",
7171
"pytest-plus>=0.8.1",
7272
"pytest-sugar>=1.1.1",

uv.lock

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

0 commit comments

Comments
 (0)