diff --git a/poetry.lock b/poetry.lock index 3f8ce22..3336b28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "ansicon" @@ -621,14 +621,14 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "9.13.0" +version = "9.14.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.11" groups = ["dev"] files = [ - {file = "ipython-9.13.0-py3-none-any.whl", hash = "sha256:57f9d4639e20818d328d287c7b549af3d05f12486ea8f2e7f73e52a36ec4d201"}, - {file = "ipython-9.13.0.tar.gz", hash = "sha256:7e834b6afc99f020e3f05966ced34792f40267d64cb1ea9043886dab0dde5967"}, + {file = "ipython-9.14.0-py3-none-any.whl", hash = "sha256:8fd984a3372c14b12790b084ba6b5cff5678c0cb063244a0034f06a51f20d6c2"}, + {file = "ipython-9.14.0.tar.gz", hash = "sha256:6f27ff0f1d9ea050e0551f71568bc4b34d8aba579e8f111c5b4175f44ac6b4aa"}, ] [package.dependencies] @@ -639,7 +639,7 @@ jedi = ">=0.18.2" matplotlib-inline = ">=0.1.6" pexpect = {version = ">4.6", markers = "sys_platform != \"win32\" and sys_platform != \"emscripten\""} prompt_toolkit = ">=3.0.41,<3.1.0" -psutil = ">=7" +psutil = {version = ">=7", markers = "sys_platform != \"emscripten\""} pygments = ">=2.14.0" stack_data = ">=0.6.0" traitlets = ">=5.13.0" @@ -1096,6 +1096,7 @@ description = "Cross-platform lib for process and system monitoring." optional = false python-versions = ">=3.6" groups = ["dev"] +markers = "sys_platform != \"emscripten\"" files = [ {file = "psutil-7.2.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:2edccc433cbfa046b980b0df0171cd25bcaeb3a68fe9022db0979e7aa74a826b"}, {file = "psutil-7.2.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:e78c8603dcd9a04c7364f1a3e670cea95d51ee865e4efb3556a3a63adef958ea"}, @@ -1727,4 +1728,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "acada29303397431fa18fb0a53451d00ed3ce325a50f60bcc1c29f169b3e0eea" +content-hash = "e6e40d8de5d4e2eff919d1dea11004c7e0db09a6a52473e42c7b706cccffc053" diff --git a/pyproject.toml b/pyproject.toml index 233bcc2..7785ee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django-stubs = "^4.2.4" flake8 = "^7.3.0" flake8-bugbear = "^25.11.29" ipdb = "^0.13.13" -ipython = "^9.13.0" +ipython = "^9.14.0" isort = "^8.0.1" mypy = "^2.1" pep8-naming = "^0.15.1"