From 74ba93014df23efe7f0a5d514d6dce3bb387fd57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:38:01 +0000 Subject: [PATCH] chore(deps): update dependency python-gitlab to v4 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa9fe14..434a4eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" license = "Apache-2.0" dependencies = [ "PyGithub == 1.59.1", - "python-gitlab == 3.15.0", + "python-gitlab ==4.12.2", "typer == 0.9.0", "rich ==13.5.3", ] diff --git a/requirements.txt b/requirements.txt index c73b5a2..ffbf231 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyGithub==1.59.1 -python-gitlab==3.15.0 +python-gitlab==4.12.2 typer==0.9.0 rich==13.5.3