From dee5b2988944b53e68de49233d10a2a472195558 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Fri, 23 Aug 2024 13:31:01 -0400 Subject: [PATCH] chore(deps): Update `pip` from 23.3 to 24.2 - [Software Repository](https://pypi.org/project/pip/24.2/) - [Release notes](https://pip.pypa.io/en/stable/news/#v24-2) - [Changelog](https://github.com/pypa/pip/blob/24.2/NEWS.rst#242-2024-07-28) - [Commits](https://github.com/pypa/pip/compare/23.3...24.2) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b9705749..1240b711 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -189,7 +189,7 @@ zipp==3.19.2 # importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==23.3 +pip==24.2 # via pip-tools setuptools==70.3.0 # via pip-tools