Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Bump aiohttp from 3.9.0 to 3.9.4 in /megalista_dataflow #164

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion megalista_dataflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion megalista_dataflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading