From 5f10aa3e06ba8e77e5571b637f7f7993af6145a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:39:38 +0000 Subject: [PATCH] build(deps): bump pip from 23.2.1 to 23.3.2 Bumps [pip](https://github.com/pypa/pip) from 23.2.1 to 23.3.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.2.1...23.3.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 17330ea..96ba081 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ doxypypy==0.8.8.7 flake8==6.1.0 isort==5.12.0 mypy==1.5.1 -pip==23.2.1 +pip==23.3.2 pip-upgrader==1.4.15 tox==4.11.3 twine==4.0.2 diff --git a/test-requirements.txt b/test-requirements.txt index 067165d..9512e8d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,5 +5,5 @@ pytest-runner==6.0.0 pytest-sugar==0.9.7 pytest-xdist==3.3.1 pytest==7.4.2 -pip==23.2.1 +pip==23.3.2 wheel==0.41.2