Skip to content

Commit

Permalink
Bump aiohttp in /megalista_dataflow in the pip group
Browse files Browse the repository at this point in the history
Bumps the pip group in /megalista_dataflow with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).


Updates `aiohttp` from 3.9.0 to 3.10.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.0...v3.10.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent c095eee commit b992498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.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
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==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',
Expand Down

0 comments on commit b992498

Please sign in to comment.