diff --git a/poetry.lock b/poetry.lock index 48e56e9..2000ba9 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.11.0" 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.11.0-py3-none-any.whl", hash = "sha256:aa17083feb6c71da11a68b2c213b04675c4af4ce9c541762632ca3f2cb3546dd"}, + {file = "prettytable-3.11.0.tar.gz", hash = "sha256:7e23ca1e68bbfd06ba8de98bf553bf3493264c96d5e8a615c0471025deeba722"}, ] [package.dependencies] @@ -242,4 +242,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7f5e20899c79f9665e10b334626c68281109448570aef150d242b1a77a9ae10f" +content-hash = "7113c47ca492ca7428e66059aac30fecd889f37ceca914edfffc9070a01940fe" diff --git a/pyproject.toml b/pyproject.toml index 90fcba8..c4a2dcf 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.11.0" termcolor = "^2.4.0" coloredlogs = "^15.0.1"