Closed dependabot[bot] closed 10 months ago
The failing tests are just two Coveralls percentage decreases, so I think this PR is OK to merge despite them.
Hi Team, I noticed one issue: certificate verification has been explicitly disabled (verify=false) @ src/tools/gophish_complete.py line 135; this permits insecure connections to insecure servers. Therefore, we should re-enable certification validation. Thanks
Hi Team, I noticed one issue: certificate verification has been explicitly disabled (verify=false) @ src/tools/gophish_complete.py line 135; this permits insecure connections to insecure servers. Therefore, we should re-enable certification validation. Thanks
@dv4harr10 There is already a comment in the code about this: https://github.com/cisagov/gophish-tools/blob/d53360532d6ac1c9196b59615255ad652a071a33/src/tools/gophish_complete.py#L133-L135 However, feel free to create an issue in this repository about this and we will see if anything can be done.
Bumps prompt-toolkit from 3.0.28 to 3.0.43.
Release notes
Sourced from prompt-toolkit's releases.
Changelog
Sourced from prompt-toolkit's changelog.
... (truncated)
Commits
4432d62
Release 3.0.436a24c99
Fix for pypy: don't use pythonapi on pypy.1c6d094
Use Coroutine instead of Awaitable in type annotations where possible.87d0107
Release 3.0.426a4e6dd
Fix example for progress bar with custom iterablebe4ccdf
Restore signal.SIGINT handler between prompts6e4ca6e
Disable workaround for ipython >= 8.18e2e75c0
Make formatted_text.split_lines accept an iterable (type annotation only).55cde3e
Fix line wrapping inpatch_stdout
on Windows.857af14
Code formatting fixes.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 show