diff --git a/nxc/nxcdb.py b/nxc/nxcdb.py index 5293cf53c..d75444dd1 100644 --- a/nxc/nxcdb.py +++ b/nxc/nxcdb.py @@ -8,7 +8,7 @@ from os.path import join as path_join from textwrap import dedent from requests import get, post, ConnectionError -from terminaltables import AsciiTable +from terminaltables3 import AsciiTable from termcolor import colored from nxc.loaders.protocolloader import ProtocolLoader diff --git a/poetry.lock b/poetry.lock index 4f6ba8b2d..87f197cb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aardwolf" @@ -2432,15 +2432,15 @@ files = [ tests = ["pytest", "pytest-cov"] [[package]] -name = "terminaltables" -version = "3.1.10" -description = "Generate simple tables in terminals from a nested list of strings." +name = "terminaltables3" +version = "4.0.0" +description = "Generate simple tables in terminals from a nested list of strings. Fork of terminaltables." optional = false -python-versions = ">=2.6" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "terminaltables-3.1.10-py2.py3-none-any.whl", hash = "sha256:e4fdc4179c9e4aab5f674d80f09d76fa436b96fdc698a8505e0a36bf0804a874"}, - {file = "terminaltables-3.1.10.tar.gz", hash = "sha256:ba6eca5cb5ba02bba4c9f4f985af80c54ec3dccf94cfcd190154386255e47543"}, + {file = "terminaltables3-4.0.0-py3-none-any.whl", hash = "sha256:93b4c722f35400a7869cd630e2bbab616b129d1c47c628765c7f47baab2ca270"}, + {file = "terminaltables3-4.0.0.tar.gz", hash = "sha256:4e3eefe209aa89005a0a34d1525739424569729ee29b5e64a8dd51c5ebdab77f"}, ] [[package]] @@ -2613,4 +2613,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "b25390c3a761b0c374a68e53c836ef07fd0a3abb3efbe8a4bcb4f2d3dae1c159" +content-hash = "39d9bd04ec6221a5bdba0df32921513eb4cfc7aa3989e76ddce740509bf94f8e" diff --git a/pyproject.toml b/pyproject.toml index f03162a3a..170c0a513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "rich>=13.3.5", "sqlalchemy>=2.0.4", "termcolor>=2.4.0", - "terminaltables>=3.1.0", + "terminaltables3>=4.0.0", "xmltodict>=0.13.0", # Git Dependencies "certipy-ad @ git+https://github.com/Pennyw0rth/Certipy",