cisagov / gophish-tools

Helpful tools for interacting with a GoPhish phishing instance
Creative Commons Zero v1.0 Universal
42 stars 6 forks source link

Bump prompt-toolkit from 3.0.17 to 3.0.18 #29

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps prompt-toolkit from 3.0.17 to 3.0.18.

Changelog

Sourced from prompt-toolkit's changelog.

3.0.18: 2021-03-22

New features:

  • Added in_thread parameter to Application.run. This is useful for running an application in a background thread, while the main thread blocks. This way, we are sure not to interfere with an event loop in the current thread. (This simplifies some code in ptpython and fixes an issue regarding leaking file descriptors due to not closing the event loop that was created in this background thread.)
Commits
  • fa7a794 Release 3.0.18
  • e8f6996 Added in_thread parameter to Application.run.
  • b76946c Docs: fix mistyped pt_container in full_screen_apps section
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
jsf9k commented 3 years ago

I think this guy needs the Coverage creds.

dav3r commented 3 years ago

I think this guy needs the Coverage creds.

This repo has the COVERALLS_REPO_TOKEN secret. It failed with this:

coveralls.exception.CoverallsException: Running on Github Actions but GITHUB_TOKEN is not set. Add "env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}" to your step config.

Does this mean that we need to add GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} to skeleton-python-library here?

dav3r commented 3 years ago

@jsf9k and @mcdonnnj - I think this PR is good now. Note commits https://github.com/cisagov/gophish-tools/pull/29/commits/b844af952b4604ef552f71e65cb2e29c46051c6a and https://github.com/cisagov/gophish-tools/pull/29/commits/b4dbe1e9b4a5252b5b2a2dade65e04611539907c - I think those will need to make their way into the skeleton-python-library soon.