From d30ea072ef4a28c5d35256b0838466b9a720ed9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:10:00 +0000 Subject: [PATCH] Bump gitpython from 3.1.50 to 3.1.54 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 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.50...3.1.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3791a8b..1f61073 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -912,14 +912,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.50" +version = "3.1.54" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "gitpython-3.1.50-py3-none-any.whl", hash = "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9"}, - {file = "gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc"}, + {file = "gitpython-3.1.54-py3-none-any.whl", hash = "sha256:b90d7b3d9bc0238681d24369130826f0dcdb0ceaa45db67cf1d4ffa4c302dedf"}, + {file = "gitpython-3.1.54.tar.gz", hash = "sha256:53f2085e24a2cda300eed7c3fc5f1559ae289634b725e98acaf4791940247aa0"}, ] [package.dependencies] @@ -2499,4 +2499,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "40f7d5b35487d89b404657709e8cd75533965c21a7ba5635bac20ec6397f4bc9" +content-hash = "f707ebf682c0137659339a4b5fecdb21588caa6b1eb2977eef1c3f0007152140" diff --git a/pyproject.toml b/pyproject.toml index c0785a4..a53684d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pyyaml = "^6.0" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^2.13.0" -gitpython = "^3.1.46" +gitpython = "^3.1.54" pytest = "^8.0" coverage = "^7.5" aiohttp = "^3.9"