Skip to content

Commit

Permalink
Merge pull request #1617 from SFDO-Tooling/feature/dependabot-week-11
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
David Glick authored Mar 16, 2020
2 parents 23e4ff7 + 7cef001 commit fefe29e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
command: |
echo $SFDX_HUB_KEY_BASE64 | base64 --decode > sfdx.key
sfdx force:auth:jwt:grant --clientid $SFDX_CLIENT_ID --jwtkeyfile sfdx.key --username $SFDX_HUB_USERNAME --setdefaultdevhubusername -a hub
venv/bin/cci org info prerelease > org_info.txt
venv/bin/cci org default prerelease
venv/bin/cci org info dev > org_info.txt
venv/bin/cci org default dev
- run:
name: Run robot tests
command: |
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ asn1crypto==1.3.0
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
click==7.0
click==7.1.1
coloredlogs==14.0
cryptography==2.8
docutils==0.16
github3.py==1.3.0
humanfriendly==7.1.1
humanfriendly==8.1
jinja2==2.11.1
jwcrypto==0.7
keyring==21.1.0
keyring==21.2.0
lxml==4.5.0
MarkupSafe==1.1.1
pycparser==2.19
pycparser==2.20
pydantic==1.4
PyJWT==1.7.1
python-dateutil==2.8.1
Expand All @@ -29,7 +29,7 @@ sarge==0.1.5.post0
selenium==3.141.0
simple-salesforce==0.75.3
six==1.14.0
SQLAlchemy==1.3.13
SQLAlchemy==1.3.15
terminaltables==3.1.0
unicodecsv==0.14.1
uritemplate==3.0.1
Expand Down
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ black==19.10b0
coverage==5.0.3
coveralls==1.11.1
flake8==3.7.9
pre-commit==2.1.1
pytest==5.3.5
responses==0.10.11
Sphinx==2.4.3
pre-commit==2.2.0
pytest==5.4.1
responses==0.10.12
Sphinx==2.4.4
testfixtures==6.14.0
tox==3.14.5
twine==3.1.1
Expand Down

0 comments on commit fefe29e

Please sign in to comment.