Skip to content

Commit 780da42

Browse files
authored
PyGithub v1.56 (#8)
Signed-off-by: Adrian Macneil <adrian@foxglove.dev> Signed-off-by: Adrian Macneil <adrian@foxglove.dev>
1 parent 3d21f5b commit 780da42

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
__pycache__/
1+
*.egg-info/
2+
*.html
23
.coverage
4+
.env
35
.tox/
4-
*.egg-info/
6+
__pycache__/
7+
build/
8+
dist/
9+
venv/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
long_description=long_description,
2222
install_requires=[
2323
'markdown2==2.3.7',
24-
'PyGithub==1.43.5',
24+
'PyGithub==1.56',
2525
'PyYAML==5.3.1',
2626
'retrying==1.3.3',
2727
# This package has not been released to pypi since 2019,

0 commit comments

Comments
 (0)