From d159dac6b36a88cb44958df3b8ce1bb00ca81e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:23:05 +0000 Subject: [PATCH] Bump the python-deps group across 1 directory with 2 updates Bumps the python-deps group with 2 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython) and [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `gitpython` from 3.1.50 to 3.1.59 - [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.59) Updates `python-dotenv` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3408a0a..82b98cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ configcrunch==2.1.1 appdirs==1.4.4 janus==2.0.0 psutil==7.2.2 -GitPython==3.1.50 +GitPython==3.1.59 pywinpty==3.0.5; sys_platform == 'win32' python-hosts==1.1.2 -python-dotenv==1.2.2 +python-dotenv==1.2.3 ruff mypy