From 04cd67fb5d52cd717e7f9d01a5e2cb82e686b351 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:50:01 +0000 Subject: [PATCH] Update dependency python-gitlab to v4 --- integrations/gitlab/poetry.lock | 18 +++++++++--------- integrations/gitlab/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 59d0d672ef..3c1dadad74 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1123,22 +1123,22 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" -version = "3.15.0" -description = "Interact with GitLab API" +version = "4.9.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.9.0-py3-none-any.whl", hash = "sha256:0c8b7220055072bc44a344ea944237f1251f8dcdd9eae88c4b2fb5c1af2085fa"}, + {file = "python_gitlab-4.9.0.tar.gz", hash = "sha256:df44dbb6e9c941e7ebfb9244e7ed4aa4db90f5c16498cb2d135b8e6e7f089a1a"}, ] [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)"] +yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-multipart" @@ -1896,4 +1896,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f9a4d9f54dbc4a04c65e691cba4da48bb0063a94a7176d5521f7b1c43dff26b0" +content-hash = "52f807c4455e745a83df722abc6c9d27aa3ba7e0e7f34961c049440b8a8bd737" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 71796827c1..56d1932ccd 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Yair Siman-Tov "] [tool.poetry.dependencies] python = "^3.11" aiofiles = "^0.6.0" -python-gitlab = "^3.14.0" +python-gitlab = "^4.0.0" pathlib = "^1.0.1" jsonschema = "^4.17.3" port_ocean = {version = "^0.10.0", extras = ["cli"]}