From d7a99bd60bc5d48fdb70864bffb1ccb84517f3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:41:28 +0200 Subject: [PATCH] fix(deps): bump pip from 24.1.2 to 24.2 in /.github/workflows (#185) Bumps [pip](https://github.com/pypa/pip) from 24.1.2 to 24.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.1.2...24.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 bf0a785..1fc18f2 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,7 +1,7 @@ ansible==10.1.0 # ansible-core==2.15.5 # https://github.com/ansible/molecule/issues/4017 ansible-lint==24.2.2 -pip==24.1.2 +pip==24.2 # 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.35.1 requests==2.31.0 \ No newline at end of file