diff --git a/pyproject.toml b/pyproject.toml index 7642e3c..bdfe9f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { text = "Apache 2.0" } requires-python = "~= 3.12.0" dependencies = [ "fastapi ~=0.120.2", - "python-gitlab ~=5.6.0", + "python-gitlab ~=7.0.0", "pydantic ~=2.12.0", "pydantic-settings ~=2.11.0", "prometheus-client ~=0.23.1", diff --git a/uv.lock b/uv.lock index fc10cbd..86d3cec 100644 --- a/uv.lock +++ b/uv.lock @@ -157,7 +157,7 @@ requires-dist = [ { name = "prometheus-client", specifier = "~=0.23.1" }, { name = "pydantic", specifier = "~=2.12.0" }, { name = "pydantic-settings", specifier = "~=2.11.0" }, - { name = "python-gitlab", specifier = "~=5.6.0" }, + { name = "python-gitlab", specifier = "~=7.0.0" }, { name = "uvicorn", specifier = "~=0.38.0" }, ] @@ -428,15 +428,15 @@ wheels = [ [[package]] name = "python-gitlab" -version = "5.6.0" +version = "7.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "requests" }, { name = "requests-toolbelt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d6/08/d35d0f28549c43611e942f39b6321a7b35c02189d5badceefe601c0207ce/python_gitlab-5.6.0.tar.gz", hash = "sha256:bc531e8ba3e5641b60409445d4919ace68a2c18cb0ec6d48fbced6616b954166", size = 396148, upload-time = "2025-01-28T16:33:39.136Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5e/c4/0b613303b4f0fcda69b3d2e03d0a1fb1b6b079a7c7832e03a8d92461e9fe/python_gitlab-7.0.0.tar.gz", hash = "sha256:e4d934430f64efc09e6208b782c61cc0a3389527765e03ffbef17f4323dce441", size = 400568, upload-time = "2025-10-29T15:06:02.069Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b4/5e/2e1ed7145835afaad87664b2f675a1d7b6e1211ad6ecfe57e200ae45f0bd/python_gitlab-5.6.0-py3-none-any.whl", hash = "sha256:68980cd70929fc7f8f06d8a7b09bd046a6b79e1995c19d61249f046005099100", size = 148836, upload-time = "2025-01-28T16:33:36.818Z" }, + { url = "https://files.pythonhosted.org/packages/4f/9e/811edc46a15f8deb828cba7ef8aab3451dc11ca72d033f3df72a5af865d9/python_gitlab-7.0.0-py3-none-any.whl", hash = "sha256:712a6c8c5e79e7e66f6dabb25d8fe7831a6b238d4a5132f8231df6b3b890ceff", size = 144415, upload-time = "2025-10-29T15:06:00.232Z" }, ] [[package]]