Skip to content

Commit

Permalink
fix: bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyworkman committed Feb 8, 2022
1 parent 8211a7f commit 5f1119d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 9 deletions.
11 changes: 11 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ cryptography==36.0.1
# via
# -c requirements.txt
# paramiko
# secretstorage
dataclasses-json==0.5.6
# via
# -c requirements.txt
Expand Down Expand Up @@ -137,6 +138,11 @@ importlib-metadata==4.10.0
# keyring
iniconfig==1.1.1
# via pytest
jeepney==0.7.1
# via
# -c requirements.txt
# keyring
# secretstorage
jinja2==3.0.3
# via
# -c requirements.txt
Expand Down Expand Up @@ -222,6 +228,7 @@ pre-commit==2.16.0
protobuf==3.19.1
# via
# -c requirements.txt
# flyteidl
# flytekit
py==1.11.0
# via
Expand Down Expand Up @@ -308,6 +315,10 @@ retry==0.9.2
# via
# -c requirements.txt
# flytekit
secretstorage==3.3.1
# via
# -c requirements.txt
# keyring
six==1.16.0
# via
# -c requirements.txt
Expand Down
10 changes: 6 additions & 4 deletions requirements-spark2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
# -r requirements.in
ansiwrap==0.8.4
# via papermill
appnope==0.1.2
# via
# ipykernel
# ipython
arrow==1.2.1
# via jinja2-time
attrs==20.3.0
Expand Down Expand Up @@ -113,6 +109,10 @@ ipython-genutils==0.2.0
# nbformat
jedi==0.18.1
# via ipython
jeepney==0.7.1
# via
# keyring
# secretstorage
jinja2==3.0.3
# via
# cookiecutter
Expand Down Expand Up @@ -285,6 +285,8 @@ sagemaker-training==3.9.2
# via flytekit
scipy==1.7.3
# via sagemaker-training
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# bcrypt
Expand Down
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ attrs<21
# https://github.com/flyteorg/flyte/issues/1732.
jsonschema<4
pyyaml<6
flyteidl @ git+https://github.com/kennyworkman/flyteidl.git
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
# via -r requirements.in
ansiwrap==0.8.4
# via papermill
appnope==0.1.2
# via
# ipykernel
# ipython
arrow==1.2.1
# via jinja2-time
attrs==20.3.0
Expand Down Expand Up @@ -111,6 +107,10 @@ ipython-genutils==0.2.0
# nbformat
jedi==0.18.1
# via ipython
jeepney==0.7.1
# via
# keyring
# secretstorage
jinja2==3.0.3
# via
# cookiecutter
Expand Down Expand Up @@ -283,6 +283,8 @@ sagemaker-training==3.9.2
# via flytekit
scipy==1.7.3
# via sagemaker-training
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# bcrypt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ binaryornot==0.4.4
# via cookiecutter
certifi==2021.10.8
# via requests
cffi==1.15.0
# via cryptography
chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.9
Expand Down Expand Up @@ -54,6 +56,10 @@ idna==3.3
# via requests
importlib-metadata==4.10.0
# via keyring
jeepney==0.7.1
# via
# keyring
# secretstorage
jinja2==3.0.3
# via
# cookiecutter
Expand Down Expand Up @@ -115,6 +121,7 @@ pyparsing==3.0.6
# packaging
python-dateutil==2.8.1
# via
# arrow
# croniter
# flytekit
# matplotlib
Expand All @@ -140,6 +147,8 @@ responses==0.16.0
# via flytekit
retry==0.9.2
# via flytekit
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# cookiecutter
Expand Down

0 comments on commit 5f1119d

Please sign in to comment.