diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 48069a5be..01a1567a3 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1342,22 +1342,23 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" -version = "3.15.0" -description = "Interact with GitLab API" +version = "4.12.2" +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.12.2-py3-none-any.whl", hash = "sha256:c4476372112f920c37555e5e2b02d7092220cf4a4cb9f37dfdb35c569e89415a"}, + {file = "python_gitlab-4.12.2.tar.gz", hash = "sha256:8c140a2603ad8eff7fcab6f3faabf5fc8baaba8def125eb309a32d6aa3a23a56"}, ] [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" @@ -2141,4 +2142,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6a57d890c9c8a91df3095f913346bb6b5d96a8c3e7cc9372fa3560772afb879a" +content-hash = "fdef98d066254455ff48c82ecca5d33a9fbcf65166b63d2a17ad0f952200d2cf" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 27f190277..d3ef2dd0f 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.2", extras = ["cli"]}