From aae60a2d70a8cb2c2aeb51846661d830ce2a09a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 07:06:52 +0000 Subject: [PATCH] Update pip requirement from ~=23.0 to ~=23.1 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [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...23.1.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92b39b4..e526f7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pip~=23.0 +pip~=23.1 voila~=0.3.6 matplotlib~=3.6.3 numpy~=1.24.3