mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-04 11:53:02 +02:00
Update Azure Ansible collection requirements to v3.7.0 (#14774)
Fixes ImportError with BlobServiceClient on Python 3.11+ by updating to the latest Azure Ansible collection (v3.7.0). Closes #14680
This commit is contained in:
parent
83568fcdc2
commit
7acdca0ea1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
pip:
|
pip:
|
||||||
requirements: https://raw.githubusercontent.com/ansible-collections/azure/v2.2.0/requirements-azure.txt
|
requirements: https://raw.githubusercontent.com/ansible-collections/azure/v3.7.0/requirements-azure.txt
|
||||||
state: latest
|
state: latest
|
||||||
virtualenv_python: python3
|
virtualenv_python: python3
|
||||||
|
|
Loading…
Add table
Reference in a new issue