From c000f44a56a8ec80ca8d7f7b7a8758fe9215e32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 04:28:19 +0000 Subject: [PATCH] Bump ipython from 8.22.2 to 8.24.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.22.2 to 8.24.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.22.2...8.24.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 48fb44467..822b235d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1245,13 +1245,13 @@ files = [ [[package]] name = "ipython" -version = "8.22.2" +version = "8.24.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.22.2-py3-none-any.whl", hash = "sha256:3c86f284c8f3d8f2b6c662f885c4889a91df7cd52056fd02b7d8d6195d7f56e9"}, - {file = "ipython-8.22.2.tar.gz", hash = "sha256:2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14"}, + {file = "ipython-8.24.0-py3-none-any.whl", hash = "sha256:d7bf2f6c4314984e3e02393213bab8703cf163ede39672ce5918c51fe253a2a3"}, + {file = "ipython-8.24.0.tar.gz", hash = "sha256:010db3f8a728a578bb641fdd06c063b9fb8e96a9464c63aec6310fbcb5e80501"}, ] [package.dependencies] @@ -1266,16 +1266,17 @@ stack-data = "*" traitlets = ">=5.13.0" [package.extras] -all = ["ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,terminal]", "ipython[test,test-extra]"] +all = ["ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]", "ipython[test,test-extra]"] black = ["black"] doc = ["docrepr", "exceptiongroup", "ipykernel", "ipython[test]", "matplotlib", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "sphinxcontrib-jquery", "stack-data", "typing-extensions"] kernel = ["ipykernel"] +matplotlib = ["matplotlib"] nbconvert = ["nbconvert"] nbformat = ["nbformat"] notebook = ["ipywidgets", "notebook"] parallel = ["ipyparallel"] qtconsole = ["qtconsole"] -test = ["pickleshare", "pytest (<8)", "pytest-asyncio (<0.22)", "testpath"] +test = ["pickleshare", "pytest", "pytest-asyncio (<0.22)", "testpath"] test-extra = ["curio", "ipython[test]", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.23)", "pandas", "trio"] [[package]] @@ -3263,4 +3264,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "99af42c74bf7189dd2fa18ce21e1b9db0c82b897059da0e500e73687f49f721e" +content-hash = "a58b47990471c8b637cca0f52c9c61ed998145e4160534cff6c10378ff7d4217" diff --git a/pyproject.toml b/pyproject.toml index 224c5463c..d60436584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ wtforms-sqlalchemy = "0.3" [tool.poetry.group.dev.dependencies] faker = "24.4.0" flake8 = "7.0.0" -ipython = "^8.22.1" +ipython = "^8.24.0" mypy = "1.9.0" myst-parser = "2.0.0" pandas = "^2.2.1"