Skip to content

Commit

Permalink
Merge branch 'devel' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Nov 15, 2024
2 parents 7548a52 + 1e14504 commit 424747a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ansible_collections/arista/cvp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Even if the `arista.cvp` collection is integrated with the `arista.avd` collecti
The CVP collection has the following requirements:

- Python 3.9+
- Ansible Core 2.15.0 to 2.17.x
- Ansible Core 2.15.0 to 2.18.x
- Install the arista.cvp collection
- [Additional Python packages](#additional-python-dependencies)

Expand All @@ -43,7 +43,7 @@ Please check the minimum version supported by your ansible installation on the [

**Ansible version:**

- ansible-core>=2.15.0,<2.18.0
- ansible-core>=2.15.0,<2.19.0

**3rd party Python libraries:**

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Please check the minimum version supported by your ansible installation on the [

**Ansible version:**

- ansible-core>=2.15.0,<2.18.0
- ansible-core>=2.15.0,<2.19.0

**3rd party Python libraries:**

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.15.0,<2.18.0'
requires_ansible: '>=2.15.0,<2.19.0'
plugin_routing:
modules:
cv_facts:
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/requirements-dev-pytest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Temp requirements for pytest testing. Required ansible-lint version as it's not compatible with Python 3.9, so it is removed.
ansible-core>=2.15.0,<2.18.0
ansible-core>=2.15.0,<2.19.0
ansible-builder
galaxy-importer>=0.3.1
pycodestyle
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core>=2.15.0,<2.18.0
ansible-core>=2.15.0,<2.19.0
ansible-builder
ansible-lint>=24.7.0
galaxy-importer>=0.3.1
Expand Down

0 comments on commit 424747a

Please sign in to comment.