From 0d21ecdd767964fc74c6963fca56c39e6c148324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 08:56:40 +0000 Subject: [PATCH] Bump pip from 23.0.1 to 23.1.2 Bumps [pip](https://github.com/pypa/pip) from 23.0.1 to 23.1.2. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.0.1...23.1.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7af4f69..e749689 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ # This makes the build more reproducible # When a new version is released the dependabot makes a PR -pip==23.0.1 +pip==23.1.2 setuptools==67.6.1 wheel==0.40.0 \ No newline at end of file