Skip to content

Commit

Permalink
Bump cryptography from 41.0.3 to 41.0.6 in /examples/kfpytorch_plugin
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.3...41.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 90ca371 commit 0460000
Showing 1 changed file with 54 additions and 4 deletions.
58 changes: 54 additions & 4 deletions examples/kfpytorch_plugin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,22 @@ cloudpickle==2.2.1
# via
# flytekit
# flytekitplugins-kfpytorch
cmake==3.27.7
# via triton
contourpy==1.1.0
# via matplotlib
cookiecutter==2.3.0
# via flytekit
croniter==1.4.1
# via flytekit
cryptography==41.0.3
cryptography==41.0.6
# via
# azure-identity
# azure-storage-blob
# msal
# pyjwt
# pyopenssl
# secretstorage
cycler==0.11.0
# via matplotlib
dataclasses-json==0.5.9
Expand All @@ -96,7 +99,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 +178,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 +196,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 +247,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 +313,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 +375,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 +400,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 +427,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 0460000

Please sign in to comment.