From 1ecee3b4af0a7a9f7cf2f9befd6bb6fca04d4a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:05:12 +0000 Subject: [PATCH] Bump aiohttp from 3.8.1 to 3.9.0 in /examples/forecasting_sales Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 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.1...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/forecasting_sales/requirements.txt | 145 ++++++++++++++++++-- 1 file changed, 133 insertions(+), 12 deletions(-) diff --git a/examples/forecasting_sales/requirements.txt b/examples/forecasting_sales/requirements.txt index 3f137afd8..686a6e7a6 100644 --- a/examples/forecasting_sales/requirements.txt +++ b/examples/forecasting_sales/requirements.txt @@ -6,7 +6,7 @@ # aiobotocore==2.2.0 # via s3fs -aiohttp==3.8.1 +aiohttp==3.9.0 # via # aiobotocore # s3fs @@ -19,7 +19,9 @@ arrow==1.2.2 async-timeout==4.0.2 # via aiohttp attrs==21.4.0 - # via aiohttp + # via + # aiohttp + # visions binaryornot==0.4.4 # via cookiecutter botocore==1.24.21 @@ -31,9 +33,7 @@ cffi==1.15.1 chardet==4.0.0 # via binaryornot charset-normalizer==2.0.12 - # via - # aiohttp - # requests + # via requests checksumdir==1.2.0 # via flytekit click==8.1.2 @@ -42,12 +42,18 @@ click==8.1.2 # flytekit cloudpickle==2.0.0 # via flytekit +contourpy==1.2.0 + # via matplotlib cookiecutter==2.1.1 # via flytekit croniter==1.3.4 # via flytekit cryptography==37.0.4 # via secretstorage +cycler==0.12.1 + # via matplotlib +dacite==1.8.1 + # via ydata-profiling dataclasses-json==0.5.7 # via flytekit decorator==5.1.1 @@ -63,9 +69,16 @@ docstring-parser==0.13 flyteidl==0.24.21 # via flytekit flytekit==0.32.3 - # via flytekitplugins-spark + # via + # -r requirements.in + # flytekitplugins-deck-standard + # flytekitplugins-spark +flytekitplugins-deck-standard==0.32.6 + # via -r requirements.in flytekitplugins-spark==0.32.3 # via -r requirements.in +fonttools==4.45.1 + # via matplotlib frozenlist==1.3.0 # via # aiohttp @@ -82,12 +95,22 @@ grpcio==1.44.0 # grpcio-status grpcio-status==1.44.0 # via flytekit +htmlmin==0.1.12 + # via ydata-profiling idna==3.3 # via # requests # yarl +imagehash==4.3.1 + # via + # visions + # ydata-profiling importlib-metadata==4.11.3 - # via keyring + # via + # keyring + # markdown +importlib-resources==6.1.1 + # via matplotlib jeepney==0.8.0 # via # keyring @@ -96,12 +119,19 @@ jinja2==3.1.1 # via # cookiecutter # jinja2-time + # ydata-profiling jinja2-time==0.2.0 # via cookiecutter jmespath==1.0.0 # via botocore +joblib==1.3.2 + # via phik keyring==23.5.0 # via flytekit +kiwisolver==1.4.5 + # via matplotlib +markdown==3.5.1 + # via flytekitplugins-deck-standard markupsafe==2.1.1 # via jinja2 marshmallow==3.15.0 @@ -113,22 +143,71 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit +matplotlib==3.8.2 + # via + # -r requirements.in + # phik + # seaborn + # wordcloud + # ydata-profiling multidict==6.0.2 # via # aiohttp # yarl +multimethod==1.10 + # via + # visions + # ydata-profiling mypy-extensions==0.4.3 # via typing-inspect natsort==8.1.0 # via flytekit +networkx==3.2.1 + # via visions numpy==1.22.3 # via + # contourpy + # imagehash + # matplotlib # pandas + # patsy + # phik # pyarrow + # pywavelets + # scipy + # seaborn + # statsmodels + # visions + # wordcloud + # ydata-profiling packaging==21.3 - # via marshmallow + # via + # marshmallow + # matplotlib + # plotly + # statsmodels pandas==1.4.2 - # via flytekit + # via + # flytekit + # phik + # seaborn + # statsmodels + # visions + # ydata-profiling +pandas-profiling==3.6.6 + # via flytekitplugins-deck-standard +patsy==0.5.3 + # via statsmodels +phik==0.12.3 + # via ydata-profiling +pillow==10.1.0 + # via + # imagehash + # matplotlib + # visions + # wordcloud +plotly==5.18.0 + # via flytekitplugins-deck-standard protobuf==3.20.0 # via # flyteidl @@ -146,8 +225,12 @@ pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi +pydantic==1.10.2 + # via ydata-profiling pyparsing==3.0.8 - # via packaging + # via + # matplotlib + # packaging pyspark==3.0.1 # via # -r requirements.in @@ -158,6 +241,7 @@ python-dateutil==2.8.2 # botocore # croniter # flytekit + # matplotlib # pandas python-json-logger==2.0.2 # via flytekit @@ -169,10 +253,13 @@ pytz==2022.1 # via # flytekit # pandas +pywavelets==1.4.1 + # via imagehash pyyaml==6.0 # via # cookiecutter # flytekit + # ydata-profiling regex==2022.3.15 # via docker-image-py requests==2.27.1 @@ -180,27 +267,49 @@ requests==2.27.1 # cookiecutter # flytekit # responses + # ydata-profiling responses==0.20.0 # via flytekit retry==0.9.2 # via flytekit s3fs==2022.3.0 # via -r requirements.in +scipy==1.11.4 + # via + # imagehash + # phik + # statsmodels + # ydata-profiling +seaborn==0.12.2 + # via ydata-profiling secretstorage==3.3.2 # via keyring six==1.16.0 # via # grpcio + # patsy # python-dateutil sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit +statsmodels==0.14.0 + # via ydata-profiling +tangled-up-in-unicode==0.2.0 + # via visions +tenacity==8.2.3 + # via plotly text-unidecode==1.3 # via python-slugify +tqdm==4.66.1 + # via ydata-profiling +typeguard==2.13.3 + # via ydata-profiling typing-extensions==4.1.1 # via + # aioitertools # flytekit + # pydantic # typing-inspect typing-inspect==0.7.1 # via dataclasses-json @@ -210,8 +319,16 @@ urllib3==1.26.9 # flytekit # requests # responses +visions[type-image-path]==0.7.5 + # via + # visions + # ydata-profiling wheel==0.37.1 - # via flytekit + # via + # -r requirements.in + # flytekit +wordcloud==1.9.2 + # via ydata-profiling wrapt==1.14.0 # via # aiobotocore @@ -219,5 +336,9 @@ wrapt==1.14.0 # flytekit yarl==1.7.2 # via aiohttp +ydata-profiling==4.5.1 + # via pandas-profiling zipp==3.8.0 - # via importlib-metadata + # via + # importlib-metadata + # importlib-resources