diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8dbb407..a37e248 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,6 @@ on: push: branches: [main] pull_request: - branches-ignore: [] ############### # Set the Job # diff --git a/requirements.txt b/requirements.txt index 5ea8736..894dce4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ github3.py==3.2.0 -python-dotenv==0.20.0 \ No newline at end of file +python-dotenv==0.21.0 \ No newline at end of file