diff --git a/open_contrib_pr.py b/open_contrib_pr.py index 5132fc7..4306163 100644 --- a/open_contrib_pr.py +++ b/open_contrib_pr.py @@ -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) diff --git a/requirements.txt b/requirements.txt index a7546db..4136b9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -github3.py==3.2.0 +github3.py==4.0.0 python-dotenv==1.0.0 \ No newline at end of file