From 751f4eb34fc1490fc394c1c7578d88f4e10d2bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 07:47:02 +0000 Subject: [PATCH] Bump pipreqs from 0.4.10 to 0.4.12 in /src/osparc_python_runner Bumps [pipreqs](https://github.com/bndr/pipreqs) from 0.4.10 to 0.4.12. - [Release notes](https://github.com/bndr/pipreqs/releases) - [Changelog](https://github.com/bndr/pipreqs/blob/master/HISTORY.rst) - [Commits](https://github.com/bndr/pipreqs/compare/v0.4.10...v0.4.12) --- updated-dependencies: - dependency-name: pipreqs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/osparc_python_runner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osparc_python_runner/requirements.txt b/src/osparc_python_runner/requirements.txt index 81ef4f4..b8f4201 100644 --- a/src/osparc_python_runner/requirements.txt +++ b/src/osparc_python_runner/requirements.txt @@ -33,7 +33,7 @@ pandas==1.2.5 # seaborn pillow==9.0.1 # via matplotlib -pipreqs==0.4.10 +pipreqs==0.4.12 # via -r requirements.in pyparsing==2.4.7 # via matplotlib