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 werkzeug from 2.0.2 to 2.3.8 #23

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
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ absl-py==0.15.0
# tensorflow
aiobotocore[boto3]==1.3.0
# via
# aiobotocore
# dvc
# s3fs
aiohttp==3.8.1
Expand All @@ -29,7 +30,7 @@ astunparse==1.6.3
async-timeout==4.0.2
# via aiohttp
atpublic==2.3
# via flufl.lock
# via flufl-lock
attrs==21.4.0
# via
# aiohttp
Expand Down Expand Up @@ -108,7 +109,7 @@ flatbuffers==1.12
# via tensorflow
flatten-dict==0.4.2
# via dvc
flufl.lock==3.2
flufl-lock==3.2
# via dvc
frozenlist==1.2.0
# via
Expand Down Expand Up @@ -189,10 +190,11 @@ mako==1.1.6
# via alembic
markdown==3.3.6
# via tensorboard
markupsafe==2.0.1
markupsafe==2.1.3
# via
# jinja2
# mako
# werkzeug
mlflow==1.22.0
# via -r requirements.in
multidict==5.2.0
Expand Down Expand Up @@ -335,10 +337,10 @@ rich==10.16.2
# via dvc
rsa==4.8
# via google-auth
ruamel.yaml==0.17.20
ruamel-yaml==0.17.20
# via dvc
ruamel.yaml.clib==0.2.6
# via ruamel.yaml
ruamel-yaml-clib==0.2.6
# via ruamel-yaml
s3fs==2021.6.1
# via dvc
s3transfer==0.3.7
Expand Down Expand Up @@ -399,7 +401,7 @@ tensorboard-plugin-wit==1.8.1
# via tensorboard
tensorflow==2.7.0
# via -r requirements.in
tensorflow_addons==0.15.0
tensorflow-addons==0.15.0
# via -r requirements.in
tensorflow-estimator==2.7.0
# via tensorflow
Expand Down Expand Up @@ -440,7 +442,7 @@ wcwidth==0.2.5
# via ftfy
websocket-client==1.2.3
# via docker
werkzeug==2.0.2
werkzeug==2.3.8
# via
# flask
# tensorboard
Expand All @@ -459,7 +461,7 @@ yarl==1.7.2
# via aiohttp
yaspin==2.1.0
# via wandb
zc.lockfile==2.0
zc-lockfile==2.0
# via dvc
zipp==3.7.0
# via importlib-metadata
Expand Down
Loading