diff --git a/poetry.lock b/poetry.lock index 5d111cd..3215c26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -791,13 +791,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] @@ -1888,4 +1888,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f4513f644c5e8d2c46ff703d6ef0705be724779156a384649ffa14a1fcd373ba" +content-hash = "dd50ef34ebe04786c4ce4823f72c58a900bc8c0df3d17d3f3cbd75acc738c5e5" diff --git a/pyproject.toml b/pyproject.toml index 8ab9852..f316d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ django-storages = { version = "1.14.4", extras = ["azure"] } mixer = "7.2.2" [tool.poetry.group.dev.dependencies] -ipython = "^8.27.0" +ipython = "^8.28.0" ipdb = "^0.13.13" pre-commit = "^3.8.0"