1
0
Fork 0
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:
Felix Fontein 2023-02-24 12:50:19 +01:00
parent ab5ec9dc02
commit 3f3a519d79

View file

@ -12,7 +12,7 @@ linode-python # APIv3
linode_api4 ; python_version > '2.6' # APIv4
# requirement for the gitlab and github modules
python-gitlab
python-gitlab < 3.13.0
PyGithub
httmock