diff --git a/poetry.lock b/poetry.lock index 36b7347..f8f78a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -275,13 +275,13 @@ files = [ [[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] @@ -694,4 +694,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a2cbe7042a290d55e0e570a3c96d646448e3698b4841754ad970a8591652c467" +content-hash = "e51a0ebe601745013aad563db3d6f988f662fe0955a546a08e36e1a8c3ee5ee7" diff --git a/pyproject.toml b/pyproject.toml index 5fc0fea..8e6b9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ gunicorn = "22.0.0" humanize = "4.10.0" [tool.poetry.group.dev.dependencies] -ipython = "^8.26.0" +ipython = "^8.27.0" pre-commit = "^3.7.1" [build-system]