Commit 70e61feb authored by Mathieu Coupé's avatar Mathieu Coupé
Browse files

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

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

See merge request to-be-continuous/tools/gitlab-butler!39
parents c112c9ee 75833a63
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -533,13 +533,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]

[[package]]
name = "python-gitlab"
version = "4.13.0"
version = "5.0.0"
description = "A python wrapper for the GitLab API"
optional = false
python-versions = ">=3.8.0"
python-versions = ">=3.9.0"
files = [
    {file = "python_gitlab-4.13.0-py3-none-any.whl", hash = "sha256:8299a054fb571da16e1a8c1868fff01f34ac41ea1410c713a4647b3bbb2aa279"},
    {file = "python_gitlab-4.13.0.tar.gz", hash = "sha256:576bfb0901faca0c6b2d1ff2592e02944a6ec3e086c3129fb43c2a0df56a1c67"},
    {file = "python_gitlab-5.0.0-py3-none-any.whl", hash = "sha256:2af86a1655385c2afe13e33e79555d5394f8c7912ade04bb6e916e3d21a8716f"},
    {file = "python_gitlab-5.0.0.tar.gz", hash = "sha256:d156b9810d2a5c2916226cecf354956286a9e8133ee707d6584e40f126329956"},
]

[package.dependencies]
@@ -725,4 +725,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "0e00a23fe71eb6c6a6178d12412347ef689579bde1e718bd57fb4c19f374e08e"
content-hash = "499becea703cff72e7cb02d8cae56788a2ecef542bcb0ccd9b095049a37e6ae7"
+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 = "^4.4.0"
python-gitlab = "^5.0.0"
pydantic = "^2.7.4"
pyyaml = "^6.0.1"