Commit b244e11e authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Merge branch 'renovate/python-gitlab-7.x' into 'main'

fix(deps): update dependency python-gitlab to v7

See merge request to-be-continuous/tools/gitlab-butler!105
parents c769719c 330ee15c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -631,13 +631,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]

[[package]]
name = "python-gitlab"
version = "6.5.0"
version = "7.0.0"
description = "The python wrapper for the GitLab REST and GraphQL APIs."
optional = false
python-versions = ">=3.9.0"
python-versions = ">=3.10.0"
files = [
    {file = "python_gitlab-6.5.0-py3-none-any.whl", hash = "sha256:494e1e8e5edd15286eaf7c286f3a06652688f1ee20a49e2a0218ddc5cc475e32"},
    {file = "python_gitlab-6.5.0.tar.gz", hash = "sha256:97553652d94b02de343e9ca92782239aa2b5f6594c5482331a9490d9d5e8737d"},
    {file = "python_gitlab-7.0.0-py3-none-any.whl", hash = "sha256:712a6c8c5e79e7e66f6dabb25d8fe7831a6b238d4a5132f8231df6b3b890ceff"},
    {file = "python_gitlab-7.0.0.tar.gz", hash = "sha256:e4d934430f64efc09e6208b782c61cc0a3389527765e03ffbef17f4323dce441"},
]

[package.dependencies]
@@ -869,4 +869,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.12"
content-hash = "0175621b98ceb8a4d894ca1237b7a5751a108315c7dfa5d20f3a936570adbfbd"
content-hash = "8ad3a360a6225619ba4a5de6df443a087be9e8964308101726aebc0e366af964"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ packages = [{include = "gitlab_butler"}]

[tool.poetry.dependencies]
python = ">=3.12"
python-gitlab = ">=6.3.0,<7.0.0"
python-gitlab = ">=7.0.0,<7.1.0"
pydantic = ">=2.7.4,<3.0.0"
pyyaml = ">=6.0.1,<7.0.0"
types-pyyaml = ">=6.0.12.20240917,<7.0.0"