Skip to content

Commit 25104df

Browse files
deps: update ansible-runner requirement from <=2.4.1,>=2.0.0 to >=2.0.0,<=2.4.2 (#209)
Updates the requirements on [ansible-runner](https://github.com/ansible/ansible-runner) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ansible/ansible-runner/releases">ansible-runner's releases</a>.</em></p> <blockquote> <h2>2.4.2</h2> <h2>What's Changed</h2> <ul> <li>Short circuit display wrapper of the callback plugin within forks (<a href="https://redirect.github.com/ansible/ansible-runner/pull/1414">ansible/ansible-runner#1414</a>)</li> <li>Improve EOF log messages when streaming (<a href="https://redirect.github.com/ansible/ansible-runner/pull/1458">ansible/ansible-runner#1458</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ansible/ansible-runner/compare/2.4.1...2.4.2">https://github.com/ansible/ansible-runner/compare/2.4.1...2.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ansible/ansible-runner/commit/aa1d85044c197f8bd03ba1824c6de4510bab30ee"><code>aa1d850</code></a> Improve EOF log messages when streaming (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1454">#1454</a>) (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1458">#1458</a>)</li> <li><a href="https://github.com/ansible/ansible-runner/commit/23d1720a2f29ef2518e4bede106e88545ad2625f"><code>23d1720</code></a> Fix container build cache issue (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1449">#1449</a>) (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1450">#1450</a>)</li> <li><a href="https://github.com/ansible/ansible-runner/commit/342cfc58f46c6bf0b6b6f23d91b726fa27091637"><code>342cfc5</code></a> Remove wheel building from CI (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1443">#1443</a>) (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1445">#1445</a>)</li> <li><a href="https://github.com/ansible/ansible-runner/commit/3dde1ffdeec743b07c9d3ef90c587db40bea8d62"><code>3dde1ff</code></a> Change keepalive test boundary to 15</li> <li><a href="https://github.com/ansible/ansible-runner/commit/823bba55e5905fc3d9408464a62efa244fc0b579"><code>823bba5</code></a> Fix CI for core 2.19.0 (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1435">#1435</a>)</li> <li><a href="https://github.com/ansible/ansible-runner/commit/d9bcdd514bbe6e28b950c40b542c1fe2c37cdf00"><code>d9bcdd5</code></a> Remove outdated skipif fixtures</li> <li><a href="https://github.com/ansible/ansible-runner/commit/d72b2ee9d2951b8eb06100a101500d4267b5e690"><code>d72b2ee</code></a> Short circuit display wrapper in forks (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1414">#1414</a>)</li> <li><a href="https://github.com/ansible/ansible-runner/commit/388135bcf6b7e786d197315e02d042d246388d4f"><code>388135b</code></a> [PR <a href="https://redirect.github.com/ansible/ansible-runner/issues/1425">#1425</a>/827f5f65 backport][release_2.4] 🧪 Use <code>reusable-tox.yml</code> @ `tox-dev...</li> <li><a href="https://github.com/ansible/ansible-runner/commit/ac1a759d95e1953549bc9af46bf46285bec99b70"><code>ac1a759</code></a> Bump core integration tests for core 2.18 release (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1401">#1401</a>)</li> <li><a href="https://github.com/ansible/ansible-runner/commit/4ff8ce3af4ace1fb1dc488bfe93e1257deedacf4"><code>4ff8ce3</code></a> Modify volume mount behavior when source does not exist (<a href="https://redirect.github.com/ansible/ansible-runner/issues/1408">#1408</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ansible/ansible-runner/compare/2.0.0...2.4.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1405d41 commit 25104df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ classifiers = [
5454
]
5555
dependencies = [
5656
"ansible>=6.0.0,<=12.0.0",
57-
"ansible-runner>=2.0.0,<=2.4.1",
57+
"ansible-runner>=2.0.0,<=2.4.2",
5858
"minimega==2.9",
5959
"ClusterShell<=1.9.3",
6060
"colorama<=0.4.6",

0 commit comments

Comments
 (0)