Skip to content

Commit 1968496

Browse files
chore(deps): bump pygithub from 2.6.1 to 2.7.0 (#126)
* chore(deps): bump pygithub from 2.6.1 to 2.7.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: change wheel package name to pygithub --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng <[email protected]>
1 parent e6d7e53 commit 1968496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
fi
7171
7272
# Install artifact
73-
python3 -m pip install commit_check-*.whl PyGithub-*.whl
73+
python3 -m pip install commit_check-*.whl pygithub-*.whl
7474
7575
python3 "$GITHUB_ACTION_PATH/main.py"
7676
env:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# For details please see: https://github.com/commit-check/commit-check
33
commit-check==0.10.1
44
# Interact with the GitHub API.
5-
PyGithub==2.6.1
5+
PyGithub==2.7.0

0 commit comments

Comments
 (0)