From 7d6731118cf24f521576e5d4a49d7bd162d3952b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:12:03 +0000 Subject: [PATCH] Bump gitpython from 3.1.50 to 3.1.51 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.51. - [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.50...3.1.51) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.51 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 73aeca48..544caaed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "emoji==2.15.0", "expiringdict==1.2.2", "gino==1.0.1", - "gitpython==3.1.50", + "gitpython==3.1.51", "inflect==7.5.0", "irc==20.5.0", "munch==4.0.0", diff --git a/uv.lock b/uv.lock index 59679925..f250a004 100644 --- a/uv.lock +++ b/uv.lock @@ -374,7 +374,7 @@ requires-dist = [ { name = "flake8-modern-annotations", marker = "extra == 'dev'", specifier = "==1.6.0" }, { name = "flake8-variables-names", marker = "extra == 'dev'", specifier = "==0.0.6" }, { name = "gino", specifier = "==1.0.1" }, - { name = "gitpython", specifier = "==3.1.50" }, + { name = "gitpython", specifier = "==3.1.51" }, { name = "hypothesis", marker = "extra == 'dev'", specifier = "==6.155.3" }, { name = "inflect", specifier = "==7.5.0" }, { name = "irc", specifier = "==20.5.0" }, @@ -571,14 +571,14 @@ wheels = [ [[package]] name = "gitpython" -version = "3.1.50" +version = "3.1.51" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gitdb" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/33/f6/354ae6491228b5eb40e10d89c4d13c651fe1cf7556e35ebdded50cff57ce/gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc", size = 219798, upload-time = "2026-05-06T04:01:26.571Z" } +sdist = { url = "https://files.pythonhosted.org/packages/59/30/a8a0c15f9480dc91b5b7f11ebd26105e5f80898d7ff02da197fef35d8395/gitpython-3.1.51.tar.gz", hash = "sha256:22c9c94bb6b0b9f3c7157c684fece45a414cea204586b600beae6cd4570dcd6d", size = 223519, upload-time = "2026-07-12T13:40:07.922Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl", hash = "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9", size = 212507, upload-time = "2026-05-06T04:01:23.799Z" }, + { url = "https://files.pythonhosted.org/packages/f8/11/1232bb1ba52a230f20ff08e1b3df7cd9d43a71b61cc0a1c37941064fe4c7/gitpython-3.1.51-py3-none-any.whl", hash = "sha256:d5b29685708f3c80a56db040b665bfd69492c8e150b5848532af8013b686c5a4", size = 215246, upload-time = "2026-07-12T13:40:06.43Z" }, ] [[package]]