From c1fa5d72e65ed5c05af9297a886eff817f2be441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 03:05:46 +0000 Subject: [PATCH] Bump the patch-updates group with 2 updates Bumps the patch-updates group with 2 updates: [gitpython](https://github.com/gitpython-developers/GitPython) and [platformdirs](https://github.com/tox-dev/platformdirs). Updates `gitpython` from 3.1.61 to 3.1.62 - [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.61...3.1.62) Updates `platformdirs` from 4.11.5 to 4.11.7 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.5...4.11.7) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.62 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: platformdirs dependency-version: 4.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a6e5a727..89d5022b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ click==8.5.0 ; python_version >= "3.12" and python_version < "4" colorama==0.4.6 ; python_version >= "3.12" and python_version < "4" ghp-import==2.1.0 ; python_version >= "3.12" and python_version < "4" gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4" -gitpython==3.1.61 ; python_version >= "3.12" and python_version < "4" +gitpython==3.1.62 ; python_version >= "3.12" and python_version < "4" idna==3.19 ; python_version >= "3.12" and python_version < "4" importlib-metadata==9.0.1 ; python_version >= "3.12" and python_version < "4" importlib-resources==6.5.2 ; python_version >= "3.12" and python_version < "4" @@ -25,7 +25,7 @@ mkdocs==1.6.1 ; python_version >= "3.12" and python_version < "4" packaging==26.3 ; python_version >= "3.12" and python_version < "4" paginate==0.5.7 ; python_version >= "3.12" and python_version < "4" pathspec==0.12.1 ; python_version >= "3.12" and python_version < "4" -platformdirs==4.11.5 ; python_version >= "3.12" and python_version < "4" +platformdirs==4.11.7 ; python_version >= "3.12" and python_version < "4" pygments==2.21.0 ; python_version >= "3.12" and python_version < "4" pymdown-extensions==11.0.2 ; python_version >= "3.12" and python_version < "4" pyparsing==3.3.2 ; python_version >= "3.12" and python_version < "4"