Skip to content

Commit

Permalink
Merge pull request #36 from github/dependabot/pip/github3-py-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Apr 24, 2023
2 parents 4484c39 + 5d7cf2b commit c9d9787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion open_contrib_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from dotenv import load_dotenv

if __name__ == "__main__":

# Load env variables from file
dotenv_path = join(dirname(__file__), ".env")
load_dotenv(dotenv_path)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github3.py==3.2.0
github3.py==4.0.0
python-dotenv==1.0.0

0 comments on commit c9d9787

Please sign in to comment.