diff --git a/setup.py b/setup.py index ea58a49..f4ab3dc 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages=find_packages(exclude=("tests", "docs")), install_requires=[ "aiohttp==3.7.4", - "untangle==1.1.1", + "untangle==1.2.1", "beautifulsoup4==4.6.3", "selenium==3.141.0", ],