Skip to content

Commit

Permalink
Merge pull request #23 from minds-ai/dep_update
Browse files Browse the repository at this point in the history
Update pyyaml to latest beta version to fix security warning
  • Loading branch information
jbedorf committed Apr 9, 2019
2 parents 813485e + 8b60c6a commit cd566f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
dependencies:
- python=3.6
- pyyaml=3.12
- google-api-python-client=1.6.7
- oauth2client=4.1.2
- slackclient=1.2.1
Expand All @@ -13,6 +12,7 @@ dependencies:
- pycodestyle=2.4.0 # Dev dependency.
- pylint=1.9.2 # Dev dependency.
- pip:
- pyyaml>=5.1
- responses==0.10.2 # Dev dependency.
- schedule==0.5.0
- httplib2shim==0.0.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyjwt==1.5.3
pyyaml==3.12
pyyaml>=5.1
slackclient==1.2.1
schedule==0.5.0
google-api-python-client==1.6.7
Expand Down

0 comments on commit cd566f8

Please sign in to comment.