From 0be2edf3c5bcdca5c5f4498cced6a63d7d308855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:44:04 +0000 Subject: [PATCH] Bump gitpython from 3.1.46 to 3.1.54 in the uv group across 1 directory Bumps the uv group with 1 update in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython). Updates `gitpython` from 3.1.46 to 3.1.54 - [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.46...3.1.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 dependency-type: direct:production ... 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 7d3dfd2..f07ce8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "click-aliases==1.0.7", "difflib-parser==2.1.1", "git-autograder==6.8.0", - "gitpython==3.1.46", + "gitpython==3.1.54", "librt==0.9.0", "pygments==2.20.0", "pytermgui==7.7.4", diff --git a/uv.lock b/uv.lock index 3fc571a..c3a8d7a 100644 --- a/uv.lock +++ b/uv.lock @@ -190,7 +190,7 @@ requires-dist = [ { name = "click-aliases", specifier = "==1.0.7" }, { name = "difflib-parser", specifier = "==2.1.1" }, { name = "git-autograder", specifier = "==6.8.0" }, - { name = "gitpython", specifier = "==3.1.46" }, + { name = "gitpython", specifier = "==3.1.54" }, { name = "librt", specifier = "==0.9.0" }, { name = "pygments", specifier = "==2.20.0" }, { name = "pytermgui", specifier = "==7.7.4" }, @@ -220,14 +220,14 @@ dev = [ [[package]] name = "gitpython" -version = "3.1.46" +version = "3.1.54" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gitdb" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/df/b5/59d16470a1f0dfe8c793f9ef56fd3826093fc52b3bd96d6b9d6c26c7e27b/gitpython-3.1.46.tar.gz", hash = "sha256:400124c7d0ef4ea03f7310ac2fbf7151e09ff97f2a3288d64a440c584a29c37f", size = 215371, upload-time = "2026-01-01T15:37:32.073Z" } +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/6a/09/e21df6aef1e1ffc0c816f0522ddc3f6dcded766c3261813131c78a704470/gitpython-3.1.46-py3-none-any.whl", hash = "sha256:79812ed143d9d25b6d176a10bb511de0f9c67b1fa641d82097b0ab90398a2058", size = 208620, upload-time = "2026-01-01T15:37:30.574Z" }, + { 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]]