Loading poetry.lock +4 −4 Original line number Diff line number Diff line Loading @@ -625,14 +625,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" version = "8.0.0" version = "8.1.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.0.0-py3-none-any.whl", hash = "sha256:c635e6722c5710d35ddadfcf95c362b0aa8de11ab3972bc4f230ebd58a6c49ee"}, {file = "python_gitlab-8.0.0.tar.gz", hash = "sha256:03eae5a9d105448796e6c0e192d402c266057e75790cf4f42c143dddf91313ce"}, {file = "python_gitlab-8.1.0-py3-none-any.whl", hash = "sha256:b1a59e81e5e0363185b446a707dc92c27ee8bf1fc14ce75ed8eafa58cbdce63a"}, {file = "python_gitlab-8.1.0.tar.gz", hash = "sha256:660f15e3f889ec430797d260322bc61d90f8d90accfc10ba37593b11aed371bd"}, ] [package.dependencies] Loading Loading @@ -754,4 +754,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.12" content-hash = "d0c82a36013b64e298c8edc03cbba11065ae1984bf9bf43fae6131a19368f58a" content-hash = "7aa9307a03dd71bcff667f648a79a310689fa2e19f8b3c646e072620fb3d9b04" 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 (>=8.0.0,<8.1.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"] dependencies = ["python-gitlab (>=8.1.0,<8.2.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 +4 −4 Original line number Diff line number Diff line Loading @@ -625,14 +625,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-gitlab" version = "8.0.0" version = "8.1.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.0.0-py3-none-any.whl", hash = "sha256:c635e6722c5710d35ddadfcf95c362b0aa8de11ab3972bc4f230ebd58a6c49ee"}, {file = "python_gitlab-8.0.0.tar.gz", hash = "sha256:03eae5a9d105448796e6c0e192d402c266057e75790cf4f42c143dddf91313ce"}, {file = "python_gitlab-8.1.0-py3-none-any.whl", hash = "sha256:b1a59e81e5e0363185b446a707dc92c27ee8bf1fc14ce75ed8eafa58cbdce63a"}, {file = "python_gitlab-8.1.0.tar.gz", hash = "sha256:660f15e3f889ec430797d260322bc61d90f8d90accfc10ba37593b11aed371bd"}, ] [package.dependencies] Loading Loading @@ -754,4 +754,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.12" content-hash = "d0c82a36013b64e298c8edc03cbba11065ae1984bf9bf43fae6131a19368f58a" content-hash = "7aa9307a03dd71bcff667f648a79a310689fa2e19f8b3c646e072620fb3d9b04"
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 (>=8.0.0,<8.1.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"] dependencies = ["python-gitlab (>=8.1.0,<8.2.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"] [project.scripts] gitlab-cp = "gitlab_cp.sync:run" Loading