Loading poetry.lock +5 −5 Original line number Diff line number Diff line Loading @@ -507,14 +507,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.10.7)", "pytest-mock (>=3.15.1) [[package]] name = "python-gitlab" version = "7.0.0" version = "8.0.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-7.0.0-py3-none-any.whl", hash = "sha256:712a6c8c5e79e7e66f6dabb25d8fe7831a6b238d4a5132f8231df6b3b890ceff"}, {file = "python_gitlab-7.0.0.tar.gz", hash = "sha256:e4d934430f64efc09e6208b782c61cc0a3389527765e03ffbef17f4323dce441"}, {file = "python_gitlab-8.0.0-py3-none-any.whl", hash = "sha256:c635e6722c5710d35ddadfcf95c362b0aa8de11ab3972bc4f230ebd58a6c49ee"}, {file = "python_gitlab-8.0.0.tar.gz", hash = "sha256:03eae5a9d105448796e6c0e192d402c266057e75790cf4f42c143dddf91313ce"}, ] [package.dependencies] Loading @@ -523,7 +523,7 @@ requests-toolbelt = ">=1.0.0" [package.extras] autocompletion = ["argcomplete (>=1.10.0,<3)"] graphql = ["gql[httpx] (>=3.5.0,<4)"] graphql = ["gql[httpx] (>=3.5.0,<5)"] yaml = ["PyYaml (>=6.0.1)"] [[package]] Loading Loading @@ -637,4 +637,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.12" content-hash = "7375db48b1c91888c0a082ca855dd6ef59bc620e2a6665cfd15138ffee4f89c5" content-hash = "6f8ffaff186edb6779f559919f246bc191e8ed200565dac2b7205583841e3214" pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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 (>=7.0.0,<7.1.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"] dependencies = ["python-gitlab (>=8.0.0,<8.1.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"] [project.scripts] gitlab-cp = "gitlab_cp.sync:run" Loading Loading
poetry.lock +5 −5 Original line number Diff line number Diff line Loading @@ -507,14 +507,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.10.7)", "pytest-mock (>=3.15.1) [[package]] name = "python-gitlab" version = "7.0.0" version = "8.0.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-7.0.0-py3-none-any.whl", hash = "sha256:712a6c8c5e79e7e66f6dabb25d8fe7831a6b238d4a5132f8231df6b3b890ceff"}, {file = "python_gitlab-7.0.0.tar.gz", hash = "sha256:e4d934430f64efc09e6208b782c61cc0a3389527765e03ffbef17f4323dce441"}, {file = "python_gitlab-8.0.0-py3-none-any.whl", hash = "sha256:c635e6722c5710d35ddadfcf95c362b0aa8de11ab3972bc4f230ebd58a6c49ee"}, {file = "python_gitlab-8.0.0.tar.gz", hash = "sha256:03eae5a9d105448796e6c0e192d402c266057e75790cf4f42c143dddf91313ce"}, ] [package.dependencies] Loading @@ -523,7 +523,7 @@ requests-toolbelt = ">=1.0.0" [package.extras] autocompletion = ["argcomplete (>=1.10.0,<3)"] graphql = ["gql[httpx] (>=3.5.0,<4)"] graphql = ["gql[httpx] (>=3.5.0,<5)"] yaml = ["PyYaml (>=6.0.1)"] [[package]] Loading Loading @@ -637,4 +637,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.12" content-hash = "7375db48b1c91888c0a082ca855dd6ef59bc620e2a6665cfd15138ffee4f89c5" content-hash = "6f8ffaff186edb6779f559919f246bc191e8ed200565dac2b7205583841e3214"
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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 (>=7.0.0,<7.1.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"] dependencies = ["python-gitlab (>=8.0.0,<8.1.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"] [project.scripts] gitlab-cp = "gitlab_cp.sync:run" Loading