From f62dae799fe0811e85f5d679db94ff926dda9a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:43:08 +0100 Subject: [PATCH] Bump pip from 23.3.1 to 23.3.2 (#11843) * Bump pip from 23.3.1 to 23.3.2 Bumps [pip](https://github.com/pypa/pip) from 23.3.1 to 23.3.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3.1...23.3.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump pip from 23.3.1 to 23.3.2 Bumps [pip](https://github.com/pypa/pip) from 23.3.1 to 23.3.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3.1...23.3.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [Dependencies] Align setup.cfg to requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index abbb3cb9687..41b16794d38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -159,7 +159,7 @@ splinter==0.20.1 pytest-splinter==3.3.2 pytest-django==4.7.0 setuptools>=65.5.1,<69.1.0 -pip==23.3.1 +pip==23.3.2 Twisted==23.10.0 pixelmatch==0.3.0 factory-boy==3.3.0 diff --git a/setup.cfg b/setup.cfg index 85f11422c1e..a531f889e1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -184,7 +184,7 @@ install_requires = pytest-splinter==3.3.2 pytest-django==4.7.0 setuptools>=65.5.1,<69.1.0 - pip==23.3.1 + pip==23.3.2 Twisted==23.10.0 pixelmatch==0.3.0 factory-boy==3.3.0