ha-apparent-temperature
ha-apparent-temperature copied to clipboard
Update pygithub requirement from ~=1.55 to ~=1.56
Updates the requirements on pygithub to permit the latest version.
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)
Version 1.55 (April 26, 2021)
Breaking Changes
- Remove client_id/client_secret authentication (#1888) (901af8c8)
- Adjust to Github API changes regarding emails (#1890) (2c77cfad)
- This impacts what AuthenticatedUser.get_emails() returns
- PublicKey.key_id could be int on Github Enterprise (#1894) (ad124ef4)
- Export headers in GithubException (#1887) (ddd437a7)
Bug Fixes & Improvements
- Do not import from unpackaged paths in typing (#1926) (27ba7838)
- Implement hash for CompletableGithubObject (#1922) (4faff23c)
- Use property decorator to improve typing compatibility (#1925) (e4168109)
- Fix :rtype: directive (#1927) (54b6a97b)
- Update most URLs to docs.github.com (#1896) (babcbcd0)
- Tighten asserts for new Permission tests (#1893) (5aab6f5d)
- Adding attributes "maintain" and "triage" to class "Permissions" (#1810) (76879613)
... (truncated)
Commits
c677ced
Publish version 1.56b50283a
Create repo from template (#2090)7e6333d
Fix CI (#2330)001970d
Improve signature of Repository.create_repo (#2118)5c290c9
Fix replay data for Organization.create_secret() (#2096)8d1397a
Add support for 'visibility' attribute preview for Repositories (#1872)6452ddf
Add Repository.rename_branch method (#2089)c8a945b
Add function to delete pending reviews on a pull request (#1897)f1faf94
Cover all code paths in search_commits (#2087)93b92cd
Correctly deal when PaginatedList's data is a dict (#2084)- Additional commits viewable in compare view
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)
Pull Request Test Coverage Report for Build 3241136237
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 96.753%
Totals | |
---|---|
Change from base Build 3206932151: | 0.0% |
Covered Lines: | 149 |
Relevant Lines: | 154 |
💛 - Coveralls
Superseded by #102.