Skip to content

Commit 512d175

Browse files
fix(deps): update dependency pygithub to v2.6.1 (#602)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [PyGithub](https://redirect.github.com/pygithub/pygithub) | `==2.6.0` -> `==2.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pygithub/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pygithub/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pygithub/2.6.0/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pygithub/2.6.0/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pygithub/pygithub (PyGithub)</summary> ### [`v2.6.1`](https://redirect.github.com/PyGithub/PyGithub/releases/tag/v2.6.1) [Compare Source](https://redirect.github.com/pygithub/pygithub/compare/v2.6.0...v2.6.1) ##### Bug Fixes - Fix broken pickle support for `Auth` classes by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in [https://github.com/PyGithub/PyGithub/pull/3211](https://redirect.github.com/PyGithub/PyGithub/pull/3211) - Remove schema from `Deployment`, remove `message` attribute by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in [https://github.com/PyGithub/PyGithub/pull/3223](https://redirect.github.com/PyGithub/PyGithub/pull/3223) - Fix incorrect deprecated import by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in [https://github.com/PyGithub/PyGithub/pull/3225](https://redirect.github.com/PyGithub/PyGithub/pull/3225) - Add `CodeSecurityConfigRepository` returned by `get_repos_for_code_security_config` by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in [https://github.com/PyGithub/PyGithub/pull/3219](https://redirect.github.com/PyGithub/PyGithub/pull/3219) - Make `GitTag.verification` return `GitCommitVerification` by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in [https://github.com/PyGithub/PyGithub/pull/3226](https://redirect.github.com/PyGithub/PyGithub/pull/3226) ##### Maintenance - Mention removal of `AppAuth.private_key` in changelog by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in [https://github.com/PyGithub/PyGithub/pull/3212](https://redirect.github.com/PyGithub/PyGithub/pull/3212) **Full Changelog**: PyGithub/PyGithub@v2.6.0...v2.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24bb17b commit 512d175

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"pygit2>=1.16.0",
5151
"unidiff>=0.7.5",
5252
"datamodel-code-generator>=0.26.5",
53-
"PyGithub==2.6.0",
53+
"PyGithub==2.6.1",
5454
"GitPython==3.1.44",
5555
"psutil>=5.8.0",
5656
"fastapi[standard]<1.0.0,>=0.115.2",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)