From 2a474671348868c97b8be5613fbe5618c5f763c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:53:21 +0000 Subject: [PATCH] Bump scipy from 1.4.1 to 1.11.1 in /docs Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.11.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.11.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 145bef9..c1c54e2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,6 +3,6 @@ sphinx==2.0.0 sphinx-autodoc-typehints pandas>=0.24.2 seaborn>=0.10.1 -scipy==1.4.1 +scipy==1.11.1 scanpy>=1.5.1 typing_extensions; python_version < '3.6'