diff --git a/poetry.lock b/poetry.lock index 7869cdc..7cabd5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -544,13 +544,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.31.0" +version = "8.32.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6"}, - {file = "ipython-8.31.0.tar.gz", hash = "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b"}, + {file = "ipython-8.32.0-py3-none-any.whl", hash = "sha256:cae85b0c61eff1fc48b0a8002de5958b6528fa9c8defb1894da63f42613708aa"}, + {file = "ipython-8.32.0.tar.gz", hash = "sha256:be2c91895b0b9ea7ba49d33b23e2040c352b33eb6a519cca7ce6e0c743444251"}, ] [package.dependencies] @@ -1419,4 +1419,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "31fd56766aa9ef4942636da85e690e555ad9f6657e03b5d4c66c9e4837992d42" +content-hash = "f5ddd6ebd7bcc4cf9a27828af55a795dc7bf964c256581f132cbab53ddbefe4b" diff --git a/pyproject.toml b/pyproject.toml index 6447569..5a363e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django-stubs = "^4.2.4" flake8 = "^7.1.1" flake8-bugbear = "^24.12.12" ipdb = "^0.13.13" -ipython = "^8.31.0" +ipython = "^8.32.0" isort = "^5.13.2" mypy = "^1.14" pep8-naming = "^0.14.1"