From f25225845b7ba3448171a6be7d3e6e73329211a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:25:22 +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 e964648c3c..e3e860410a 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1249,22 +1249,22 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" -version = "3.15.0" -description = "Interact with GitLab API" +version = "4.10.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.10.0-py3-none-any.whl", hash = "sha256:53ea6d977fb26d256390636616ca91d127cd04bdefc6c5ce2d7711b8e5100b2a"}, + {file = "python_gitlab-4.10.0.tar.gz", hash = "sha256:86f99c1915088e2d2573817aca8bf6bab5e4f12d42b04ef6b2df2abb528d57fd"}, ] [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" @@ -2048,4 +2048,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "12e41594b9d40a7f91ad08c1bc66cfa74f2044e59e69ce3122a802b43e83e3a1" +content-hash = "7fc23ab56bf1f0972ba420de6853501c07e4dcebd9854792cb786e8503c83c97" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index acacdf7936..fcecda6773 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.10.7", extras = ["cli"]}