diff --git a/poetry.lock b/poetry.lock index 2d1896a7..acde6169 100644 --- a/poetry.lock +++ b/poetry.lock @@ -969,13 +969,13 @@ files = [ [[package]] name = "ipython" -version = "8.22.2" +version = "8.23.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.22.2-py3-none-any.whl", hash = "sha256:3c86f284c8f3d8f2b6c662f885c4889a91df7cd52056fd02b7d8d6195d7f56e9"}, - {file = "ipython-8.22.2.tar.gz", hash = "sha256:2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14"}, + {file = "ipython-8.23.0-py3-none-any.whl", hash = "sha256:07232af52a5ba146dc3372c7bf52a0f890a23edf38d77caef8d53f9cdc2584c1"}, + {file = "ipython-8.23.0.tar.gz", hash = "sha256:7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"}, ] [package.dependencies] @@ -988,12 +988,14 @@ prompt-toolkit = ">=3.0.41,<3.1.0" pygments = ">=2.4.0" stack-data = "*" traitlets = ">=5.13.0" +typing-extensions = {version = "*", markers = "python_version < \"3.12\""} [package.extras] -all = ["ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,terminal]", "ipython[test,test-extra]"] +all = ["ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]", "ipython[test,test-extra]"] black = ["black"] doc = ["docrepr", "exceptiongroup", "ipykernel", "ipython[test]", "matplotlib", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "sphinxcontrib-jquery", "stack-data", "typing-extensions"] kernel = ["ipykernel"] +matplotlib = ["matplotlib"] nbconvert = ["nbconvert"] nbformat = ["nbformat"] notebook = ["ipywidgets", "notebook"] @@ -2202,4 +2204,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "258d4322eb59aff7dc150b2beb5daa259065dd8bb91624853592843a71cfbfc9" +content-hash = "09b8e3d41b8be84cc3834dfb721f7e9a9a84c50f3ac070b348731be7fa165527" diff --git a/pyproject.toml b/pyproject.toml index b37a9a4c..47c95b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ django-csp = "^3.8" redis = "^5.0.3" django-rq = "^2.10.2" gunicorn = "^21.2.0" -ipython = "^8.22.2" +ipython = "^8.23.0" pillow = "^10.2.0" django-storages = "^1.14.2" boto3 = "^1.34.74" @@ -70,7 +70,7 @@ flynt = "^0.77" django-stubs = "^4.2.0" types-requests = "^2.31.0.1" types-redis = "^4.6.0.2" -ipython = "^8.22.2" +ipython = "^8.23.0" django-debug-toolbar = "^4.3.0" django-tailwind = {extras = ["reload"], version = "^3.8.0"}