diff --git a/pyproject.toml b/pyproject.toml index 598626d06f..78b605e187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pyjwt~=2.7", "pyOpenSSL~=23.0", "pypd>=1.1.0,<1.2.0", - "python-gitlab==6.0.0", + "python-gitlab==8.1.0", "requests-oauthlib~=1.3", "requests~=2.32", "rich==14.3.1", diff --git a/qontract_utils/pyproject.toml b/qontract_utils/pyproject.toml index 16a0df7cfd..fd8585768b 100644 --- a/qontract_utils/pyproject.toml +++ b/qontract_utils/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "prometheus-client==0.23.1", "pydantic==2.12.4", "pygithub==1.58.2", - "python-gitlab==6.0.0", + "python-gitlab==8.1.0", "redis==7.1.0", "requests==2.32.5", "ruamel-yaml==0.17.40", diff --git a/uv.lock b/uv.lock index c08605a4b6..191aa11628 100644 --- a/uv.lock +++ b/uv.lock @@ -1817,15 +1817,15 @@ wheels = [ [[package]] name = "python-gitlab" -version = "6.0.0" +version = "8.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "requests" }, { name = "requests-toolbelt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3b/ba/3ee473d71e32d60c8d6ef7b914f5f3df64a067b816499aa8a6083a397d4f/python_gitlab-6.0.0.tar.gz", hash = "sha256:704bf548c258f1cfe2f09b8ece9af1cc8fa6ae828ac6fe6a1cbe957c98431414", size = 397108, upload-time = "2025-06-04T02:38:33.497Z" } +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/b2/33/42788d9860c15fffc617d90a7f1ccda596b11f1abedf5a315f3b66da0d73/python_gitlab-6.0.0-py3-none-any.whl", hash = "sha256:d63bb56b5f7781a7eb0a9846a3aed9b783c8036f67107d9d48653e17242a7130", size = 144035, upload-time = "2025-06-04T02:38:31.011Z" }, + { 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]] @@ -2148,7 +2148,7 @@ requires-dist = [ { name = "pyjwt", specifier = "~=2.7" }, { name = "pyopenssl", specifier = "~=23.0" }, { name = "pypd", specifier = ">=1.1.0,<1.2.0" }, - { name = "python-gitlab", specifier = "==6.0.0" }, + { name = "python-gitlab", specifier = "==8.1.0" }, { name = "qontract-api-client", editable = "qontract_api_client" }, { name = "qontract-utils", editable = "qontract_utils" }, { name = "requests", specifier = "~=2.32" }, @@ -2253,7 +2253,7 @@ requires-dist = [ { name = "prometheus-client", specifier = "==0.23.1" }, { name = "pydantic", specifier = "==2.12.4" }, { name = "pygithub", specifier = "==1.58.2" }, - { name = "python-gitlab", specifier = "==6.0.0" }, + { name = "python-gitlab", specifier = "==8.1.0" }, { name = "redis", specifier = "==7.1.0" }, { name = "requests", specifier = "==2.32.5" }, { name = "ruamel-yaml", specifier = "==0.17.40" },