Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump pygithub from 1.55 to 1.56 #14206

Merged
merged 3 commits into from
Oct 18, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps pygithub from 1.55 to 1.56.

Release notes

Sourced from pygithub's releases.

v1.56

Important

This is the last release that will support Python 3.6.

Bug Fixes & Improvements

  • Create repo from template (#2090) (b50283a7)
  • Improve signature of Repository.create_repo (#2118) (001970d4)
  • Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397af)
  • Add Repository.rename_branch method (#2089) (6452ddfe)
  • Add function to delete pending reviews on a pull request (#1897) (c8a945bb)
  • Cover all code paths in search_commits (#2087) (f1faf941)
  • Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd2)
  • Add two_factor_authentication in AuthenticatedUser. (#1972) (4f00cbf2)
  • Add ProjectCard.edit() to the type stub (#2080) (d417e4c4)
  • Add method to delete Workflow runs (#2078) (b1c8eec5)
  • Implement organization.cancel_invitation() (#2072) (53fb4988)
  • Feat: Add html_url property in Team Class. (#1983) (6570892a)
  • Add support for Python 3.10 (#2073) (aa694f8e)
  • Add github actions secrets to org (#2006) (bc5e5950)
  • Correct replay for Organization.create_project() test (#2075) (fcc12368)
  • Fix install command example (#2043) (99e00a28)
  • Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a3)
  • Do not transform requestHeaders when logging (#1965) (1265747e)
  • Add type to OrderedDict (#1954) (ed7d0fe9)
  • Add Commit.get_pulls() to pyi (#1958) (b4664705)
  • Adding headers in GithubException is a breaking change (#1931) (d1644e33)
Changelog

Sourced from pygithub's changelog.

Version 1.56 (October 13, 2022)

Important

This is the last release that will support Python 3.6.

Bug Fixes & Improvements

  • Create repo from template (#2090) (b50283a7)
  • Improve signature of Repository.create_repo (#2118) (001970d4)
  • Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397af)
  • Add Repository.rename_branch method (#2089) (6452ddfe)
  • Add function to delete pending reviews on a pull request (#1897) (c8a945bb)
  • Cover all code paths in search_commits (#2087) (f1faf941)
  • Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd2)
  • Add two_factor_authentication in AuthenticatedUser. (#1972) (4f00cbf2)
  • Add ProjectCard.edit() to the type stub (#2080) (d417e4c4)
  • Add method to delete Workflow runs (#2078) (b1c8eec5)
  • Implement organization.cancel_invitation() (#2072) (53fb4988)
  • Feat: Add html_url property in Team Class. (#1983) (6570892a)
  • Add support for Python 3.10 (#2073) (aa694f8e)
  • Add github actions secrets to org (#2006) (bc5e5950)
  • Correct replay for Organization.create_project() test (#2075) (fcc12368)
  • Fix install command example (#2043) (99e00a28)
  • Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a3)
  • Do not transform requestHeaders when logging (#1965) (1265747e)
  • Add type to OrderedDict (#1954) (ed7d0fe9)
  • Add Commit.get_pulls() to pyi (#1958) (b4664705)
  • Adding headers in GithubException is a breaking change (#1931) (d1644e33)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot dependabot bot requested a review from a team as a code owner October 17, 2022 16:09
@dependabot dependabot bot added dependencies Pull requests from dependabot that update a dependency file python Pull requests that update Python code labels Oct 17, 2022
@erikjohnston
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@erikjohnston
Copy link
Member

@dependabot recreate

@DMRobertson
Copy link
Contributor

(Note that dependabot recreate won't regenerate the changelog because I'm awful)

@erikjohnston
Copy link
Member

(Note that dependabot recreate won't regenerate the changelog because I'm awful)

Ah sad times. Annoying if we keep getting conflicts on the lock file.

@DMRobertson
Copy link
Contributor

(Note that dependabot recreate won't regenerate the changelog because I'm awful)

Ah sad times. Annoying if we keep getting conflicts on the lock file.

Actually: if you close and reopen the PR it will refire, see

name: Write changelog for dependabot PR
on:
pull_request:
types:
- opened
- reopened # For debugging!

Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.55 to 1.56.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/master/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v1.55...v1.56)

---
updated-dependencies:
- dependency-name: pygithub
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pygithub-1.56 branch from c460145 to c27af16 Compare October 17, 2022 17:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@erikjohnston erikjohnston reopened this Oct 17, 2022
@erikjohnston
Copy link
Member

@DMRobertson looks like the changelog run was skipped?

@DMRobertson
Copy link
Contributor

DMRobertson commented Oct 17, 2022

@DMRobertson looks like the changelog run was skipped?

Oh bugger. Because I added in this line later on:

if: ${{ github.actor == 'dependabot[bot]' }}

@erikjohnston
Copy link
Member

@dependabot reopen

@dependabot dependabot bot reopened this Oct 18, 2022
@DMRobertson DMRobertson enabled auto-merge (squash) October 18, 2022 15:53
@DMRobertson DMRobertson merged commit 2b940d2 into develop Oct 18, 2022
@DMRobertson DMRobertson deleted the dependabot/pip/pygithub-1.56 branch October 18, 2022 16:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests from dependabot 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.

2 participants