Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit c9d9787

Browse files
authored
Merge pull request #36 from github/dependabot/pip/github3-py-4.0.0
2 parents 4484c39 + 5d7cf2b commit c9d9787

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

open_contrib_pr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from dotenv import load_dotenv
1111

1212
if __name__ == "__main__":
13-
1413
# Load env variables from file
1514
dotenv_path = join(dirname(__file__), ".env")
1615
load_dotenv(dotenv_path)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github3.py==3.2.0
1+
github3.py==4.0.0
22
python-dotenv==1.0.0

0 commit comments

Comments
 (0)