diff --git a/poetry.lock b/poetry.lock index 26ee0a1..9a0e370 100644 --- a/poetry.lock +++ b/poetry.lock @@ -476,13 +476,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.26.0" +version = "8.27.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.26.0-py3-none-any.whl", hash = "sha256:e6b347c27bdf9c32ee9d31ae85defc525755a1869f14057e900675b9e8d6e6ff"}, - {file = "ipython-8.26.0.tar.gz", hash = "sha256:1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"}, + {file = "ipython-8.27.0-py3-none-any.whl", hash = "sha256:f68b3cb8bde357a5d7adc9598d57e22a45dfbea19eb6b98286fa3b288c9cd55c"}, + {file = "ipython-8.27.0.tar.gz", hash = "sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e"}, ] [package.dependencies] @@ -1358,4 +1358,4 @@ testing = ["anyio"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "442cd0abed6a40d97ddb11bacac24ac77ea7b8d2dc2fed91fd48a7b44c36f200" +content-hash = "747c256409047f0dae72190a23d6d1b5ea6f6e2069cb31d1bf35c3057f21ef90" diff --git a/pyproject.toml b/pyproject.toml index 36d977e..f26674f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ testing = ["anyio"] [tool.poetry.group.dev.dependencies] # Improved REPL ipdb = "^0.13.13" -ipython = "^8.26.0" +ipython = "^8.27.0" # A framework for managing and maintaining multi-language pre-commit hooks. # https://pre-commit.com/ pre-commit = "^3.8.0"