Skip to content

Commit

Permalink
Update PyGithub so that we can use pull.draft
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Oct 20, 2022
1 parent 3c08ec2 commit b390765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyGithub==1.45
PyGithub==1.55
argparse
requests
pytz
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

install_requires = ['PyGithub==1.45', 'argparse', 'requests', 'pytz', 's3cmd',
install_requires = ['PyGithub==1.55', 'argparse', 'requests', 'pytz', 's3cmd',
'pyyaml']
# Old setuptools versions (which pip2 uses) don't support range comparisons
# (like :python_version >= "3.6") in extras_require, so do this ourselves here.
Expand Down

0 comments on commit b390765

Please sign in to comment.