From 13ef77a3eafd102f5750a5fe52b3a260fdf73f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:06:22 +0000 Subject: [PATCH] Bump pip from 23.1.2 to 23.2.1 Bumps [pip](https://github.com/pypa/pip) from 23.1.2 to 23.2.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.1.2...23.2.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- coding-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coding-requirements.txt b/coding-requirements.txt index 58c583c..6b06a6a 100644 --- a/coding-requirements.txt +++ b/coding-requirements.txt @@ -92,7 +92,7 @@ bandit==1.7.5 pbr==5.11.1 graphviz==0.20.1 pip-autoremove==0.10.0 - pip==23.1.2 + pip==23.2.1 setuptools==68.0.0 pipdeptree==2.9.4 pylint==2.17.4 diff --git a/requirements.txt b/requirements.txt index 76515aa..6c1743c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ ansible==8.1.0 packaging==23.1 PyYAML==6.0 resolvelib==1.0.1 -pip==23.1.2 +pip==23.2.1 pywinrm==0.4.3 requests==2.31.0 certifi==2023.7.22