Skip to content

Commit

Permalink
Merge pull request #12 from RAHB-REALTORS-Association/dependabot/pip/…
Browse files Browse the repository at this point in the history
…flask-3.0.2

Bump flask from 3.0.1 to 3.0.2
  • Loading branch information
justinh-rahb authored Feb 5, 2024
2 parents 1ead8e6 + 1897c3e commit 21f9cd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/python-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
run: |
pylint -E -d import-error $(git ls-files '*.py')
dependabot:
name: 'Dependabot'
needs: [build, test] # After the build and test jobs, if one of them fails, it won't merge the PR.
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}} # Detect that the PR author is dependabot
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# dependabot:
# name: 'Dependabot'
# needs: [build, test] # After the build and test jobs, if one of them fails, it won't merge the PR.
# runs-on: ubuntu-latest
# if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}} # Detect that the PR author is dependabot
# steps:
# - name: Enable auto-merge for Dependabot PRs
# run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
# env:
# PR_URL: ${{github.event.pull_request.html_url}}
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==3.0.1
Flask==3.0.2
requests==2.31.0
apscheduler==3.10.4

0 comments on commit 21f9cd7

Please sign in to comment.