Skip to content

Commit

Permalink
Bump aiohttp from 3.8.5 to 3.9.2 in /examples/kfpytorch_plugin (#1472)
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.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.8.5...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent dc98ef6 commit 89fff16
Showing 1 changed file with 55 additions and 7 deletions.
62 changes: 55 additions & 7 deletions examples/kfpytorch_plugin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ adlfs==2023.8.0
# via flytekit
aiobotocore==2.5.4
# via s3fs
aiohttp==3.8.5
aiohttp==3.9.2
# via
# adlfs
# aiobotocore
Expand Down Expand Up @@ -52,9 +52,7 @@ cffi==1.15.1
chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
# via
# aiohttp
# requests
# via requests
click==8.1.6
# via
# cookiecutter
Expand All @@ -64,6 +62,8 @@ cloudpickle==2.2.1
# via
# flytekit
# flytekitplugins-kfpytorch
cmake==3.28.1
# via triton
contourpy==1.1.0
# via matplotlib
cookiecutter==2.3.0
Expand All @@ -77,6 +77,7 @@ cryptography==41.0.3
# msal
# pyjwt
# pyopenssl
# secretstorage
cycler==0.11.0
# via matplotlib
dataclasses-json==0.5.9
Expand All @@ -96,7 +97,9 @@ docstring-parser==0.15
envd==0.3.38
# via flytekitplugins-envd
filelock==3.12.2
# via torch
# via
# torch
# triton
flyteidl==1.5.16
# via
# flytekit
Expand Down Expand Up @@ -173,6 +176,10 @@ isodate==0.6.1
# via azure-storage-blob
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cookiecutter
Expand All @@ -187,6 +194,8 @@ kiwisolver==1.4.4
# via matplotlib
kubernetes==27.2.0
# via flytekit
lit==17.0.6
# via triton
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
Expand Down Expand Up @@ -236,6 +245,31 @@ numpy==1.25.2
# pyarrow
# tensorboardx
# torchvision
nvidia-cublas-cu11==11.10.3.66
# via
# nvidia-cudnn-cu11
# nvidia-cusolver-cu11
# torch
nvidia-cuda-cupti-cu11==11.7.101
# via torch
nvidia-cuda-nvrtc-cu11==11.7.99
# via torch
nvidia-cuda-runtime-cu11==11.7.99
# via torch
nvidia-cudnn-cu11==8.5.0.96
# via torch
nvidia-cufft-cu11==10.9.0.58
# via torch
nvidia-curand-cu11==10.2.10.91
# via torch
nvidia-cusolver-cu11==11.4.0.1
# via torch
nvidia-cusparse-cu11==11.7.4.91
# via torch
nvidia-nccl-cu11==2.14.3
# via torch
nvidia-nvtx-cu11==11.7.91
# via torch
oauthlib==3.2.2
# via
# kubernetes
Expand Down Expand Up @@ -277,7 +311,9 @@ pycparser==2.21
pygments==2.16.1
# via rich
pyjwt[crypto]==2.8.0
# via msal
# via
# msal
# pyjwt
pyopenssl==23.2.0
# via flytekit
pyparsing==3.0.9
Expand Down Expand Up @@ -337,6 +373,8 @@ rsa==4.9
# via google-auth
s3fs==2023.6.0
# via flytekit
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# azure-core
Expand All @@ -360,8 +398,11 @@ torch==2.0.1
# via
# -r requirements.in
# torchvision
# triton
torchvision==0.15.2
# via -r requirements.in
triton==2.0.0
# via torch
typing-extensions==4.7.1
# via
# azure-core
Expand All @@ -384,7 +425,14 @@ websocket-client==1.6.1
# docker
# kubernetes
wheel==0.41.1
# via flytekit
# via
# flytekit
# nvidia-cublas-cu11
# nvidia-cuda-cupti-cu11
# nvidia-cuda-runtime-cu11
# nvidia-curand-cu11
# nvidia-cusparse-cu11
# nvidia-nvtx-cu11
wrapt==1.15.0
# via
# aiobotocore
Expand Down

0 comments on commit 89fff16

Please sign in to comment.