Skip to content

Commit

Permalink
Bump PyGithub to 2.1
Browse files Browse the repository at this point in the history
This fixes issues on build servers who have ~/.netrc that interfere with
token authentication.

Prior versions would silently ignore the token and use what is in netrc
instead. This was fixed in [2.1](https://github.com/PyGithub/PyGithub/releases#reactions--reaction_button_component-63ef49)
  • Loading branch information
bwrsandman committed Jan 16, 2024
1 parent 0dd8d19 commit 4d7d097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/clang_tidy_review/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
authors = [{name = "Peter Hill", email = "peter.hill@york.ac.uk"}]
license = {text = "MIT"}
dependencies = [
"PyGithub ~= 1.59",
"PyGithub ~= 2.1",
"unidiff ~= 0.6.0",
"requests ~= 2.23",
"pyyaml ~= 6.0.1",
Expand Down

0 comments on commit 4d7d097

Please sign in to comment.