From 0f4088e9de3381e24ad0cc03859836881ae3eacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 08:02:27 +0000 Subject: [PATCH] Bump jellyfish from 0.6.1 to 0.9.0 in /docs Bumps [jellyfish](https://github.com/jamesturk/jellyfish) from 0.6.1 to 0.9.0. - [Release notes](https://github.com/jamesturk/jellyfish/releases) - [Changelog](https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.md) - [Commits](https://github.com/jamesturk/jellyfish/commits/v0.9.0) --- updated-dependencies: - dependency-name: jellyfish dependency-type: direct:production update-type: version-update:semver-minor ... 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 af46bbe..7fb306f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -71,7 +71,7 @@ invoke==1.7.1 ipython==8.4.0; python_version >= "3.8" isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0" jedi==0.18.1; python_version >= "3.8" -jellyfish==0.6.1 +jellyfish==0.9.0 jinja2==3.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" joblib==1.1.0; python_version >= "3.6" kiwisolver==1.4.2; python_version >= "3.7"