diff --git a/pyproject.toml b/pyproject.toml index b94cb9e0f..e13717cdd 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.54", "kombu==5.5.4", "lando-cli==0.4.0", "mercurial==7.2.3", diff --git a/uv.lock b/uv.lock index b8b3d4f1c..13cc3ba6b 100644 --- a/uv.lock +++ b/uv.lock @@ -629,14 +629,14 @@ wheels = [ [[package]] name = "gitpython" -version = "3.1.49" +version = "3.1.54" 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/5e/d5/3da0b92033887033f4c27f2dd109a303c4ca62813c7b3bb2511edb4777de/gitpython-3.1.54.tar.gz", hash = "sha256:53f2085e24a2cda300eed7c3fc5f1559ae289634b725e98acaf4791940247aa0", size = 225076, upload-time = "2026-07-22T04:08:51.403Z" } 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/d1/b9/876f442a28df5c068ca69b0122d5c35e65fd2d2fa9992ea5cb5944ea00a6/gitpython-3.1.54-py3-none-any.whl", hash = "sha256:b90d7b3d9bc0238681d24369130826f0dcdb0ceaa45db67cf1d4ffa4c302dedf", size = 216575, upload-time = "2026-07-22T04:08:50.05Z" }, ] [[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.54" }, { name = "kombu", specifier = "==5.5.4" }, { name = "lando-cli", specifier = "==0.4.0" }, { name = "mercurial", specifier = "==7.2.3" },