diff --git a/poetry.lock b/poetry.lock index 1eb371514..deae4bf05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -635,7 +635,7 @@ test = ["pytest (>=6.0)", "pytest-cov", "flaky", "ipyparallel", "pre-commit", "p [[package]] name = "ipython" -version = "7.32.0" +version = "7.34.0" description = "IPython: Productive Interactive Computing" category = "dev" optional = false @@ -2753,8 +2753,8 @@ ipykernel = [ {file = "ipykernel-6.13.0.tar.gz", hash = "sha256:0e28273e290858393e86e152b104e5506a79c13d25b951ac6eca220051b4be60"}, ] ipython = [ - {file = "ipython-7.32.0-py3-none-any.whl", hash = "sha256:86df2cf291c6c70b5be6a7b608650420e89180c8ec74f376a34e2dc15c3400e7"}, - {file = "ipython-7.32.0.tar.gz", hash = "sha256:468abefc45c15419e3c8e8c0a6a5c115b2127bafa34d7c641b1d443658793909"}, + {file = "ipython-7.34.0-py3-none-any.whl", hash = "sha256:c175d2440a1caff76116eb719d40538fbb316e214eda85c5515c303aacbfb23e"}, + {file = "ipython-7.34.0.tar.gz", hash = "sha256:af3bdb46aa292bce5615b1b2ebc76c2080c5f77f54bda2ec72461317273e7cd6"}, ] ipython-genutils = [ {file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"}, diff --git a/pyproject.toml b/pyproject.toml index 9039e050b..1cb6f034c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ sphinx = "^4.2.0" sphinx-bootstrap-theme = "^0.8.0" nbsphinx = "^0.8.8" nbsphinx-link = "^1.3.0" -IPython = "^7.16.0" +IPython = "^7.34.0" moto = "^3.1.11" jupyterlab = "^3.1.4" s3fs = "0.4.2"