From 0c4f2af2a80d298afc167861a8c33d001dd3bd64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:11:18 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.55 [security] --- .config/python/dev/requirements.txt | 2 +- server/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/python/dev/requirements.txt b/.config/python/dev/requirements.txt index 31475fb759d..ba9bbf70b47 100644 --- a/.config/python/dev/requirements.txt +++ b/.config/python/dev/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.14.1 beautifulsoup4==4.15.0 commentjson==0.9.0 fastapi==0.138.1 -gitpython==3.1.50 +gitpython==3.1.55 giturlparse==0.15.0 importlib-metadata==9.0.0 json-schema-for-humans==1.5.1 diff --git a/server/requirements.txt b/server/requirements.txt index 654eec2d7aa..1930799e205 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ aiofiles==25.1.0 -gitpython==3.1.50 +gitpython==3.1.55 fastapi==0.138.1 h11==0.16.0 python-multipart==0.0.32