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

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

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

See merge request to-be-continuous/tools/gitlab-butler!84
parents 4fdb7470 35fd5fda
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -528,13 +528,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]

[[package]]
name = "python-gitlab"
version = "5.6.0"
version = "6.0.0"
description = "The python wrapper for the GitLab REST and GraphQL APIs."
optional = false
python-versions = ">=3.9.0"
files = [
    {file = "python_gitlab-5.6.0-py3-none-any.whl", hash = "sha256:68980cd70929fc7f8f06d8a7b09bd046a6b79e1995c19d61249f046005099100"},
    {file = "python_gitlab-5.6.0.tar.gz", hash = "sha256:bc531e8ba3e5641b60409445d4919ace68a2c18cb0ec6d48fbced6616b954166"},
    {file = "python_gitlab-6.0.0-py3-none-any.whl", hash = "sha256:d63bb56b5f7781a7eb0a9846a3aed9b783c8036f67107d9d48653e17242a7130"},
    {file = "python_gitlab-6.0.0.tar.gz", hash = "sha256:704bf548c258f1cfe2f09b8ece9af1cc8fa6ae828ac6fe6a1cbe957c98431414"},
]

[package.dependencies]
@@ -745,4 +745,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "9a0bc0bf23ae72b667a66237dfe10489fb39a69724ff033bb5917c31196dd3e6"
content-hash = "697aef9860e3895091ed2738ebdaf4d9843c1eb0cc9ea1c12861ad80540299da"
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ gitlab-butler = "gitlab_butler.main:run"

[tool.poetry.dependencies]
python = "^3.11"
python-gitlab = "^5.0.0"
python-gitlab = "^6.0.0"
pydantic = "^2.7.4"
pyyaml = "^6.0.1"
types-pyyaml = "^6.0.12.20240917"