diff --git a/setup.py b/setup.py index feb684c..936bc5b 100644 --- a/setup.py +++ b/setup.py @@ -30,5 +30,5 @@ def extract_version(_module='aiodictcc'): author='Nils Theres', author_email='nilsntth@gmail.com', description='An asyncio-based wrapper for dict.cc', - install_requires=['aiohttp>=2.0.5', 'lxml==4.9.1'] + install_requires=['aiohttp>=2.0.5', 'lxml==6.1.0'] )