diff --git a/pdm.lock b/pdm.lock index a9b886a..b8d42fa 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "lint", "test"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:256b1938f9202a34282db10cd912b2cfa68bc9a3252e19737fb35a0fd058d58f" +content_hash = "sha256:2cf17421c0fef932cca39bdb996c686ae466a343f3efdc1051030fc7c3b5fb01" [[package]] name = "anyio" @@ -24,6 +24,18 @@ files = [ {file = "anyio-4.3.0.tar.gz", hash = "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6"}, ] +[[package]] +name = "appnope" +version = "0.1.4" +requires_python = ">=3.6" +summary = "Disable App Nap on macOS >= 10.9" +groups = ["dev"] +marker = "sys_platform == \"darwin\"" +files = [ + {file = "appnope-0.1.4-py2.py3-none-any.whl", hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c"}, + {file = "appnope-0.1.4.tar.gz", hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee"}, +] + [[package]] name = "argcomplete" version = "3.2.2" @@ -388,11 +400,12 @@ files = [ [[package]] name = "ipython" -version = "8.18.0" +version = "8.17.2" requires_python = ">=3.9" summary = "IPython: Productive Interactive Computing" groups = ["dev"] dependencies = [ + "appnope; sys_platform == \"darwin\"", "colorama; sys_platform == \"win32\"", "decorator", "exceptiongroup; python_version < \"3.11\"", @@ -405,8 +418,8 @@ dependencies = [ "traitlets>=5", ] files = [ - {file = "ipython-8.18.0-py3-none-any.whl", hash = "sha256:d538a7a98ad9b7e018926447a5f35856113a85d08fd68a165d7871ab5175f6e0"}, - {file = "ipython-8.18.0.tar.gz", hash = "sha256:4feb61210160f75e229ce932dbf8b719bff37af123c0b985fd038b14233daa16"}, + {file = "ipython-8.17.2-py3-none-any.whl", hash = "sha256:1e4d1d666a023e3c93585ba0d8e962867f7a111af322efff6b9c58062b3e5444"}, + {file = "ipython-8.17.2.tar.gz", hash = "sha256:126bb57e1895594bb0d91ea3090bbd39384f6fe87c3d57fd558d0670f50339bb"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 79ac9bc..b37ebf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -211,7 +211,7 @@ test = [ "syrupy>=0.0.15", ] dev = [ - "ipython>=8.12.3", + "ipython!=8.18.0", "commitizen>=3.16.0", "cz-conventional-gitmoji>=0.2.4", "pre-commit>=3.6.2",