Skip to content

Commit 2c24c0e

Browse files
authored
chore(deps): update dependency pygithub to v1.55 (GoogleCloudPlatform#5743)
[![WhiteSource 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) | `==1.54.1` -> `==1.55` | [![age](https://badges.renovateapi.com/packages/pypi/pygithub/1.55/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pygithub/1.55/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pygithub/1.55/compatibility-slim/1.54.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pygithub/1.55/confidence-slim/1.54.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pygithub/pygithub</summary> ### [`v1.55`](https://togithub.com/pygithub/pygithub/releases/v1.55) [Compare Source](https://togithub.com/pygithub/pygithub/compare/v1.54.1...v1.55) **Breaking Changes** - Remove client_id/client_secret authentication ([#&GoogleCloudPlatform#8203;1888](https://togithub.com/pygithub/pygithub/issues/1888)) ([`901af8c`](https://togithub.com/pygithub/pygithub/commit/901af8c8)) - Adjust to Github API changes regarding emails ([#&GoogleCloudPlatform#8203;1890](https://togithub.com/pygithub/pygithub/issues/1890)) ([`2c77cfa`](https://togithub.com/pygithub/pygithub/commit/2c77cfad)) - This impacts what AuthenticatedUser.get_emails() returns - PublicKey.key_id could be int on Github Enterprise ([#&GoogleCloudPlatform#8203;1894](https://togithub.com/pygithub/pygithub/issues/1894)) ([`ad124ef`](https://togithub.com/pygithub/pygithub/commit/ad124ef4)) - Export headers in GithubException ([#&GoogleCloudPlatform#8203;1887](https://togithub.com/pygithub/pygithub/issues/1887)) ([`ddd437a`](https://togithub.com/pygithub/pygithub/commit/ddd437a7)) **Bug Fixes & Improvements** - Do not import from unpackaged paths in typing ([#&GoogleCloudPlatform#8203;1926](https://togithub.com/pygithub/pygithub/issues/1926)) ([`27ba783`](https://togithub.com/pygithub/pygithub/commit/27ba7838)) - Implement hash for CompletableGithubObject ([#&GoogleCloudPlatform#8203;1922](https://togithub.com/pygithub/pygithub/issues/1922)) ([`4faff23`](https://togithub.com/pygithub/pygithub/commit/4faff23c)) - Use property decorator to improve typing compatibility ([#&GoogleCloudPlatform#8203;1925](https://togithub.com/pygithub/pygithub/issues/1925)) ([`e416810`](https://togithub.com/pygithub/pygithub/commit/e4168109)) - Fix :rtype: directive ([#&GoogleCloudPlatform#8203;1927](https://togithub.com/pygithub/pygithub/issues/1927)) ([`54b6a97`](https://togithub.com/pygithub/pygithub/commit/54b6a97b)) - Update most URLs to docs.github.com ([#&GoogleCloudPlatform#8203;1896](https://togithub.com/pygithub/pygithub/issues/1896)) ([`babcbcd`](https://togithub.com/pygithub/pygithub/commit/babcbcd0)) - Tighten asserts for new Permission tests ([#&GoogleCloudPlatform#8203;1893](https://togithub.com/pygithub/pygithub/issues/1893)) ([`5aab6f5`](https://togithub.com/pygithub/pygithub/commit/5aab6f5d)) - Adding attributes "maintain" and "triage" to class "Permissions" ([#&GoogleCloudPlatform#8203;1810](https://togithub.com/pygithub/pygithub/issues/1810)) ([`7687961`](https://togithub.com/pygithub/pygithub/commit/76879613)) - Add default arguments to Workflow method type annotations ([#&GoogleCloudPlatform#8203;1857](https://togithub.com/pygithub/pygithub/issues/1857)) ([`7d6bac9`](https://togithub.com/pygithub/pygithub/commit/7d6bac9e)) - Re-raise the exception when failing to parse JSON ([#&GoogleCloudPlatform#8203;1892](https://togithub.com/pygithub/pygithub/issues/1892)) ([`916da53`](https://togithub.com/pygithub/pygithub/commit/916da53b)) - Allow adding attributes at the end of the list ([#&GoogleCloudPlatform#8203;1807](https://togithub.com/pygithub/pygithub/issues/1807)) ([`0245b75`](https://togithub.com/pygithub/pygithub/commit/0245b758)) - Updating links to Github documentation for deploy keys ([#&GoogleCloudPlatform#8203;1850](https://togithub.com/pygithub/pygithub/issues/1850)) ([`c27fb91`](https://togithub.com/pygithub/pygithub/commit/c27fb919)) - Update PyJWT Version to 2.0+ ([#&GoogleCloudPlatform#8203;1891](https://togithub.com/pygithub/pygithub/issues/1891)) ([`a68577b`](https://togithub.com/pygithub/pygithub/commit/a68577b7)) - Use right variable in both get_check_runs() ([#&GoogleCloudPlatform#8203;1889](https://togithub.com/pygithub/pygithub/issues/1889)) ([`3003e06`](https://togithub.com/pygithub/pygithub/commit/3003e065)) - fix bad assertions in github.Project.edit ([#&GoogleCloudPlatform#8203;1817](https://togithub.com/pygithub/pygithub/issues/1817)) ([`6bae9e5`](https://togithub.com/pygithub/pygithub/commit/6bae9e5c)) - Test repr() for PublicKey ([#&GoogleCloudPlatform#8203;1879](https://togithub.com/pygithub/pygithub/issues/1879)) ([`e0acd8f`](https://togithub.com/pygithub/pygithub/commit/e0acd8f4)) - Add support for deleting repository secrets ([#&GoogleCloudPlatform#8203;1868](https://togithub.com/pygithub/pygithub/issues/1868)) ([`696793d`](https://togithub.com/pygithub/pygithub/commit/696793de)) - Switch repository secrets to using f-strings ([#&GoogleCloudPlatform#8203;1867](https://togithub.com/pygithub/pygithub/issues/1867)) ([`aa24030`](https://togithub.com/pygithub/pygithub/commit/aa240304)) - Manually fixing paths for codecov.io to cover all project files ([#&GoogleCloudPlatform#8203;1813](https://togithub.com/pygithub/pygithub/issues/1813)) ([`b2232c8`](https://togithub.com/pygithub/pygithub/commit/b2232c89)) - Add missing links to project metadata ([#&GoogleCloudPlatform#8203;1789](https://togithub.com/pygithub/pygithub/issues/1789)) ([`64f532a`](https://togithub.com/pygithub/pygithub/commit/64f532ae)) - No longer show username and password examples ([#&GoogleCloudPlatform#8203;1866](https://togithub.com/pygithub/pygithub/issues/1866)) ([`55d9837`](https://togithub.com/pygithub/pygithub/commit/55d98373)) - Adding github actions secrets ([#&GoogleCloudPlatform#8203;1681](https://togithub.com/pygithub/pygithub/issues/1681)) ([`c90c050`](https://togithub.com/pygithub/pygithub/commit/c90c050e)) - fix get_user_issues ([#&GoogleCloudPlatform#8203;1842](https://togithub.com/pygithub/pygithub/issues/1842)) ([`7db1b0c`](https://togithub.com/pygithub/pygithub/commit/7db1b0c9)) - Switch all string addition to using f-strings ([#&GoogleCloudPlatform#8203;1774](https://togithub.com/pygithub/pygithub/issues/1774)) ([`290b627`](https://togithub.com/pygithub/pygithub/commit/290b6272)) - Enabling connetion pool_size definition ([`a77d4f4`](https://togithub.com/pygithub/pygithub/commit/a77d4f48)) - Always define the session adapter ([`aaec0a0`](https://togithub.com/pygithub/pygithub/commit/aaec0a0f)) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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 has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 74055f0 commit 2c24c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pygithub==1.54.1
1+
pygithub==1.55
22
click==7.1.2
33
google-cloud-secret-manager==2.4.0
44
google-api-python-client==2.1.0

0 commit comments

Comments
 (0)