From 83790b6563634a62731406507d3d695e04bb1211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:40:44 +0000 Subject: [PATCH] Bump ipython from 8.25.0 to 8.26.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.25.0 to 8.26.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.25.0...8.26.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 585330782..52270349a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1235,13 +1235,13 @@ files = [ [[package]] name = "ipython" -version = "8.25.0" +version = "8.26.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.25.0-py3-none-any.whl", hash = "sha256:53eee7ad44df903a06655871cbab66d156a051fd86f3ec6750470ac9604ac1ab"}, - {file = "ipython-8.25.0.tar.gz", hash = "sha256:c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716"}, + {file = "ipython-8.26.0-py3-none-any.whl", hash = "sha256:e6b347c27bdf9c32ee9d31ae85defc525755a1869f14057e900675b9e8d6e6ff"}, + {file = "ipython-8.26.0.tar.gz", hash = "sha256:1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"}, ] [package.dependencies] @@ -1266,7 +1266,7 @@ nbformat = ["nbformat"] notebook = ["ipywidgets", "notebook"] parallel = ["ipyparallel"] qtconsole = ["qtconsole"] -test = ["pickleshare", "pytest", "pytest-asyncio (<0.22)", "testpath"] +test = ["packaging", "pickleshare", "pytest", "pytest-asyncio (<0.22)", "testpath"] test-extra = ["curio", "ipython[test]", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.23)", "pandas", "trio"] [[package]] @@ -3234,4 +3234,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "52133493cbcf090dfe842ace380f5e02bc8bb6a679a02b548732ff66d82e650f" +content-hash = "4aefc46787d435106fbc17a6c563995347882f7fde4152c11541ddba2a431621" diff --git a/pyproject.toml b/pyproject.toml index 4a20a5c8c..8648a6b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ wtforms-sqlalchemy = "0.3" [tool.poetry.group.dev.dependencies] faker = "26.3.0" flake8 = "7.0.0" -ipython = "^8.24.0" +ipython = "^8.26.0" mypy = "1.10.1" myst-parser = "3.0.1" pandas = "^2.2.1"