Skip to content

Commit d448857

Browse files
authored
Bump ansible-runner to 2.4.x (#1389)
<!-- Mandatory: Provide a clear, concise description of the changes and their purpose --> <!-- If applicable, provide a link to the issue that is being addressed --> Bump ansible-runner requirement to 2.4.x and the lock file to 2.4.1 <!-- What is being changed? --> <!-- Why is this change needed? --> <!-- How does this change address the issue? --> <!-- Does this change introduce any new dependencies, blockers or breaking changes? --> <!-- How it can be tested? --> Signed-off-by: Julen Landa Alustiza <[email protected]>
1 parent 04935c7 commit d448857

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ django-ansible-base = { git = "https://github.com/ansible/django-ansible-base.gi
5959
jinja2 = ">=3.1.3,<3.2"
6060
django-split-settings = "^1.2.0"
6161
pexpect = "^4.9.0"
62-
ansible-runner = ">=2.3"
62+
ansible-runner = ">=2.4"
6363
python-gnupg = "^0.5.2"
6464
# indirectly needed by twisted, this version avoids issues with newer versions of setuptools:
6565
# https://github.com/crossbario/autobahn-python/pull/1632

0 commit comments

Comments
 (0)