mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Restrict python-gitlab to < 3.13.0.
This commit is contained in:
parent
ab5ec9dc02
commit
3f3a519d79
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ linode-python # APIv3
|
||||||
linode_api4 ; python_version > '2.6' # APIv4
|
linode_api4 ; python_version > '2.6' # APIv4
|
||||||
|
|
||||||
# requirement for the gitlab and github modules
|
# requirement for the gitlab and github modules
|
||||||
python-gitlab
|
python-gitlab < 3.13.0
|
||||||
PyGithub
|
PyGithub
|
||||||
httmock
|
httmock
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue