diff --git a/megalista_dataflow/requirements.txt b/megalista_dataflow/requirements.txt index 4d7b592..8a21013 100644 --- a/megalista_dataflow/requirements.txt +++ b/megalista_dataflow/requirements.txt @@ -4,7 +4,7 @@ google-api-python-client==2.133.0 google-cloud-bigquery==3.24.0 google-cloud-firestore==2.16.0 google-cloud-storage==2.18.2 -aiohttp==3.9.0 +aiohttp==3.10.2 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 6c2ce43..38f4b14 100644 --- a/megalista_dataflow/setup.py +++ b/megalista_dataflow/setup.py @@ -23,7 +23,7 @@ install_requires=['google-ads==24.1.0', 'google-api-python-client==2.133.0', 'google-cloud-bigquery==3.24.0', - 'aiohttp==3.9.0', + 'aiohttp==3.10.2', 'google-cloud-storage==2.18.2', 'google-cloud-firestore==2.16.0', 'pandas==2.1.2',