From 97646d545c6d7d57ffda61cb3ad046562520ab86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 15:57:19 +0000 Subject: [PATCH] Bump ipython from 8.12.0 to 8.13.1 Bumps [ipython](https://github.com/ipython/ipython) from 8.12.0 to 8.13.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.12.0...8.13.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 38c239e..aaccab7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiofiles" @@ -258,14 +258,14 @@ pygments = ">=2.2.0" [[package]] name = "ipython" -version = "8.12.0" +version = "8.13.1" description = "IPython: Productive Interactive Computing" category = "dev" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "ipython-8.12.0-py3-none-any.whl", hash = "sha256:1c183bf61b148b00bcebfa5d9b39312733ae97f6dad90d7e9b4d86c8647f498c"}, - {file = "ipython-8.12.0.tar.gz", hash = "sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d"}, + {file = "ipython-8.13.1-py3-none-any.whl", hash = "sha256:1c80d08f04144a1994cda25569eab07fbdc4989bd8d8793e3a4ff643065ccb51"}, + {file = "ipython-8.13.1.tar.gz", hash = "sha256:9c8487ac18f330c8a683fc50ab6d7bc0fcf9ef1d7a9f6ce7926938261067b81f"}, ] [package.dependencies] @@ -1050,4 +1050,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "961e3a96f91ae7fed697a3e3c61e86717b043bc9e00f3ab0726acbd5af0f4ff8" +content-hash = "301c7c6585a60777442edac5a587fce99ab452af9a4869e32e887741ce6e1dbf" diff --git a/pyproject.toml b/pyproject.toml index f176411..5764b33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ django-bootstrap-v5 = "^1.0.11" [tool.poetry.dev-dependencies] icecream = "^2.1.3" -ipython = "^8.10.0" +ipython = "^8.13.1" rich = "^13.3.1" [tool.black]