diff --git a/br_scraper/requirements.txt b/br_scraper/requirements.txt index 6317165..10721dd 100644 --- a/br_scraper/requirements.txt +++ b/br_scraper/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.8.2 bs4==0.0.1 -lxml==4.4.2 +lxml==4.6.5 numpy==1.18.1 pandas==0.25.3 python-dateutil==2.8.1 diff --git a/br_scraper/setup.py b/br_scraper/setup.py index fbf96ae..8ffc71d 100644 --- a/br_scraper/setup.py +++ b/br_scraper/setup.py @@ -23,7 +23,7 @@ install_requires=[ 'beautifulsoup4==4.8.2', 'bs4==0.0.1', - 'lxml==4.4.2', + 'lxml==4.6.5', 'numpy==1.18.1', 'pandas==0.25.3', 'python-dateutil==2.8.1',