From b78deef2f38b927166b3894b14f1bec5c6a5cdca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:59:22 +0000 Subject: [PATCH 1/2] Bump github3-py from 3.2.0 to 4.0.0 Bumps [github3-py](https://github.com/sigmavirus24/github3.py) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/sigmavirus24/github3.py/releases) - [Commits](https://github.com/sigmavirus24/github3.py/compare/3.2.0...4.0.0) --- updated-dependencies: - dependency-name: github3-py dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5d7cf2be54c87eed35f07bc7649ffbe9155f4e43 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 24 Apr 2023 07:57:35 -0700 Subject: [PATCH 2/2] Lint formatting --- open_contrib_pr.py | 1 - 1 file changed, 1 deletion(-) 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)