From 46b393b344437aa7c664ff0a9ab896e010bade2b Mon Sep 17 00:00:00 2001 From: "aikido-autofix[bot]" <119856028+aikido-autofix[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 00:35:20 +0000 Subject: [PATCH] fix(security): update gitpython from 3.1.50 to 3.1.58 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ffcf62..46cea62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Andrew Nichols", email = "andrew.nichols@overstory.com" }] license = "MIT" readme = "README.md" requires-python = ">=3.12" -dependencies = ["pyyaml>=6.0", "packaging>=21.0", "gitpython>=3.1.55"] +dependencies = ["pyyaml>=6.0", "packaging>=21.0", "gitpython>=3.1.57"] [project.scripts] bough = "bough.cli:main" diff --git a/uv.lock b/uv.lock index 4150968..9d09623 100644 --- a/uv.lock +++ b/uv.lock @@ -33,7 +33,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "gitpython", specifier = ">=3.1.55" }, + { name = "gitpython", specifier = ">=3.1.57" }, { name = "packaging", specifier = ">=21.0" }, { name = "pyyaml", specifier = ">=6.0" }, ] @@ -174,14 +174,14 @@ wheels = [ [[package]] name = "gitpython" -version = "3.1.57" +version = "3.1.58" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gitdb" }, ] -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" } +sdist = { url = "https://files.pythonhosted.org/packages/26/d6/5f358ff283325580c2003a6d953aea18cfe10ae87b46f5ebc80fa3a386dc/gitpython-3.1.58.tar.gz", hash = "sha256:621416df10ef3fd0e19fabf9172ddeed0fa704d353d04f194eec56a625a95b22", size = 228498, upload-time = "2026-08-04T15:05:49.47Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/ec/0c/9d8752098bc442f0726e64aa6135940b3a96809915d1aa4206c1bb97881d/gitpython-3.1.58-py3-none-any.whl", hash = "sha256:d331e722577f0fd7fc1f857419b3ecc07af66282b933d2a4d95f84a042fdd50f", size = 220183, upload-time = "2026-08-04T15:05:48.025Z" }, ] [[package]]