From 4928410d4e2360fce32db46269d9bf5e82937ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:13:48 +0000 Subject: [PATCH] Bump gitpython from 3.1.49 to 3.1.55 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.49 to 3.1.55. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.49...3.1.55) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.55 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b94cb9e0f..18242f956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "bugsy==0.12.0", "celery==5.5.3", "filelock==3.29.1", - "gitpython==3.1.49", + "gitpython==3.1.55", "kombu==5.5.4", "lando-cli==0.4.0", "mercurial==7.2.3", diff --git a/uv.lock b/uv.lock index b8b3d4f1c..daba9b574 100644 --- a/uv.lock +++ b/uv.lock @@ -629,14 +629,14 @@ wheels = [ [[package]] name = "gitpython" -version = "3.1.49" +version = "3.1.55" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gitdb" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e1/63/210aaa302d6a0a78daa67c5c15bbac2cad361722841278b0209b6da20855/gitpython-3.1.49.tar.gz", hash = "sha256:42f9399c9eb33fc581014bedd76049dfbaf6375aa2a5754575966387280315e1", size = 219367, upload-time = "2026-04-29T00:31:20.478Z" } +sdist = { url = "https://files.pythonhosted.org/packages/b2/ab/ba0d29f2fa2277ed6256b2ac09003494045355f3a10bf32f351761287870/gitpython-3.1.55.tar.gz", hash = "sha256:781e3b1624dad81b24e9524bf0297b69786a0706db2cbceec1e2b05c38e5152f", size = 225071, upload-time = "2026-07-23T02:52:43.246Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fd/6f/b842bfa6f21d6f87c57f9abf7194225e55279d96d869775e19e9f7236fc5/gitpython-3.1.49-py3-none-any.whl", hash = "sha256:024b0422d7f84d15cd794844e029ffebd4c5d42a7eb9b936b458697ef550a02c", size = 212190, upload-time = "2026-04-29T00:31:18.412Z" }, + { url = "https://files.pythonhosted.org/packages/20/6a/d3b8208d2f8aac66abe8ccc1c23fa2c89464ec42cc71a601e95d05902428/gitpython-3.1.55-py3-none-any.whl", hash = "sha256:7c9ec1e69c158c081632ab35c41471e302c96db2ae42165036a5d2403378812e", size = 216590, upload-time = "2026-07-23T02:52:41.932Z" }, ] [[package]] @@ -1586,7 +1586,7 @@ requires-dist = [ { name = "celery", specifier = "==5.5.3" }, { name = "celery-stubs", marker = "extra == 'test'", specifier = "==0.1.3" }, { name = "filelock", specifier = "==3.29.1" }, - { name = "gitpython", specifier = "==3.1.49" }, + { name = "gitpython", specifier = "==3.1.55" }, { name = "kombu", specifier = "==5.5.4" }, { name = "lando-cli", specifier = "==0.4.0" }, { name = "mercurial", specifier = "==7.2.3" },