diff --git a/megalista_dataflow/requirements.txt b/megalista_dataflow/requirements.txt index a6b31ae..532d9b5 100644 --- a/megalista_dataflow/requirements.txt +++ b/megalista_dataflow/requirements.txt @@ -4,7 +4,7 @@ google-api-python-client==2.106.0 google-cloud-bigquery==3.13.0 google-cloud-firestore==2.4.0 google-cloud-storage==2.13.0 -aiohttp==3.9.0 +aiohttp==3.9.4 pandas==2.1.2 boto3==1.28.78 typed-ast==1.5.5 diff --git a/megalista_dataflow/setup.py b/megalista_dataflow/setup.py index 3468f60..435e7c4 100644 --- a/megalista_dataflow/setup.py +++ b/megalista_dataflow/setup.py @@ -23,7 +23,7 @@ install_requires=['google-ads==22.1.0', 'google-api-python-client==2.106.0', 'google-cloud-bigquery==3.13.0', - 'aiohttp==3.9.0', + 'aiohttp==3.9.4', 'google-cloud-storage==2.13.0', 'google-cloud-firestore==2.4.0', 'protobuf==3.20.3',