Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump paramiko from 2.9.2 to 2.10.1 in /jobs/ftp-poller #902

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2022

Bumps paramiko from 2.9.2 to 2.10.1.

Commits
  • 286bd9f Cut 2.10.1
  • 4c491e2 Fix CVE re: PKey.write_private_key chmod race
  • aa3cc6f Cut 2.10.0
  • e50e19f Fix up changelog entry with real links
  • 02ad67e Helps to actually leverage your mocked system calls
  • 29d7bf4 Clearly our agent stuff is not fully tested yet...
  • 5fcb8da OpenSSH docs state %C should also work in IdentityFile and Match exec
  • 1bf3dce Changelog enhancement
  • f6342fc Prettify, add %C as acceptable controlpath token, mock gethostname
  • 3f3451f Add to changelog
  • Additional commits viewable 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 29, 2022
@sonarcloud
Copy link

sonarcloud bot commented Mar 29, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@seeker25 seeker25 reopened this Aug 4, 2022
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.9.2 to 2.10.1.
- [Release notes](https://github.com/paramiko/paramiko/releases)
- [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS)
- [Commits](paramiko/paramiko@2.9.2...2.10.1)

---
updated-dependencies:
- dependency-name: paramiko
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/jobs/ftp-poller/paramiko-2.10.1 branch from 0174e80 to a1c82f5 Compare August 4, 2022 07:49
@codecov
Copy link

codecov bot commented Aug 4, 2022

Codecov Report

Merging #902 (a1c82f5) into main (bca253f) will decrease coverage by 0.89%.
The diff coverage is 95.83%.

@@            Coverage Diff             @@
##             main     #902      +/-   ##
==========================================
- Coverage   91.04%   90.14%   -0.90%     
==========================================
  Files         165      168       +3     
  Lines        9576     9671      +95     
==========================================
  Hits         8718     8718              
- Misses        858      953      +95     
Flag Coverage Δ
ftppoller 0.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../payment-jobs/tasks/statement_notification_task.py 31.81% <0.00%> (ø)
pay-api/src/pay_api/__init__.py 88.88% <ø> (ø)
pay-api/src/pay_api/models/cfs_account.py 95.65% <ø> (ø)
pay-api/src/pay_api/models/distribution_code.py 98.64% <ø> (ø)
jobs/payment-jobs/tasks/ejv_payment_task.py 96.15% <88.88%> (ø)
jobs/payment-jobs/tasks/cfs_create_invoice_task.py 72.94% <100.00%> (ø)
jobs/payment-jobs/tasks/common/cgi_ap.py 90.78% <100.00%> (ø)
jobs/payment-jobs/tasks/common/cgi_ejv.py 100.00% <100.00%> (ø)
pay-api/src/pay_api/config.py 99.31% <100.00%> (ø)
pay-api/src/pay_api/exceptions/__init__.py 100.00% <100.00%> (ø)
... and 27 more

@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@seeker25
Copy link
Collaborator

seeker25 commented Aug 4, 2022

flake8<5.0.0 fixes lint for now

@seeker25 seeker25 merged commit b884d2e into main Aug 4, 2022
@dependabot dependabot bot deleted the dependabot/pip/jobs/ftp-poller/paramiko-2.10.1 branch August 4, 2022 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant