From 826eeca7d7b78f4786d72e6e1efe6bcd026f61b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:20:28 +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..3053de9 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.2.0", "typer == 0.9.0", "rich ==13.5.3", ] diff --git a/requirements.txt b/requirements.txt index c73b5a2..2b19e3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyGithub==1.59.1 -python-gitlab==3.15.0 +python-gitlab==4.2.0 typer==0.9.0 rich==13.5.3