From c85efa86859f3bfdebb314eb931fe0eda52f9f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:33:10 +0000 Subject: [PATCH] Bump ipython in /{{cookiecutter.project_slug}}/backend Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.31.1...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[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 7f8389d3..cca15ebf 100644 --- a/{{cookiecutter.project_slug}}/backend/requirements.txt +++ b/{{cookiecutter.project_slug}}/backend/requirements.txt @@ -4,7 +4,7 @@ fastapi==0.65.2 celery==5.0.0 redis==3.5.3 httpx==0.15.5 -ipython==7.31.1 +ipython==8.10.0 itsdangerous==1.1.0 Jinja2==2.11.3 psycopg2==2.8.6