From 8874ad6eca2afa3c5cea963c33c7f2c0329845e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 19:21:50 +0000 Subject: [PATCH] Bump ipython in /{{cookiecutter.project_slug}}/backend Bumps [ipython](https://github.com/ipython/ipython) from 7.17.0 to 7.18.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.17.0...7.18.1) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.project_slug}}/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/backend/requirements.txt b/{{cookiecutter.project_slug}}/backend/requirements.txt index 6c8a421d..d3f7305f 100644 --- a/{{cookiecutter.project_slug}}/backend/requirements.txt +++ b/{{cookiecutter.project_slug}}/backend/requirements.txt @@ -4,7 +4,7 @@ fastapi==0.61.0 celery==4.4.7 redis==3.5.3 httpx==0.14.2 -ipython==7.17.0 +ipython==7.18.1 itsdangerous==1.1.0 Jinja2==2.11.2 psycopg2==2.8.5