Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
A recent PR proposed by dependabot is failing to install dependencies
in TravisCI. Update dependencies using `pipenv update --dev` to resolve
a dependabot security alert.
  • Loading branch information
ConsoleCatzirl committed Dec 8, 2022
1 parent 5af5a90 commit 8a62732
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 267 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
- LAMBDA_BUCKET="essentials-awss3lambdaartifactsbucket-x29ftznj6pqw"
- CFN_BUCKET="bootstrap-awss3cloudformationbucket-19qromfd235z9"
install:
- pip freeze --all
- pip install pipenv
- pipenv install --dev
before_script:
Expand Down
Loading

0 comments on commit 8a62732

Please sign in to comment.