Commit 7c0032f4 authored by renovate-bot's avatar renovate-bot
Browse files

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

parent 987743f7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -507,14 +507,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.10.7)", "pytest-mock (>=3.15.1)

[[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"
groups = ["main"]
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]
@@ -637,4 +637,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.12"
content-hash = "153f25cebc05f70adf80ff4c9c6e615e6f469c727314571fb3dc8809deafee70"
content-hash = "6ed9e45e751a4d44c4b0c3a0555d30a56ba4a14ffcd8c4983149f72a6fdda65d"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ authors = [{ name = "Pierre Smeyers", email = "pierre.smeyers@gmail.com" }]
license = "LGPL"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["python-gitlab (>=6.3.0,<7.0.0)", "gitpython (>=3.1.43,<4.0.0)"]
dependencies = ["python-gitlab (>=7.0.0,<7.1.0)", "gitpython (>=3.1.43,<4.0.0)"]

[project.scripts]
gitlab-cp = "gitlab_cp.sync:run"