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

build(deps): update types-psutil requirement from ~=5.6 to ~=6.0 #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: types-psutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2024
@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Jul 9, 2024

Tools report for GitHub-mbdevpl/system-query/PR-22 [build #2]:

  • Pylint: ran 🆗

  • Mypy: ran 🆗

  • Flake518: ran 🆗

  • Pydocstyle: ran 🆗

  • Coverage: 89% 🆗 (click for details)
    Name                                 Stmts   Miss Branch BrPart  Cover   Missing
    --------------------------------------------------------------------------------
    setup.py                                12      0      2      0   100%
    system_query/__init__.py                 8      0      0      0   100%
    system_query/__main__.py                 9      0      2      0   100%
    system_query/_version.py                 2      0      0      0   100%
    system_query/all_info.py                10      0      0      0   100%
    system_query/available_features.py      59     15      8      1    73%   12-15, 43-45, 49-54, 71-73
    system_query/cpu_info.py                47      4     20      2    91%   17-18, 20, 39
    system_query/errors.py                   1      0      0      0   100%
    system_query/gpu_info.py                33      2     14      0    96%   38-39
    system_query/hdd_info.py                25      0      9      1    97%   25->36
    system_query/host_info.py                4      0      0      0   100%
    system_query/main.py                    14      0      0      0   100%
    system_query/os_info.py                  4      0      0      0   100%
    system_query/query.py                   42      0     24      0   100%
    system_query/ram_info.py                57     30     18      4    44%   26, 35, 37, 40-51, 59, 64-80
    system_query/software_info.py           53      6     26      4    87%   63, 66-67, 70, 73-74, 85->87
    system_query/swap_info.py                7      0      2      0   100%
    test/__init__.py                         5      0      0      0   100%
    test/test_all_info.py                   23      5      4      1    70%   24-28
    test/test_available_features.py         13      0      0      0   100%
    test/test_cpu_info.py                   41      0      4      0   100%
    test/test_gpu_info.py                   21      0      2      0   100%
    test/test_hdd_info.py                   10      0      2      0   100%
    test/test_main.py                       78      0     40      0   100%
    test/test_packaging.py                   3      0      0      0   100%
    test/test_query.py                      23      0     14      0   100%
    test/test_software_info.py               7      0      0      0   100%
    test/test_with_sudo.py                   7      1      2      0    89%   13
    --------------------------------------------------------------------------------
    TOTAL                                  618     63    193     13    89%
    

@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Jul 9, 2024

PR build fixed: GitHub-mbdevpl/system-query/PR-22 [build #2]

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.70%. Comparing base (200f0de) to head (a69355b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   89.15%   87.70%   -1.46%     
==========================================
  Files          28       28              
  Lines         618      618              
  Branches      105       96       -9     
==========================================
- Hits          551      542       -9     
- Misses         57       63       +6     
- Partials       10       13       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mbdevpl
Copy link
Owner

mbdevpl commented Oct 23, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

Superseded by #28.

@dependabot dependabot bot closed this Oct 23, 2024
@dependabot dependabot bot deleted the dependabot/pip/types-psutil-approx-eq-6.0 branch October 23, 2024 11:20
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant