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 jinja2 from 3.1.2 to 3.1.4 in /examples/whylogs_plugin #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
60 changes: 52 additions & 8 deletions examples/whylogs_plugin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
arrow==1.2.2
# via jinja2-time
asttokens==2.4.1
# via stack-data
attrs==22.1.0
# via visions
binaryornot==0.4.4
Expand Down Expand Up @@ -49,7 +51,9 @@ databricks-cli==0.17.0
dataclasses-json==0.5.7
# via flytekit
decorator==5.1.1
# via retry
# via
# ipython
# retry
deprecated==1.2.13
# via flytekit
diskcache==5.4.0
Expand All @@ -62,16 +66,20 @@ docstring-parser==0.14.1
# via flytekit
entrypoints==0.4
# via mlflow-skinny
exceptiongroup==1.2.1
# via ipython
executing==2.0.1
# via stack-data
flake8==4.0.1
# via whylogs
flyteidl==1.1.9
# via flytekit
flytekit==1.1.0
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# flytekitplugins-deck-standard
flytekitplugins-deck-standard==1.1.0
# via -r ../../../common/requirements-common.in
# via -r requirements.in
flytekitplugins-whylogs==1.1.1b0
# via -r requirements.in
fonttools==4.34.4
Expand Down Expand Up @@ -99,12 +107,18 @@ imagehash==4.2.1
importlib-metadata==4.12.0
# via
# flytekit
# keyring
# markdown
# mlflow-skinny
ipython==8.18.1
# via whylogs
jedi==0.19.1
# via ipython
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.4
# via
# cookiecutter
# jinja2-time
Expand Down Expand Up @@ -141,11 +155,13 @@ marshmallow-jsonschema==0.13.0
# via flytekit
matplotlib==3.5.2
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# missingno
# pandas-profiling
# phik
# seaborn
matplotlib-inline==0.1.7
# via ipython
mccabe==0.6.1
# via flake8
missingno==0.5.1
Expand All @@ -171,6 +187,7 @@ numpy==1.23.1
# pandas-profiling
# phik
# pyarrow
# pywavelets
# scikit-learn
# scipy
# seaborn
Expand All @@ -191,6 +208,10 @@ pandas==1.4.3
# visions
pandas-profiling==3.2.0
# via flytekitplugins-deck-standard
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
phik==0.12.2
# via pandas-profiling
pillow==9.2.0
Expand All @@ -200,6 +221,8 @@ pillow==9.2.0
# visions
plotly==5.9.0
# via flytekitplugins-deck-standard
prompt-toolkit==3.0.43
# via ipython
protobuf==3.20.1
# via
# flyteidl
Expand All @@ -212,10 +235,16 @@ protobuf==3.20.1
# whylogs
protoc-gen-swagger==0.1.0
# via flyteidl
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via retry
pyarrow==6.0.1
# via flytekit
pybars3==0.9.7
# via whylogs
pycodestyle==2.8.0
# via flake8
pycparser==2.21
Expand All @@ -224,8 +253,12 @@ pydantic==1.9.1
# via pandas-profiling
pyflakes==2.4.0
# via flake8
pygments==2.18.0
# via ipython
pyjwt==2.4.0
# via databricks-cli
pymeta3==0.5.1
# via pybars3
pyopenssl==22.0.0
# via flytekit
pyparsing==3.0.9
Expand Down Expand Up @@ -287,6 +320,7 @@ scipy==1.9.0
# phik
# scikit-learn
# seaborn
# whylogs
seaborn==0.11.2
# via
# missingno
Expand All @@ -295,6 +329,7 @@ secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# asttokens
# databricks-cli
# grpcio
# imagehash
Expand All @@ -303,6 +338,8 @@ smmap==5.0.0
# via gitdb
sortedcontainers==2.4.0
# via flytekit
stack-data==0.6.3
# via ipython
statsd==3.3.0
# via flytekit
tabulate==0.8.10
Expand All @@ -319,9 +356,14 @@ threadpoolctl==3.1.0
# via scikit-learn
tqdm==4.64.0
# via pandas-profiling
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
typing-extensions==4.3.0
# via
# flytekit
# ipython
# pydantic
# typing-inspect
# whylogs
Expand All @@ -334,17 +376,19 @@ urllib3==1.26.11
# requests
# responses
# whylabs-client
visions[type_image_path]==0.7.4
visions[type-image-path]==0.7.4
# via pandas-profiling
wcwidth==0.2.13
# via prompt-toolkit
websocket-client==1.3.3
# via docker
wheel==0.37.1
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# flytekit
whylabs-client==0.3.0
# via whylogs
whylogs[mlflow,s3,whylabs]==1.0.9
whylogs[mlflow,s3,viz,whylabs]==1.0.9
# via
# -r requirements.in
# flytekitplugins-whylogs
Expand Down