diff --git a/requirements.txt b/requirements.txt index c00b3f6..ac9bdf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.11.1 bs4==0.0.1 certifi==2022.12.7 -charset-normalizer==2.0.12 +charset-normalizer==3.0.1 geographiclib==2.0 geojson==2.5.0 geopy==2.3.0 @@ -14,8 +14,8 @@ pathlib==1.0.1 pycountry==22.3.5 python-dateutil==2.8.2 pytz==2022.1 -requests==2.27.1 +requests==2.28.2 six==1.16.0 soupsieve==2.3.2.post1 -urllib3==1.26.9 +urllib3==1.26.14 us==2.0.2 diff --git a/setup.cfg b/setup.cfg index 3a51c98..f65a3f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ install_requires = beautifulsoup4==4.11.1 bs4==0.0.1 certifi==2022.12.7 - charset-normalizer==2.0.12 + charset-normalizer==3.0.1 geographiclib==2.0 geojson==2.5.0 geopy==2.3.0 @@ -22,8 +22,8 @@ install_requires = pycountry==22.3.5 python-dateutil==2.8.2 pytz==2022.1 - requests==2.27.1 + requests==2.28.2 six==1.16.0 soupsieve==2.3.2.post1 - urllib3==1.26.9 + urllib3==1.26.14 us==2.0.2 \ No newline at end of file