Skip to content

Commit

Permalink
Bump pygithub from 1.54.1 to 1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jun 6, 2021
1 parent bace1b7 commit d22b487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -42,6 +42,7 @@ Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^

* Replaced ``pytest-cov`` by ``coverage[toml]`` for code coverage measurement.
* Bumped ``pygithub`` from 1.54.1 to 1.55.


----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -152,7 +152,7 @@ def get_version_string():

# Dependencies that are downloaded by pip on installation and why.
INSTALL_REQUIRES = [
'pygithub>=1.54.1', # Interact with GitHub objects
'pygithub>=1.55', # Interact with GitHub objects
'gitpython>=3.0.6', # Interact with Git repositories
]

Expand Down

0 comments on commit d22b487

Please sign in to comment.