From 4ef0a897a1560c9deeb2ef952d1bcd90339587a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:37:38 +0000 Subject: [PATCH] Bump pip from 20.3.4 to 23.3 in /tests Bumps [pip](https://github.com/pypa/pip) from 20.3.4 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/20.3.4...23.3) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- tests/unit/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index f0ae0e93..7f5d35c6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ pip==20.3.4; python_version == '2.6' or python_version=='2.7' -pip==22.2.2; python_version > '3.0' +pip==23.3; python_version > '3.0' infoblox-client pytest pytest-xdist diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 065df589..a6faa769 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,5 +1,5 @@ pip==20.3.4; python_version == '2.6' or python_version=='2.7' -pip==22.2.2; python_version > '3.0' +pip==23.3; python_version > '3.0' infoblox-client pytest pytest-forked