diff --git a/poetry.lock b/poetry.lock index 015b5c3a..28a3bacf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2102,13 +2102,13 @@ virtualenv = ">=20.10.0" [[package]] name = "prettytable" -version = "3.10.0" +version = "3.10.2" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" optional = false python-versions = ">=3.8" files = [ - {file = "prettytable-3.10.0-py3-none-any.whl", hash = "sha256:6536efaf0757fdaa7d22e78b3aac3b69ea1b7200538c2c6995d649365bddab92"}, - {file = "prettytable-3.10.0.tar.gz", hash = "sha256:9665594d137fb08a1117518c25551e0ede1687197cf353a4fdc78d27e1073568"}, + {file = "prettytable-3.10.2-py3-none-any.whl", hash = "sha256:1cbfdeb4bcc73976a778a0fb33cb6d752e75396f16574dcb3e2d6332fd93c76a"}, + {file = "prettytable-3.10.2.tar.gz", hash = "sha256:29ec6c34260191d42cd4928c28d56adec360ac2b1208a26c7e4f14b90cc8bc84"}, ] [package.dependencies] @@ -3229,4 +3229,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9,<3.13" -content-hash = "d39ce72caf4d0f75b08a43afe7def8c40ec08bbf22fdc1cc93434de9ff19f148" +content-hash = "6679dc8c568cacff40802437ffb4b687851d65fcc1dff62e434b9b8781128a68" diff --git a/pyproject.toml b/pyproject.toml index 1e6f6f17..4d347f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ keywords = [ [tool.poetry.dependencies] python = "^3.9,<3.13" matplotlib = "^3.9.1" -prettytable = "^3.10.0" +prettytable = "^3.10.2" html2text = "^2024.2.26" numpy = "^2.0.1" toml = "^0.10.2"