From 1569c799c60809df4fd69b080e807761288d1601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:22:35 +0000 Subject: [PATCH] chore(deps): bump the pip group Updates the requirements on [ansible](https://github.com/ansible-community/ansible-build-data), [dnspython](https://github.com/rthalley/dnspython) and [requests](https://github.com/psf/requests) to permit the latest version. Updates `ansible` to 11.1.0 - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/6.6.0...11.1.0) Updates `dnspython` to 2.7.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.2.0...v2.7.0) Updates `requests` to 2.32.3 - [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.28.1...v2.32.3) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production dependency-group: pip - dependency-name: dnspython dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- anthos-bm-edge-deployment/docker-build/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anthos-bm-edge-deployment/docker-build/requirements.txt b/anthos-bm-edge-deployment/docker-build/requirements.txt index e7339f457..7b325f5e5 100644 --- a/anthos-bm-edge-deployment/docker-build/requirements.txt +++ b/anthos-bm-edge-deployment/docker-build/requirements.txt @@ -1,5 +1,5 @@ # Primary required dependencies -ansible~=6.6.0 -dnspython~=2.2.0 +ansible~=8.7.0 +dnspython~=2.7.0 google-auth==2.15.0 -requests~=2.28.1 +requests~=2.32.5