diff --git a/poetry.lock b/poetry.lock index 06df661..b5b6f7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,13 +718,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.27.0" +version = "8.29.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.27.0-py3-none-any.whl", hash = "sha256:f68b3cb8bde357a5d7adc9598d57e22a45dfbea19eb6b98286fa3b288c9cd55c"}, - {file = "ipython-8.27.0.tar.gz", hash = "sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e"}, + {file = "ipython-8.29.0-py3-none-any.whl", hash = "sha256:0188a1bd83267192123ccea7f4a8ed0a78910535dbaa3f37671dca76ebd429c8"}, + {file = "ipython-8.29.0.tar.gz", hash = "sha256:40b60e15b22591450eef73e40a027cf77bd652e757523eebc5bd7c7c498290eb"}, ] [package.dependencies] @@ -1632,4 +1632,4 @@ tests = ["PasteDeploy", "WSGIProxy2", "coverage", "pyquery", "pytest", "pytest-c [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1bd9fa2dec5bfa23cc7e030a1f9a016dd8b8ab186f60a59eae04983543943722" +content-hash = "01c30c7af3de2fdaba89faad65cbdb85aad0057059280397b9c982daf871844e" diff --git a/pyproject.toml b/pyproject.toml index e1bc5cc..2c581e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ sqlalchemy = "2.0.35" azure-storage-blob = "12.23.1" [tool.poetry.group.dev.dependencies] -ipython = "^8.27.0" +ipython = "^8.29.0" ipdb = "^0.13.13" pre-commit = "^3.8.0"