mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-13 23:47:10 +00:00
chore(deps): update ansible-core requirement from <2.16.6,>=2.15 to >=2.15,<2.17.1 (#190)
Updates the requirements on [ansible-core](https://github.com/ansible/ansible) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ansible/ansible/releases">ansible-core's releases</a>.</em></p> <blockquote> <h2>v2.17.0</h2> <h1>Changelog</h1> <p>See the <a href="https://github.com/ansible/ansible/blob/v2.17.0/changelogs/CHANGELOG-v2.17.rst">full changelog</a> for the changes included in this release.</p> <h1>Release Artifacts</h1> <ul> <li>Built Distribution: <a href="97fb1880ab/ansible_core-2.17.0-py3-none-any.whl
">ansible_core-2.17.0-py3-none-any.whl</a> - 2191647 bytes <ul> <li>a5de008985cd51eb01599cf1a14d3b45f917095ac6cdab867b0d11c3f922c343 (SHA256)</li> </ul> </li> <li>Source Distribution: <a href="956a168110/ansible_core-2.17.0.tar.gz
">ansible_core-2.17.0.tar.gz</a> - 3120288 bytes <ul> <li>bd16e30ecac405dac594de3e1b1b4d9cc6fa1a9f7a01a6a8d4c471b20660716d (SHA256)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a26c0f7b50
"><code>a26c0f7</code></a> New release v2.17.0 (<a href="https://redirect.github.com/ansible/ansible/issues/83280">#83280</a>)</li> <li><a href="955d166989
"><code>955d166</code></a> Update Ansible release version to v2.17.0rc2.post0. (<a href="https://redirect.github.com/ansible/ansible/issues/83246">#83246</a>)</li> <li><a href="24a7dd9f2e
"><code>24a7dd9</code></a> New release v2.17.0rc2 (<a href="https://redirect.github.com/ansible/ansible/issues/83242">#83242</a>)</li> <li><a href="8976724d89
"><code>8976724</code></a> setup_rpm_repo/create_repo: "Arch dependent binaries in noarch package" (<a href="https://redirect.github.com/ansible/ansible/issues/831">#831</a>...</li> <li><a href="a7258d9bdc
"><code>a7258d9</code></a> Correctly treat separate paragraphs in top-level descriptions as separate par...</li> <li><a href="d9fa3b225f
"><code>d9fa3b2</code></a> Add version ceiling for pypsrp (<a href="https://redirect.github.com/ansible/ansible/issues/83122">#83122</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/83164">#83164</a>)</li> <li><a href="7b9aa6ca0d
"><code>7b9aa6c</code></a> display: fix log verbosity (<a href="https://redirect.github.com/ansible/ansible/issues/83179">#83179</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/83191">#83191</a>)</li> <li><a href="9c14a7a3e4
"><code>9c14a7a</code></a> [stable-2.17] uri: update docs for follow_redirects (<a href="https://redirect.github.com/ansible/ansible/issues/83176">#83176</a>)</li> <li><a href="ee3dfd2d4a
"><code>ee3dfd2</code></a> ansible-doc: fix typo in output (<a href="https://redirect.github.com/ansible/ansible/issues/83205">#83205</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/83207">#83207</a>)</li> <li><a href="f44d26f74c
"><code>f44d26f</code></a> [stable-2.17] Don't hardcode the dnf module, dynamically select one (<a href="https://redirect.github.com/ansible/ansible/issues/83183">#83183</a>) ...</li> <li>Additional commits viewable in <a href="https://github.com/ansible/ansible/compare/v2.15.0...v2.17.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohamed El Mouctar HAIDARA <elmhaidara@gmail.com>
This commit is contained in:
parent
475f39355a
commit
b352fafda3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
matrix:
|
||||
python-version: [ '3.10', '3.11' ]
|
||||
# See https://www.ansible.com/blog/ansible-3.0.0-qa and https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html
|
||||
ansible-core-version: [ '2.15.*', '2.16.*' ]
|
||||
ansible-core-version: [ '2.16.*', '2.17.*' ]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ansible-core>=2.15,<2.16.6
|
||||
ansible-core>=2.16,<2.17.1
|
||||
graphviz>=0.18,<1
|
||||
colour<1
|
||||
lxml<6
|
||||
|
|
Loading…
Reference in a new issue