From c3bde70e667af49f4d0949698eb4a0fc9a5d14bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:05:59 +0000 Subject: [PATCH] Update dependency python-gitlab to v4 --- integrations/gitlab/poetry.lock | 19 ++++++++++--------- integrations/gitlab/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 3b7d38b9c5..02ade9e7c3 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1481,22 +1481,23 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" -version = "3.15.0" -description = "Interact with GitLab API" +version = "4.13.0" +description = "A python wrapper for the GitLab API" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.0" files = [ - {file = "python-gitlab-3.15.0.tar.gz", hash = "sha256:c9e65eb7612a9fbb8abf0339972eca7fd7a73d4da66c9b446ffe528930aff534"}, - {file = "python_gitlab-3.15.0-py3-none-any.whl", hash = "sha256:8f8d1c0d387f642eb1ac7bf5e8e0cd8b3dd49c6f34170cee3c7deb7d384611f3"}, + {file = "python_gitlab-4.13.0-py3-none-any.whl", hash = "sha256:8299a054fb571da16e1a8c1868fff01f34ac41ea1410c713a4647b3bbb2aa279"}, + {file = "python_gitlab-4.13.0.tar.gz", hash = "sha256:576bfb0901faca0c6b2d1ff2592e02944a6ec3e086c3129fb43c2a0df56a1c67"}, ] [package.dependencies] -requests = ">=2.25.0" -requests-toolbelt = ">=0.10.1" +requests = ">=2.32.0" +requests-toolbelt = ">=1.0.0" [package.extras] autocompletion = ["argcomplete (>=1.10.0,<3)"] -yaml = ["PyYaml (>=5.2)"] +graphql = ["gql[httpx] (>=3.5.0,<4)"] +yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-multipart" @@ -2280,4 +2281,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e09177f7de8eaae87c27c40a11b055505efc004b65911e5e98cc3cf5a657f9eb" +content-hash = "af95dd71b4c3a99558057507f5df0dda00874356a65ee388e48e1953381ced80" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 18532fab5d..81d542c878 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Yair Siman-Tov "] python = "^3.11" aiofiles = "^0.6.0" aiolimiter = "^1.1.0" -python-gitlab = "^3.14.0" +python-gitlab = "^4.0.0" pathlib = "^1.0.1" jsonschema = "^4.17.3" port_ocean = {version = "^0.12.4", extras = ["cli"]}