diff --git a/poetry.lock b/poetry.lock index 41e1ddc42a174..45c909cebe23c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2319,22 +2319,23 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" -version = "3.15.0" -description = "Interact with GitLab API" +version = "5.2.0" +description = "The python wrapper for the GitLab REST and GraphQL APIs." 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.2.0-py3-none-any.whl", hash = "sha256:aa0136f3377210682970688789c1b510f948b68c4c14d1b873b590335501bd04"}, + {file = "python_gitlab-5.2.0.tar.gz", hash = "sha256:1fb99d9de78aa93fdc97a106db44f0870cba225ea2064426302db02d14027967"}, ] [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" @@ -3335,4 +3336,4 @@ pyyaml = "*" [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "836724ead22a330b47fc8af945c5d5183028eab9b35a1ba4144d85bfdb9f2369" +content-hash = "f57a51be1f1d4e4dcc9e82d7550ac8e1e3685c98b71138f8f339837359bd61cd" diff --git a/pyproject.toml b/pyproject.toml index c31fd6dd9b62a..a6200559c673e 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.2.0" # import gitlab toml = "*" demisto-sdk = "1.33.1" wrapt = "^1.17.0"