diff --git a/poetry.lock b/poetry.lock index a223eb0..3857eea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -541,13 +541,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.27.0" +version = "8.28.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.28.0-py3-none-any.whl", hash = "sha256:530ef1e7bb693724d3cdc37287c80b07ad9b25986c007a53aa1857272dac3f35"}, + {file = "ipython-8.28.0.tar.gz", hash = "sha256:0d0d15ca1e01faeb868ef56bc7ee5a0de5bd66885735682e8a322ae289a13d1a"}, ] [package.dependencies] @@ -1406,4 +1406,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "57dd78321fc38e5ad3a75f150e63ebb04c3babcf979a2e8c1ccf1c558f8a8359" +content-hash = "56bc058c7e149e08db67437d50b5231bc5aca314da24907a785fceab6e8ad836" diff --git a/pyproject.toml b/pyproject.toml index cdafce8..ed3eee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django-stubs = "^4.2.4" flake8 = "^7.1.1" flake8-bugbear = "^24.8.19" ipdb = "^0.13.13" -ipython = "^8.27.0" +ipython = "^8.28.0" isort = "^5.13.2" mypy = "^1.11" pep8-naming = "^0.14.1"