diff --git a/tests/poetry.lock b/tests/poetry.lock index 7de636e..395ad77 100644 --- a/tests/poetry.lock +++ b/tests/poetry.lock @@ -192,14 +192,14 @@ files = [ [[package]] name = "ipython" -version = "8.11.0" +version = "8.13.1" description = "IPython: Productive Interactive Computing" category = "dev" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "ipython-8.11.0-py3-none-any.whl", hash = "sha256:5b54478e459155a326bf5f42ee4f29df76258c0279c36f21d71ddb560f88b156"}, - {file = "ipython-8.11.0.tar.gz", hash = "sha256:735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04"}, + {file = "ipython-8.13.1-py3-none-any.whl", hash = "sha256:1c80d08f04144a1994cda25569eab07fbdc4989bd8d8793e3a4ff643065ccb51"}, + {file = "ipython-8.13.1.tar.gz", hash = "sha256:9c8487ac18f330c8a683fc50ab6d7bc0fcf9ef1d7a9f6ce7926938261067b81f"}, ] [package.dependencies] @@ -623,4 +623,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "658c1e7ab8cfa939560b70c06e4a42466f6beb9629d11a22bf710517f763156c" +content-hash = "ed440737ee64e94a176f2326650051fa82cb5ceda82815e546c970a00bc5f40b" diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 54210e6..ba1cbc2 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -13,7 +13,7 @@ python-dateutil = "^2.8.1" PaperSize = "^1.3.0" [tool.poetry.dev-dependencies] -ipython = "^8.11.0" +ipython = "^8.13.1" black = "^23.3" [build-system]