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

Commit 31adf42

Browse files
Bump aiohttp in /megalista_dataflow in the pip group
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] <support@github.com>
1 parent ed35328 commit 31adf42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

megalista_dataflow/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ google-api-python-client==2.133.0
44
google-cloud-bigquery==3.24.0
55
google-cloud-firestore==2.16.0
66
google-cloud-storage==2.17.0
7-
aiohttp==3.9.0
7+
aiohttp==3.10.2
88
pandas==2.1.2
99
boto3==1.28.78
1010
typed-ast==1.5.5

megalista_dataflow/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_requires=['google-ads==24.1.0',
2424
'google-api-python-client==2.133.0',
2525
'google-cloud-bigquery==3.24.0',
26-
'aiohttp==3.9.0',
26+
'aiohttp==3.10.2',
2727
'google-cloud-storage==2.17.0',
2828
'google-cloud-firestore==2.16.0',
2929
'pandas==2.1.2',

0 commit comments

Comments
 (0)