From b7775d0d91b35343fb0faa979698808a5014c674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 10:41:16 +0000 Subject: [PATCH] build(deps-dev): bump ipython from 8.3.0 to 8.4.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.3.0 to 8.4.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.3.0...8.4.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b013a0a..d69925f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -670,7 +670,7 @@ python-versions = "*" [[package]] name = "ipython" -version = "8.3.0" +version = "8.4.0" description = "IPython: Productive Interactive Computing" category = "dev" optional = false @@ -1354,7 +1354,7 @@ typing_extensions = ">=3.6,<5.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "a2448eb8ce00083192423b75f15680e133a14893db726b168c3fbc7ad8792993" +content-hash = "6575cdac8c3d307adc5f24946f5ccd998e6d9dc4c2fc07737024f9eaeae069ed" [metadata.files] amqp = [ @@ -1616,8 +1616,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] ipython = [ - {file = "ipython-8.3.0-py3-none-any.whl", hash = "sha256:341456643a764c28f670409bbd5d2518f9b82c013441084ff2c2fc999698f83b"}, - {file = "ipython-8.3.0.tar.gz", hash = "sha256:807ae3cf43b84693c9272f70368440a9a7eaa2e7e6882dad943c32fbf7e51402"}, + {file = "ipython-8.4.0-py3-none-any.whl", hash = "sha256:7ca74052a38fa25fe9bedf52da0be7d3fdd2fb027c3b778ea78dfe8c212937d1"}, + {file = "ipython-8.4.0.tar.gz", hash = "sha256:f2db3a10254241d9b447232cec8b424847f338d9d36f9a577a6192c332a46abd"}, ] isort = [ {file = "isort-5.9.3-py3-none-any.whl", hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2"}, diff --git a/pyproject.toml b/pyproject.toml index 00b82f3..b5988cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ wemake-python-styleguide = "~0.16.1" flake8-use-fstring = "~1.3" flake8-django = "~1.1.5" flake8-annotations-coverage = "~0.0.6" -ipython = "^8.3.0" +ipython = "^8.4.0" mypy = "^0.950" django-stubs = "^1.9.0" celery-types = "^0.13.1"