From c798c96eae1fa8e825e6d363d7f74711382c4aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 15:58:01 +0000 Subject: [PATCH] Bump ipython from 8.12.0 to 8.13.2 Bumps [ipython](https://github.com/ipython/ipython) from 8.12.0 to 8.13.2. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.12.0...8.13.2) --- 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..83c03c4 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.2" 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.2-py3-none-any.whl", hash = "sha256:ffca270240fbd21b06b2974e14a86494d6d29290184e788275f55e0b55914926"}, + {file = "ipython-8.13.2.tar.gz", hash = "sha256:7dff3fad32b97f6488e02f87b970f309d082f758d7b7fc252e3b19ee0e432dbb"}, ] [package.dependencies] @@ -1050,4 +1050,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "961e3a96f91ae7fed697a3e3c61e86717b043bc9e00f3ab0726acbd5af0f4ff8" +content-hash = "cc5e280a93c88e6a7c4a85c66cb963bb59da2ebbf0675c18de782f35881d2f19" diff --git a/pyproject.toml b/pyproject.toml index f176411..fdfab59 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.2" rich = "^13.3.1" [tool.black]