diff --git a/poetry.lock b/poetry.lock index cff000f..108bd05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -860,13 +860,13 @@ files = [ [[package]] name = "ipython" -version = "8.26.0" +version = "8.29.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.29.0-py3-none-any.whl", hash = "sha256:0188a1bd83267192123ccea7f4a8ed0a78910535dbaa3f37671dca76ebd429c8"}, + {file = "ipython-8.29.0.tar.gz", hash = "sha256:40b60e15b22591450eef73e40a027cf77bd652e757523eebc5bd7c7c498290eb"}, ] [package.dependencies] @@ -2067,4 +2067,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<4" -content-hash = "64f1c7502a65edbf67305445ca027dd2586eec1e5848a340fab1ba17b72be9fb" +content-hash = "ed7b27a4e866e4cf08b7ceae565d5b785b0f399bcd7c3357730a0f021e95acf1" diff --git a/pyproject.toml b/pyproject.toml index 9bceed7..d4a9b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ uWSGI = "^2.0.23" django-extensions = "3.2.3" factory-boy = "3.3.0" gitlint = "0.19.1" -ipython = "8.26.0" +ipython = "8.29.0" isort = "5.13.2" pdbpp = "0.10.3" pre-commit = "3.8.0"