From 0dbcc1bbdee9dbf9d8b54ece78cf24d617d01177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:47:20 +0000 Subject: [PATCH] build(deps-dev): bump python-gitlab from 4.13.0 to 6.2.0 in /packages Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 4.13.0 to 6.2.0. - [Release notes](https://github.com/python-gitlab/python-gitlab/releases) - [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-gitlab/python-gitlab/compare/v4.13.0...v6.2.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 300ae57..5475570 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -62,7 +62,7 @@ pyproject-api==1.9.0 ; python_version >= "3.9" and python_version < "4.0" pytest-cov==5.0.0 ; python_version >= "3.9" and python_version < "4.0" pytest-django==4.11.1 ; python_version >= "3.9" and python_version < "4.0" pytest==8.3.5 ; python_version >= "3.9" and python_version < "4.0" -python-gitlab==4.13.0 ; python_version >= "3.9" and python_version < "4.0" +python-gitlab==6.2.0 ; python_version >= "3.9" and python_version < "4.0" python-semantic-release==9.21.0 ; python_version >= "3.9" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.9" and python_version < "4.0" questionary==2.1.0 ; python_version >= "3.9" and python_version < "4.0"