From cc96e3930ddc341a6fc735ea44abc6fa37544698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 05:02:45 +0000 Subject: [PATCH] build(deps): bump pip Bumps the pip group in /ansible/.ansible/dwm/requirements/pip with 1 update: [pip](https://github.com/pypa/pip). Updates `pip` from 26.2 to 26.2.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.2...26.2.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- ansible/.ansible/dwm/requirements/pip/pip.in | 2 +- ansible/.ansible/dwm/requirements/pip/pip.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/.ansible/dwm/requirements/pip/pip.in b/ansible/.ansible/dwm/requirements/pip/pip.in index 2bacf05..93f4a56 100644 --- a/ansible/.ansible/dwm/requirements/pip/pip.in +++ b/ansible/.ansible/dwm/requirements/pip/pip.in @@ -1 +1 @@ -pip>=26.2 +pip>=26.2.1 diff --git a/ansible/.ansible/dwm/requirements/pip/pip.txt b/ansible/.ansible/dwm/requirements/pip/pip.txt index a1c567a..592b0f7 100644 --- a/ansible/.ansible/dwm/requirements/pip/pip.txt +++ b/ansible/.ansible/dwm/requirements/pip/pip.txt @@ -6,5 +6,5 @@ # # The following packages are considered to be unsafe in a requirements file: -pip==26.2 +pip==26.2.1 # via -r pip.in