Skip to content

Commit

Permalink
changing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Dec 3, 2024
1 parent 4adc10e commit 15cbe35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ jobs:
3.10
cache: 'pip'
- name: 'Install Python requirements'
if: steps.pipcache.outputs.cache-hit != 'true'
run: |
pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" -r .github/requirements-ci.txt --upgrade
- name: 'Run ansible-test units test cases'
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jsonschema-rs>=0.24
molecule>=6.0
molecule-plugins[docker]>=23.4.0
pydantic>=2.3.0
pylint>=3.2.6
pylint==3.2.6
pre-commit>=3.2.0
pre-commit-hooks>=3.3.0
referencing>=0.35.0
Expand Down

0 comments on commit 15cbe35

Please sign in to comment.