canonical / discourse-gatekeeper

Experimental GitHub Action to upload charm documentation to charmhub
Apache License 2.0
7 stars 7 forks source link

Update dependency PyGithub to >=2.3,<2.4 #239

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
PyGithub >=2.2,<2.3 -> >=2.3,<2.4 age adoption passing confidence

Release Notes

pygithub/pygithub (PyGithub) ### [`v2.3.0`](https://togithub.com/PyGithub/PyGithub/releases/tag/v2.3.0) [Compare Source](https://togithub.com/pygithub/pygithub/compare/v2.2.0...v2.3.0) #### New features - Support oauth for enterprise [@​EnricoMi](https://togithub.com/EnricoMi) ([#​2780](https://togithub.com/pygithub/pygithub/issues/2780)) - Support creation of Dependabot Organization and Repository Secrets [@​thomascrowley](https://togithub.com/thomascrowley) ([#​2874](https://togithub.com/pygithub/pygithub/issues/2874)) #### Improvements - Create release with optional `name` and `message` when `generate_release_notes` is true [@​heitorpolidoro](https://togithub.com/heitorpolidoro) ([#​2868](https://togithub.com/pygithub/pygithub/issues/2868)) - Add missing attributes to `WorkflowJob` [@​xvega](https://togithub.com/xvega) ([#​2921](https://togithub.com/pygithub/pygithub/issues/2921)) - Add `created` and `check_suite_id` filter for Repository Workflow runs [@​treee111](https://togithub.com/treee111) ([#​2891](https://togithub.com/pygithub/pygithub/issues/2891)) - Assert requester argument type in Auth [@​EnricoMi](https://togithub.com/EnricoMi) ([#​2912](https://togithub.com/pygithub/pygithub/issues/2912)) #### Bug Fixes - Revert having allowed values for `add_to_collaborators` [@​jodelasur](https://togithub.com/jodelasur) ([#​2905](https://togithub.com/pygithub/pygithub/issues/2905)) #### Maintenance - Fix imports in authentication docs [@​wurstbrot](https://togithub.com/wurstbrot) ([#​2923](https://togithub.com/pygithub/pygithub/issues/2923)) - CI: add docformatter to precommit [@​Borda](https://togithub.com/Borda) ([#​2614](https://togithub.com/pygithub/pygithub/issues/2614)) - Add `.swp` fils to `.gitignore` [@​boomanaiden154](https://togithub.com/boomanaiden154) ([#​2903](https://togithub.com/pygithub/pygithub/issues/2903)) - Fix instructions building docs in `CONTRIBUTING.md` [@​wakamex](https://togithub.com/wakamex) ([#​2900](https://togithub.com/pygithub/pygithub/issues/2900)) - Explicitly name the modules built in `pyproject.toml` [@​treee111](https://togithub.com/treee111) ([#​2894](https://togithub.com/pygithub/pygithub/issues/2894))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 4 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

github-actions[bot] commented 4 months ago

Test coverage for 77185544106c3b662758c5c8a7624401463fedad

Name                                 Stmts   Miss Branch BrPart  Cover   Missing
--------------------------------------------------------------------------------
src/gatekeeper/__init__.py              96      0     42      0   100%
src/gatekeeper/action.py               158      0     48      0   100%
src/gatekeeper/check.py                 62      0     25      0   100%
src/gatekeeper/clients.py               11      0      0      0   100%
src/gatekeeper/commit.py                41      0     12      0   100%
src/gatekeeper/constants.py              8      0      0      0   100%
src/gatekeeper/content.py               49      0     10      0   100%
src/gatekeeper/discourse.py            157      0     34      0   100%
src/gatekeeper/docs_directory.py        32      0      8      0   100%
src/gatekeeper/download.py              21      0      2      0   100%
src/gatekeeper/exceptions.py            14      0      0      0   100%
src/gatekeeper/index.py                141      0     56      0   100%
src/gatekeeper/metadata.py              58      0     28      0   100%
src/gatekeeper/migration.py            101      0     33      0   100%
src/gatekeeper/navigation_table.py      64      0     20      0   100%
src/gatekeeper/reconcile.py            122      0     60      0   100%
src/gatekeeper/repository.py           292      0     88      0   100%
src/gatekeeper/sort.py                  42      0     26      0   100%
src/gatekeeper/types_.py               201      0     54      0   100%
--------------------------------------------------------------------------------
TOTAL                                 1670      0    546      0   100%

Static code analysis report

Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:01
Run started:2024-05-27 13:17:43.900723

Test results:
    No issues identified.

Code scanned:
    Total lines of code: 17878
    Total lines skipped (#nosec): 3
    Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
    Total issues (by severity):
        Undefined: 0
        Low: 0
        Medium: 0
        High: 0
    Total issues (by confidence):
        Undefined: 0
        Low: 0
        Medium: 0
        High: 0
Files skipped (0):