Commit fa09d1c1 authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch 'renovate/poetry-deps' into 'main'

fix(deps): update dependency python-gitlab to >=8.3.0,<8.4.0

See merge request to-be-continuous/tools/gitlab-cp!98
parents 66c058b6 6140c110
Loading
Loading
Loading
Loading
Loading
+4 −18
Original line number Diff line number Diff line
@@ -640,14 +640,14 @@ cli = ["click (>=5.0)"]

[[package]]
name = "python-gitlab"
version = "8.2.0"
version = "8.3.0"
description = "The python wrapper for the GitLab REST and GraphQL APIs."
optional = false
python-versions = ">=3.10.0"
groups = ["main"]
files = [
    {file = "python_gitlab-8.2.0-py3-none-any.whl", hash = "sha256:884618d4d60beadb21bb0c5f0cca46e70c6e501784f136bf0b6f85f5bc15ce62"},
    {file = "python_gitlab-8.2.0.tar.gz", hash = "sha256:de874dc538db6dceb48929f4c8fb55d6064dd19cb3ffdad1100190f835c5b674"},
    {file = "python_gitlab-8.3.0-py3-none-any.whl", hash = "sha256:7aace3585d57ee97ebcb74bc776f30af3e861e285290082a91646348aca3f22a"},
    {file = "python_gitlab-8.3.0.tar.gz", hash = "sha256:2ca67cf64b8d9290fe64463cfef6e77dbde066285dd848db2eb7816d6a7e9ec9"},
]

[package.dependencies]
@@ -736,19 +736,6 @@ files = [
    {file = "smmap-5.0.1.tar.gz", hash = "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62"},
]

[[package]]
name = "typing-extensions"
version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
groups = ["dev"]
markers = "python_version < \"3.15\""
files = [
    {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
    {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
]

[[package]]
name = "typing-extensions"
version = "4.15.0"
@@ -756,7 +743,6 @@ description = "Backported and Experimental Type Hints for Python 3.9+"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
markers = "python_version >= \"3.15\""
files = [
    {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"},
    {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"},
@@ -783,4 +769,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[metadata]
lock-version = "2.1"
python-versions = ">=3.12"
content-hash = "c0881e167faf0fdb9f5ed2fe0477b3657358f49d0ec16d23be239bfe0caf4d2a"
content-hash = "2d49baac673e0d86eda5386aec2d1d498a47effc9f7e00986b315763c284d3bd"
+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 = ["requests (>=2.33.0,<4.0.0)", "python-gitlab (>=8.2.0,<8.3.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"]
dependencies = ["requests (>=2.33.0,<4.0.0)", "python-gitlab (>=8.3.0,<8.4.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"]

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