Skip to content

Commit

Permalink
Merge b4dbe1e into 572e455
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 2, 2021
2 parents 572e455 + b4dbe1e commit 9f8ae2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
- name: Upload coverage report
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_SERVICE_NAME: github
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: success()
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_version(version_file):
"docopt >= 0.6.2",
"gophish >= 0.2.5",
"httpagentparser",
"prompt-toolkit == 3.0.17",
"prompt-toolkit == 3.0.18",
"pytz >= 2019.1",
"schema",
"setuptools >= 24.2.0",
Expand Down

0 comments on commit 9f8ae2d

Please sign in to comment.