diff --git a/pyproject.toml b/pyproject.toml index fa9fe14..915b42a 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.6.0", "typer == 0.9.0", "rich ==13.5.3", ] diff --git a/requirements.txt b/requirements.txt index c73b5a2..9d3c378 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyGithub==1.59.1 -python-gitlab==3.15.0 +python-gitlab==4.6.0 typer==0.9.0 rich==13.5.3