From 3f3a519d79142525d6a163d7a9eda4a66c1890fe Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 24 Feb 2023 12:50:19 +0100 Subject: [PATCH] Restrict python-gitlab to < 3.13.0. --- tests/unit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index c2342115a5..33d652bdc1 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -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