diff --git a/br_scraper/requirements.txt b/br_scraper/requirements.txt index 6317165..4cac0af 100644 --- a/br_scraper/requirements.txt +++ b/br_scraper/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.8.2 bs4==0.0.1 lxml==4.4.2 -numpy==1.18.1 +numpy==1.22.0 pandas==0.25.3 python-dateutil==2.8.1 pytz==2019.3 diff --git a/br_scraper/setup.py b/br_scraper/setup.py index fbf96ae..ae1f902 100644 --- a/br_scraper/setup.py +++ b/br_scraper/setup.py @@ -24,7 +24,7 @@ 'beautifulsoup4==4.8.2', 'bs4==0.0.1', 'lxml==4.4.2', - 'numpy==1.18.1', + 'numpy==1.22.0', 'pandas==0.25.3', 'python-dateutil==2.8.1', 'pytz==2019.3',