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 twine requirement from ~=4.0 to ~=5.1 #21

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on twine to permit the latest version.

Changelog

Sourced from twine's changelog.

Twine 5.1.0 (2024-05-15)

Features ^^^^^^^^

  • Add the experimental --attestations flag. ([#1095](https://github.com/pypa/twine/issues/1095) <https://github.com/pypa/twine/issues/1095>_)

Twine 5.1.0 (2024-05-15)

Misc ^^^^

  • [#1104](https://github.com/pypa/twine/issues/1104) <https://github.com/pypa/twine/issues/1104>_

Twine 5.0.0 (2024-02-10)

Bugfixes ^^^^^^^^

  • Use email.message instead of cgi as cgi has been deprecated ([#969](https://github.com/pypa/twine/issues/969) <https://github.com/pypa/twine/issues/969>_)

Misc ^^^^

  • [#931](https://github.com/pypa/twine/issues/931) <https://github.com/pypa/twine/issues/931>, [#991](https://github.com/pypa/twine/issues/991) <https://github.com/pypa/twine/issues/991>, [#1028](https://github.com/pypa/twine/issues/1028) <https://github.com/pypa/twine/issues/1028>, [#1040](https://github.com/pypa/twine/issues/1040) <https://github.com/pypa/twine/issues/1040>

Twine 4.0.2 (2022-11-30)

Bugfixes ^^^^^^^^

  • Remove deprecated function to fix twine check with pkginfo 1.9.0. ([#941](https://github.com/pypa/twine/issues/941) <https://github.com/pypa/twine/issues/941>_)

Twine 4.0.1 (2022-06-01)

Bugfixes ^^^^^^^^

  • Improve logging when keyring fails. ([#890](https://github.com/pypa/twine/issues/890) <https://github.com/pypa/twine/issues/890>_)
  • Reconfigure root logger to show all log messages. ([#896](https://github.com/pypa/twine/issues/896) <https://github.com/pypa/twine/issues/896>_)

... (truncated)

Commits
  • e9f70cf Merge pull request #1108 from pypa/fix-release-workflow
  • 1908be7 Fix release workflow
  • 6d7ffea Merge pull request #1107 from woodruffw-forks/release-5.1.0
  • bc91e57 Update changelog for 5.1.0
  • de39ade Merge pull request #1085 from pypa/feature/pep-621
  • 75de094 Merge pull request #1104 from ascheel/main
  • c512bbf Properly handle repository URLs with auth in them
  • e0ed808 Changelog entry
  • 72ee030 Change regex string to a raw string.
  • 04d7e27 Sanitize URLs for logging/display purposes.
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2024
@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Jun 1, 2024

Tools report for GitHub-mbdevpl/system-query/PR-21 [build #1]:

  • Pylint: ran 🆗

  • Mypy: ran 🆗

  • Flake518: ran 🆗

  • Pydocstyle: ran 🆗

  • Coverage: 87% 🆗 (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      2    69%   12-15, 47-56, 58->61, 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     13     14      1    62%   14-18, 23-39
    system_query/hdd_info.py                25      0      9      0   100%
    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      1      0      0    92%   17
    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     75    193     14    87%
    

Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.32%. Comparing base (ad1f895) to head (f3abc7f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   86.89%   89.32%   +2.42%     
==========================================
  Files          28       28              
  Lines         618      618              
  Branches       54       54              
==========================================
+ Hits          537      552      +15     
+ Misses         72       59      -13     
+ Partials        9        7       -2     

☔ 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

@dependabot dependabot bot force-pushed the dependabot/pip/twine-approx-eq-5.1 branch from 02bc12d to 51b878a Compare October 23, 2024 11:20
@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Oct 23, 2024

Tools report for GitHub-mbdevpl/system-query/PR-21 [build #3]:

  • Pylint: ran 🆗

  • Mypy: ran 🆗

  • Flake518: ran 🆗

  • Pydocstyle: ran 🆗

  • Coverage: 87% 🆗 (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     12      2      1    79%   12-15, 43-45, 50-51, 56, 58->61, 71-73
    system_query/cpu_info.py                47      4     18      2    91%   17-18, 20, 39
    system_query/errors.py                   1      0      0      0   100%
    system_query/gpu_info.py                33     13     12      1    64%   14-18, 23-39
    system_query/hdd_info.py                25      0      8      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     20      0   100%
    system_query/ram_info.py                57     30     12      1    43%   26, 35, 37, 40-51, 59, 64-80
    system_query/software_info.py           53      6     16      2    88%   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      1      0      0    92%   17
    test/test_cpu_info.py                   41      0      0      0   100%
    test/test_gpu_info.py                   21      0      2      0   100%
    test/test_hdd_info.py                   10      0      0      0   100%
    test/test_main.py                       78      0      8      0   100%
    test/test_packaging.py                   3      0      0      0   100%
    test/test_query.py                      23      0      0      0   100%
    test/test_software_info.py               7      0      0      0   100%
    test/test_with_sudo.py                   7      1      0      0    86%   13
    --------------------------------------------------------------------------------
    TOTAL                                  618     72    108      9    87%
    

@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Oct 23, 2024

PR build fixed: GitHub-mbdevpl/system-query/PR-21 [build #3]

@mbdevpl
Copy link
Owner

mbdevpl commented Oct 23, 2024

@dependabot rebase

Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@4.0.0...5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/twine-approx-eq-5.1 branch from 51b878a to f3abc7f Compare October 23, 2024 11:37
@jenkins-mbdev
Copy link

jenkins-mbdev bot commented Oct 23, 2024

Tools report for GitHub-mbdevpl/system-query/PR-21 [build #4]:

  • 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      2      0    75%   12-15, 43-45, 49-54, 71-73
    system_query/cpu_info.py                47      4     18      2    91%   17-18, 20, 39
    system_query/errors.py                   1      0      0      0   100%
    system_query/gpu_info.py                33      2     12      0    96%   38-39
    system_query/hdd_info.py                25      0      8      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     20      0   100%
    system_query/ram_info.py                57     30     12      1    43%   26, 35, 37, 40-51, 59, 64-80
    system_query/software_info.py           53      6     16      2    88%   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      0      0   100%
    test/test_gpu_info.py                   21      0      2      0   100%
    test/test_hdd_info.py                   10      0      0      0   100%
    test/test_main.py                       78      0      8      0   100%
    test/test_packaging.py                   3      0      0      0   100%
    test/test_query.py                      23      0      0      0   100%
    test/test_software_info.py               7      0      0      0   100%
    test/test_with_sudo.py                   7      1      0      0    86%   13
    --------------------------------------------------------------------------------
    TOTAL                                  618     63    108      7    89%
    

@mbdevpl mbdevpl merged commit 72ff349 into main Oct 23, 2024
14 checks passed
@dependabot dependabot bot deleted the dependabot/pip/twine-approx-eq-5.1 branch October 23, 2024 13:08
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