Skip to content

Commit 1ce09d2

Browse files
authored
Upgrade Github lib to fix the API integration (#255)
* Upgrade Github lib to fix the API integration
1 parent 7357e36 commit 1ce09d2

File tree

3 files changed

+67
-11
lines changed

3 files changed

+67
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.10
4+
5+
- Fix Github API auth issue by upgrading `PyGithub` lib
6+
37
## 1.0.9
48

59
- Add `--api-key` flag to `auto-pr run` command

poetry.lock

Lines changed: 62 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ marshmallow = "3.21.3"
2323
marshmallow-dataclass = "8.6.1"
2424
click = "8.1.7"
2525
PyYAML = "6.0.1"
26-
PyGithub = "1.55"
26+
PyGithub = "2.6.1"
2727
single-source = "0.4.0"
2828

2929
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)