From 7bab5044e3d3e1b78f1bb172dfeaac55cd96ba57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:48:33 +0000 Subject: [PATCH] Bump python-gitlab from 5.0.0 to 5.1.0 in /backend Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 5.0.0 to 5.1.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/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 99c993839..842db4014 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1561,13 +1561,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" -version = "5.0.0" +version = "5.1.0" description = "A python wrapper for the GitLab API" optional = false python-versions = ">=3.9.0" files = [ - {file = "python_gitlab-5.0.0-py3-none-any.whl", hash = "sha256:2af86a1655385c2afe13e33e79555d5394f8c7912ade04bb6e916e3d21a8716f"}, - {file = "python_gitlab-5.0.0.tar.gz", hash = "sha256:d156b9810d2a5c2916226cecf354956286a9e8133ee707d6584e40f126329956"}, + {file = "python_gitlab-5.1.0-py3-none-any.whl", hash = "sha256:c30cf547392ce66daaaf020839cfb6c15a91b26e2e7054d1b3f1b92e8dd65e7d"}, + {file = "python_gitlab-5.1.0.tar.gz", hash = "sha256:d5a10dae8328f32fb9214bd3f9dc199b4930cd496f81c9be42a0f8ff338aeb35"}, ] [package.dependencies] @@ -2371,4 +2371,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "388b081d33826d4dd8ad517ad4ad7aee8cf70ea03535fd8a4535b3400138c4ad" +content-hash = "83009da45d45c95ba9678fc0fd048f39638a3f44c31774701334bb001a38a7db" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5a39b28a3..b8af07baa 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,7 +23,7 @@ alembic = "^1.14.0" itsdangerous = "^2.2" PyGithub = "^2.5" vcrpy = "^6.0.2" -python-gitlab = "^5.0" +python-gitlab = "^5.1" stripe = "^11.3" PyJWT = "^2.10.1" meilisearch = "^0.32.0"