diff --git a/tests/poetry.lock b/tests/poetry.lock index ac0fba6..e5a1af9 100644 --- a/tests/poetry.lock +++ b/tests/poetry.lock @@ -164,13 +164,13 @@ files = [ [[package]] name = "ipython" -version = "8.11.0" +version = "8.14.0" description = "IPython: Productive Interactive Computing" 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.14.0-py3-none-any.whl", hash = "sha256:248aca623f5c99a6635bc3857677b7320b9b8039f99f070ee0d20a5ca5a8e6bf"}, + {file = "ipython-8.14.0.tar.gz", hash = "sha256:1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1"}, ] [package.dependencies] @@ -580,4 +580,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c6da6f3e8f48c8d4a5b1c50b7bc955850b8330d44eabef6c4eaf805486cc4091" +content-hash = "da500ac7a73f5ffc3f793cc7e75b8a17b81adf04b5a322d2e43f1f039287cb5b" diff --git a/tests/pyproject.toml b/tests/pyproject.toml index a9f7e86..71ac3e2 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.14.0" black = "^23.3" [build-system]