Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gidgethub from 4.2.0 to 5.0.1 #326

Merged
merged 2 commits into from
Apr 29, 2021
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 2, 2021

Bumps gidgethub from 4.2.0 to 5.0.1.

Release notes

Sourced from gidgethub's releases.

5.0.1

5.0.0

  • Add gidgethub.routing.Router.fetch for obtaining a frozenset of functions registered to the router that the event would be called on. [Issue #74](brettcannon/gidgethub#74).
  • Add support for GitHub Actions Environment Files with gidgethub.actions.setenv and gidgethub.actions.addpath. [Issue #137](brettcannon/gidgethub#132).
  • Make router callback execution order non-deterministic to avoid relying on registration order. [Issue #74](brettcannon/gidgethub#74).
  • Fix mypy errors in gidgethub.httpx.GitHubAPI._request[Issue #133](brettcannon/gidgethub#133).
  • Make the minimum version of PyJWT be v2.0.0.
Changelog

Sourced from gidgethub's changelog.

5.0.1

  • Drop the machine-man-preview header from gidgethub.apps.get_installation_access_token because it is out of preview. The machine-man-preview is no longer required as of August 20, 2020.

5.0.0

  • Add gidgethub.routing.Router.fetch for obtaining a frozenset of functions registered to the router that the event would be called on. ([Issue #74](brettcannon/gidgethub#74)).
  • Add support for GitHub Actions Environment Files with gidgethub.actions.setenv and gidgethub.actions.addpath. ([Issue #137](brettcannon/gidgethub#132)).
  • Make router callback execution order non-deterministic to avoid relying on registration order. ([Issue #74](brettcannon/gidgethub#74)).
  • Fix mypy errors in gidgethub.httpx.GitHubAPI._request ([Issue #133](brettcannon/gidgethub#133)).
  • Make the minimum version of PyJWT be v2.0.0.
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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 2, 2021
@codecov
Copy link

codecov bot commented Apr 2, 2021

Codecov Report

Merging #326 (373d8e3) into master (0bd16f0) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #326   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1277      1298   +21     
=========================================
+ Hits          1277      1298   +21     
Impacted Files Coverage Δ
tests/test_filepaths.py 100.00% <ø> (ø)
tests/test_backport.py 100.00% <100.00%> (ø)
tests/test_bpo.py 100.00% <100.00%> (ø)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/gidgethub-5.0.1 branch from 5190051 to cf349e9 Compare April 18, 2021 20:05
@Mariatta
Copy link
Member

It's strange that the tests are breaking on the 3.9+ branches. Does anyone have time to look into this and hopefully fix it?

@Mariatta
Copy link
Member

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/gidgethub-5.0.1 branch from cf349e9 to b96e527 Compare April 19, 2021 21:46
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/gidgethub-5.0.1 branch from b96e527 to d3b8825 Compare April 28, 2021 22:02
dependabot-preview bot and others added 2 commits April 28, 2021 15:20
Some refactoring.
Moved pytest ignore things into pytest.ini
@Mariatta Mariatta force-pushed the dependabot/pip/gidgethub-5.0.1 branch from d3b8825 to 373d8e3 Compare April 28, 2021 23:50
@Mariatta
Copy link
Member

Had to refactor the tests, but now things are passing.

@Mariatta Mariatta merged commit cf48024 into master Apr 29, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/gidgethub-5.0.1 branch April 29, 2021 00:08
@brettcannon
Copy link
Member

Thanks for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants