From 3e60bc643f71a0b816813eff66de86dd9ab8f73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:24:48 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /builder directory: [requests](https://github.com/psf/requests) and [gitpython](https://github.com/gitpython-developers/GitPython). Updates `requests` from 2.20.0 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.32.4) Updates `gitpython` from 3.1.0 to 3.1.41 - [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.0...3.1.41) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-version: 3.1.41 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- builder/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/requirements.txt b/builder/requirements.txt index f9c835b..6236c86 100644 --- a/builder/requirements.txt +++ b/builder/requirements.txt @@ -1,6 +1,6 @@ PyYAML==5.4 -requests==2.20.0 -GitPython==3.1.0 +requests==2.32.4 +GitPython==3.1.41 distro==1.3.0 packaging==19.0 beautifulsoup4==4.7.1 \ No newline at end of file