diff --git a/poetry.lock b/poetry.lock index 48e56e9..fda3615 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "certifi" @@ -150,13 +150,13 @@ files = [ [[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] @@ -242,4 +242,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7f5e20899c79f9665e10b334626c68281109448570aef150d242b1a77a9ae10f" +content-hash = "5956a8967cf378ac67aa42d05ce1d5c1be9f4903198d6b0ca434dc4b8c768e1e" diff --git a/pyproject.toml b/pyproject.toml index 90fcba8..74b23ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = "^3.11" requests = "^2.31.0" colorama = "^0.4.6" -prettytable = "^3.10.0" +prettytable = "^3.10.2" termcolor = "^2.4.0" coloredlogs = "^15.0.1"