diff --git a/pyproject.toml b/pyproject.toml index 0c55f1c..8f65c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "jsonpath-ng", "atlassian-python-api>=3,<4", "pygithub", - "python-gitlab>=2.6.0,<3", + "python-gitlab>=8.4.0,<9", "azure-devops>=7,<8", ] diff --git a/uv.lock b/uv.lock index 86bd2b3..3b49d50 100644 --- a/uv.lock +++ b/uv.lock @@ -572,7 +572,7 @@ requires-dist = [ { name = "gitpython" }, { name = "jsonpath-ng" }, { name = "pygithub" }, - { name = "python-gitlab", specifier = ">=2.6.0,<3" }, + { name = "python-gitlab", specifier = ">=8.4.0,<9" }, { name = "ruamel-yaml" }, ] @@ -1105,15 +1105,15 @@ wheels = [ [[package]] name = "python-gitlab" -version = "2.10.1" +version = "8.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "requests" }, { name = "requests-toolbelt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/4f/47/5c51420baf1ea3141d7da32a0a92541a5073491c8da8bd309e9ca52c5e8d/python-gitlab-2.10.1.tar.gz", hash = "sha256:7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f", size = 178899, upload-time = "2021-08-28T00:15:54.362Z" } +sdist = { url = "https://files.pythonhosted.org/packages/cc/96/c20b37e7fd86481e1bf2b1922e84b98dc5477fd9aafd30e5c5086f94d922/python_gitlab-8.4.0.tar.gz", hash = "sha256:f36f20ec3f09138f3b12089394941f4dbe5a407021bed71b70a04bbdd37b8a74", size = 410803, upload-time = "2026-05-28T02:43:32.857Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1b/90/eed6dd7eda176cb6e7300e27f9f7f94ac917df9dc1bb1553924af271f01a/python_gitlab-2.10.1-py3-none-any.whl", hash = "sha256:581a219759515513ea9399e936ed7137437cfb681f52d2641626685c492c999d", size = 197135, upload-time = "2021-08-28T00:15:51.71Z" }, + { url = "https://files.pythonhosted.org/packages/b1/af/1c3540dbdccb85fca0b0bbc58cdaf514d0a830d7e0302b2059a6c627b172/python_gitlab-8.4.0-py3-none-any.whl", hash = "sha256:102c747d9c107820e215cc5913627388001592a9a3ba1b43fc341a40f6943e72", size = 148242, upload-time = "2026-05-28T02:43:31.505Z" }, ] [[package]]