From e55a019a63fa22893b05a1ea5f207d85679d3c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 08:45:26 +0000 Subject: [PATCH] Bump python-gitlab from 3.15.0 to 5.1.0 Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 3.15.0 to 5.1.0. - [Release notes](https://github.com/python-gitlab/python-gitlab/releases) - [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-gitlab/python-gitlab/compare/v3.15.0...v5.1.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 19 ++++++++++--------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 85808c897d46e..e8843f16bd397 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2390,22 +2390,23 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" -version = "3.15.0" -description = "Interact with GitLab API" +version = "5.1.0" +description = "A python wrapper for the GitLab API" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.9.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-5.1.0-py3-none-any.whl", hash = "sha256:c30cf547392ce66daaaf020839cfb6c15a91b26e2e7054d1b3f1b92e8dd65e7d"}, + {file = "python_gitlab-5.1.0.tar.gz", hash = "sha256:d5a10dae8328f32fb9214bd3f9dc199b4930cd496f81c9be42a0f8ff338aeb35"}, ] [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 = "pytz" @@ -3430,4 +3431,4 @@ pyyaml = "*" [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "b934c3d9983d8c08214048344cc35e23ab96fdd33b32e5eb31b6988155e769d3" +content-hash = "7d8bc2ce0af554e6f397493f27b3c8d37a72f2a0821e2e4903971bd2c462699f" diff --git a/pyproject.toml b/pyproject.toml index dbcaf34b3154d..0844018e17495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pyyaml = "*" regex = "*" python-dateutil = "*" gitpython = "^3.1.43" # import git -python-gitlab = "^3.0.0" # import gitlab +python-gitlab = "^5.1.0" # import gitlab toml = "*" demisto-sdk = "1.32.4" wrapt = "^1.17.0"