From 4c0bb52d7122507eecc2de66f7bbfd9e1913ae3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:29:09 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.5 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.5. - [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.31.0...v2.32.5) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65598a15..6011f812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "click-log", "cryptography", "pyyaml", - "requests==2.31.0", + "requests==2.32.5", "jmespath", "rich", "GitPython",