From 4b0dcf5ec8fe66805421a560522b0bcd525403ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:46:04 +0000 Subject: [PATCH] fix(deps): bump pip from 23.3.2 to 24.0 in /.github/workflows Bumps [pip](https://github.com/pypa/pip) from 23.3.2 to 24.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3.2...24.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index da1879e..6509a48 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,6 +1,6 @@ ansible==9.1.0 # ansible-core==2.15.5 # https://github.com/ansible/molecule/issues/4017 ansible-lint==6.22.1 -pip==23.3.2 +pip==24.0 # urllib3==1.26.16 # <- periodically needed in some environments but not in github pipeline. Will leave it here for local builds: #https://github.com/docker/docker-py/issues/3113 yamllint==1.33.0 \ No newline at end of file