From cc8865705014dc5dd2cb7c531874eacadca02edf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 08:33:34 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.57 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 835b7ea..0b21602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "cryptography==49.0.0", "Flask==3.1.3", "Flask-WTF==1.3.0", - "GitPython==3.1.56", + "GitPython==3.1.57", "libgravatar==1.0.4", "mistletoe==1.6.0", "praw==8.0.2", diff --git a/uv.lock b/uv.lock index 9897c33..56423b1 100644 --- a/uv.lock +++ b/uv.lock @@ -443,14 +443,14 @@ wheels = [ [[package]] name = "gitpython" -version = "3.1.56" +version = "3.1.57" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gitdb" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/45/d45f94fa38b199862959cd7b5461a31f03746d75ef59363339fc0c394345/gitpython-3.1.56.tar.gz", hash = "sha256:127adf5c73f1a822e368301c4d5ffa5d305ce611eccab76f3336f9380a78ad0b", size = 229619, upload-time = "2026-07-25T07:41:43.179Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ba/0d/132ed135c871b6bf91adf16a0e43797cd535b81d4973b5d09291c54fc5ee/gitpython-3.1.57.tar.gz", hash = "sha256:c493ec57c0ef6b19743798b6a5af859c71814b524e7e6f97baa2f8e658961488", size = 225898, upload-time = "2026-07-26T07:33:26.351Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/06/27/8b9b039c7f026d4af8954dbbdcc9f101f8d6901daa3a65b065d8f450c0bd/gitpython-3.1.56-py3-none-any.whl", hash = "sha256:bedffdc4bdd2e3cf21b328711a552b0529751f08bff6591339d18492291ad035", size = 216644, upload-time = "2026-07-25T07:41:41.737Z" }, + { url = "https://files.pythonhosted.org/packages/41/6e/2139de986d9c7c3ac86f1f8be43858ce90bdfe2f7175e6c80c650ba15242/gitpython-3.1.57-py3-none-any.whl", hash = "sha256:4ccf7d73c10f5c9e76043fbb2675ac5a1b3ff5b41e648f56bcbed5f63792ecaf", size = 217151, upload-time = "2026-07-26T07:33:24.838Z" }, ] [[package]] @@ -850,7 +850,7 @@ requires-dist = [ { name = "cryptography", specifier = "==49.0.0" }, { name = "flask", specifier = "==3.1.3" }, { name = "flask-wtf", specifier = "==1.3.0" }, - { name = "gitpython", specifier = "==3.1.56" }, + { name = "gitpython", specifier = "==3.1.57" }, { name = "libgravatar", specifier = "==1.0.4" }, { name = "mistletoe", specifier = "==1.6.0" }, { name = "praw", specifier = "==8.0.2" },