Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aiohttp from 3.8.1 to 3.9.0 in /examples/feast_integration #1268

Closed
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
39 changes: 26 additions & 13 deletions examples/feast_integration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ absl-py==1.2.0
# via tensorflow-metadata
aiobotocore==2.1.2
# via s3fs
aiohttp==3.8.1
aiohttp==3.9.0
# via
# aiobotocore
# s3fs
Expand Down Expand Up @@ -52,9 +52,7 @@ cffi==1.15.1
chardet==5.0.0
# via binaryornot
charset-normalizer==2.1.1
# via
# aiohttp
# requests
# via requests
click==8.1.3
# via
# bowler
Expand All @@ -74,7 +72,9 @@ cookiecutter==2.1.1
croniter==1.3.7
# via flytekit
cryptography==38.0.1
# via pyopenssl
# via
# pyopenssl
# secretstorage
cycler==0.11.0
# via matplotlib
dask==2022.1.1
Expand Down Expand Up @@ -111,10 +111,10 @@ flyteidl==1.1.17
# via flytekit
flytekit==1.1.3
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# flytekitplugins-deck-standard
flytekitplugins-deck-standard==1.1.3
# via -r ../../../common/requirements-common.in
# via -r requirements.in
fonttools==4.37.3
# via matplotlib
frozenlist==1.3.1
Expand Down Expand Up @@ -168,6 +168,10 @@ importlib-metadata==4.12.0
# markdown
jaraco-classes==3.2.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cookiecutter
Expand Down Expand Up @@ -209,7 +213,7 @@ marshmallow-jsonschema==0.13.0
# via flytekit
matplotlib==3.5.3
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# missingno
# pandas-profiling
# phik
Expand Down Expand Up @@ -253,6 +257,7 @@ numpy==1.23.3
# patsy
# phik
# pyarrow
# pywavelets
# scikit-learn
# scipy
# seaborn
Expand Down Expand Up @@ -402,6 +407,8 @@ seaborn==0.11.2
# via
# missingno
# pandas-profiling
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# google-auth
Expand All @@ -414,7 +421,9 @@ sniffio==1.3.0
sortedcontainers==2.4.0
# via flytekit
sqlalchemy[mypy]==1.4.41
# via feast
# via
# feast
# sqlalchemy
sqlalchemy2-stubs==0.0.2a27
# via sqlalchemy
starlette==0.20.4
Expand Down Expand Up @@ -472,11 +481,15 @@ urllib3==1.26.12
# requests
# responses
uvicorn[standard]==0.18.3
# via feast
# via
# feast
# uvicorn
uvloop==0.17.0
# via uvicorn
visions[type_image_path]==0.7.5
# via pandas-profiling
visions[type-image-path]==0.7.5
# via
# pandas-profiling
# visions
volatile==2.1.0
# via bowler
watchfiles==0.17.0
Expand All @@ -487,7 +500,7 @@ websockets==10.3
# via uvicorn
wheel==0.37.1
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# flytekit
wrapt==1.14.1
# via
Expand Down
Loading