rmartin16 / qbittorrent-api

Python client implementation for qBittorrent's Web API
https://qbittorrent-api.readthedocs.io/
MIT License
412 stars 66 forks source link

Bump the github-actions group with 2 updates #341

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the github-actions group with 2 updates: actions/setup-python and github/codeql-action.

Updates actions/setup-python from 4.7.0 to 4.7.1

Release notes

Sourced from actions/setup-python's releases.

v4.7.1

What's Changed

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1

Commits


Updates github/codeql-action from 2.21.9 to 2.22.0

Changelog

Sourced from github/codeql-action's changelog.

2.22.0 - 06 Oct 2023

  • The CodeQL Action now requires CodeQL version 2.10.5 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.21.8. #1907
  • The CodeQL Action no longer runs ML-powered queries. For more information, including details on our investment in AI-powered security technology, see "CodeQL code scanning deprecates ML-powered alerts." #1910
  • Fix a bug which prevented tracing of projects using Go 1.21 and above on Linux. #1909
Commits
  • 2cb752a Merge pull request #1924 from github/update-v2.22.0-3f7850a17
  • e50f53b Add changelog note for tracing Go 1.21
  • 0a65c00 Update changelog for v2.22.0
  • 3f7850a Improve downloading log message (#1920)
  • 2723530 Merge pull request #1923 from github/henrymercer/fix-resolve-environment-aliases
  • 8f0e8b0 Tweak language parsing to improve clarity
  • f243294 Extend PR check to test resolve-environment works with language alias
  • 1ea6a10 Merge pull request #1909 from github/mbg/go-1.21-workaround
  • e26ed57 Defer language aliasing to CLI when appropriate
  • 0ac7669 Fix using resolve-environment Action with language aliases
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (df73698) 100.00% compared to head (122f095) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #341 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 15 15 Lines 1957 1957 Branches 577 577 ========================================= Hits 1957 1957 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.