From e9891c634698c6fcf12d70757bcfab12ff798704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:10:00 +0000 Subject: [PATCH] Bump pip from 21.1 to 23.3 Bumps [pip](https://github.com/pypa/pip) from 21.1 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.1...23.3) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e65d5d..30787ac 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ espercli = esper.main:main """, install_requires=[ - 'pip==21.1', + 'pip==23.3', 'wheel', 'cement==3.0.2', 'clint>=0.5.1',