From 10fbdd3409527c2c222740c5ebd2d1ad53472113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:53:15 +0000 Subject: [PATCH] chore(deps): bump the python-minor-and-patch group with 2 updates Bumps the python-minor-and-patch group with 2 updates: [gitpython](https://github.com/gitpython-developers/GitPython) and [bleach](https://github.com/mozilla/bleach). Updates `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) Updates `bleach` from 6.3.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9031008ae37..00e8b4bbe2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -GitPython==3.1.50 +GitPython==3.1.51 Markdown==3.10.2 -bleach==6.3.0 +bleach==6.4.0 colorama==0.4.6 future==1.0.0 loguru==0.7.3