diff --git a/pyproject.toml b/pyproject.toml index 1186e6e..6d1658d 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>=2.6.0,<9", "azure-devops>=7,<8", ] diff --git a/uv.lock b/uv.lock index 6135999..044fadf 100644 --- a/uv.lock +++ b/uv.lock @@ -573,7 +573,7 @@ requires-dist = [ { name = "gitpython" }, { name = "jsonpath-ng" }, { name = "pygithub" }, - { name = "python-gitlab", specifier = ">=2.6.0,<3" }, + { name = "python-gitlab", specifier = ">=2.6.0,<9" }, { name = "ruamel-yaml" }, ] @@ -1145,15 +1145,15 @@ wheels = [ [[package]] name = "python-gitlab" -version = "2.10.1" +version = "8.1.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/20/1d/a62fea1f3312fd9e58af41466ae072796a09684dd0cd825cc042ba39488c/python_gitlab-8.1.0.tar.gz", hash = "sha256:660f15e3f889ec430797d260322bc61d90f8d90accfc10ba37593b11aed371bd", size = 401576, upload-time = "2026-02-28T01:26:32.757Z" } 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/79/d4/9848be62ef23fcac203f4386faf43a2cc13a4888447b3f5fbf7346f31374/python_gitlab-8.1.0-py3-none-any.whl", hash = "sha256:b1a59e81e5e0363185b446a707dc92c27ee8bf1fc14ce75ed8eafa58cbdce63a", size = 144498, upload-time = "2026-02-28T01:26:31.14Z" }, ] [[package]]