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 certifi from 2023.5.7 to 2023.7.22 in /examples/image_spec #1058

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
26 changes: 9 additions & 17 deletions examples/image_spec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ aioitertools==0.11.0
# via aiobotocore
aiosignal==1.3.1
# via aiohttp
appnope==0.1.3
# via
# ipykernel
# ipython
arrow==1.2.3
# via jinja2-time
asttokens==2.2.1
Expand Down Expand Up @@ -51,7 +47,7 @@ botocore==1.29.76
# via aiobotocore
cachetools==5.3.1
# via google-auth
certifi==2023.5.7
certifi==2023.7.22
# via
# kubernetes
# requests
Expand Down Expand Up @@ -87,6 +83,7 @@ cryptography==41.0.1
# msal
# pyjwt
# pyopenssl
# secretstorage
cycler==0.11.0
# via matplotlib
dacite==1.8.1
Expand Down Expand Up @@ -189,13 +186,7 @@ imagehash==4.3.1
importlib-metadata==6.7.0
# via
# flytekit
# jupyter-client
# keyring
# markdown
importlib-resources==5.12.0
# via
# keyring
# matplotlib
ipykernel==6.23.3
# via ipywidgets
ipython==8.12.2
Expand All @@ -210,6 +201,10 @@ jaraco-classes==3.2.3
# via keyring
jedi==0.18.2
# via ipython
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cookiecutter
Expand Down Expand Up @@ -466,6 +461,8 @@ scipy==1.10.1
# ydata-profiling
seaborn==0.12.2
# via ydata-profiling
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# asttokens
Expand Down Expand Up @@ -515,13 +512,10 @@ types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.3
# via
# aioitertools
# azure-core
# azure-storage-blob
# flytekit
# ipython
# pydantic
# rich
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
Expand Down Expand Up @@ -560,9 +554,7 @@ yarl==1.9.2
ydata-profiling==4.3.1
# via flytekitplugins-deck-standard
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading