Skip to content

Commit 32a8c67

Browse files
Update dependency PyGithub to v2.3.0 (#86)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [PyGithub](https://togithub.com/pygithub/pygithub) | `==2.2.0` -> `==2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/PyGithub/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/PyGithub/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/PyGithub/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/PyGithub/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pygithub/pygithub (PyGithub)</summary> ### [`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 [@&#8203;EnricoMi](https://togithub.com/EnricoMi) ([#&#8203;2780](https://togithub.com/pygithub/pygithub/issues/2780)) - Support creation of Dependabot Organization and Repository Secrets [@&#8203;thomascrowley](https://togithub.com/thomascrowley) ([#&#8203;2874](https://togithub.com/pygithub/pygithub/issues/2874)) #### Improvements - Create release with optional `name` and `message` when `generate_release_notes` is true [@&#8203;heitorpolidoro](https://togithub.com/heitorpolidoro) ([#&#8203;2868](https://togithub.com/pygithub/pygithub/issues/2868)) - Add missing attributes to `WorkflowJob` [@&#8203;xvega](https://togithub.com/xvega) ([#&#8203;2921](https://togithub.com/pygithub/pygithub/issues/2921)) - Add `created` and `check_suite_id` filter for Repository Workflow runs [@&#8203;treee111](https://togithub.com/treee111) ([#&#8203;2891](https://togithub.com/pygithub/pygithub/issues/2891)) - Assert requester argument type in Auth [@&#8203;EnricoMi](https://togithub.com/EnricoMi) ([#&#8203;2912](https://togithub.com/pygithub/pygithub/issues/2912)) #### Bug Fixes - Revert having allowed values for `add_to_collaborators` [@&#8203;jodelasur](https://togithub.com/jodelasur) ([#&#8203;2905](https://togithub.com/pygithub/pygithub/issues/2905)) #### Maintenance - Fix imports in authentication docs [@&#8203;wurstbrot](https://togithub.com/wurstbrot) ([#&#8203;2923](https://togithub.com/pygithub/pygithub/issues/2923)) - CI: add docformatter to precommit [@&#8203;Borda](https://togithub.com/Borda) ([#&#8203;2614](https://togithub.com/pygithub/pygithub/issues/2614)) - Add `.swp` fils to `.gitignore` [@&#8203;boomanaiden154](https://togithub.com/boomanaiden154) ([#&#8203;2903](https://togithub.com/pygithub/pygithub/issues/2903)) - Fix instructions building docs in `CONTRIBUTING.md` [@&#8203;wakamex](https://togithub.com/wakamex) ([#&#8203;2900](https://togithub.com/pygithub/pygithub/issues/2900)) - Explicitly name the modules built in `pyproject.toml` [@&#8203;treee111](https://togithub.com/treee111) ([#&#8203;2894](https://togithub.com/pygithub/pygithub/issues/2894)) </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
2 parents af2e87d + 1aabfca commit 32a8c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
99
dependencies = [
1010
"click==8.1.7",
1111
"GitPython==3.1.42",
12-
"PyGithub==2.2.0",
12+
"PyGithub==2.3.0",
1313
]
1414

1515

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gitdb==4.0.11
88
GitPython==3.1.42
99
idna==3.6
1010
pycparser==2.21
11-
PyGithub==2.2.0
11+
PyGithub==2.3.0
1212
PyJWT==2.8.0
1313
PyNaCl==1.5.0
1414
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)