From 18dd3bb25b4c05b35b61e53dc84d95ea9423049f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:58:59 +0000 Subject: [PATCH] Bump aiohttp from 3.8.6 to 3.9.0 in /megalista_dataflow Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- megalista_dataflow/requirements.txt | 2 +- megalista_dataflow/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/megalista_dataflow/requirements.txt b/megalista_dataflow/requirements.txt index 004ca813..a6b31ae6 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.8.6 +aiohttp==3.9.0 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 7a96a7a8..3468f60d 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.8.6', + 'aiohttp==3.9.0', 'google-cloud-storage==2.13.0', 'google-cloud-firestore==2.4.0', 'protobuf==3.20.3',