Skip to content

Commit

Permalink
Merge pull request #60 from KissPeter/dependabot/pip/test/flask-2.3.2
Browse files Browse the repository at this point in the history
Bump flask from 2.2.2 to 2.3.2 in /test
  • Loading branch information
KissPeter committed May 30, 2023
2 parents ce9fc1d + 6ce5cb5 commit 604ea0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ] # , macos-latest, windows-latest
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
20 changes: 8 additions & 12 deletions .github/workflows/update-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,21 @@ on:
branches:
- main
pull_request:
- '**'
check_suite:
types:
- completed

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


permissions: read-all

jobs:
update-branch:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: lcdsmao/update-branch@v3
with:
# Or use personal access token
token: ${{ secrets.GITHUB_TOKEN }}
# Optionally set the maximum amount of pull requests to match against (default: 50)
fetchMaxPr: 50
# Optionally set the maximum amount of pull request checks to fetch (default: 100)
fetchMaxPrChecks: 100
# Optionally set the maximum amount of pull request labels to fetch (default: 10)
fetchMaxPrLabels: 10

4 changes: 2 additions & 2 deletions test/requirements_for_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
itsdangerous==2.1.2
flask==2.2.2
flask==2.3.2
jinja2==3.1.2
werkzeug==2.2.3
werkzeug>=2.3.3
pytest==7.2.1
pytest-cov==4.0.0
sphinx==5.3.0
Expand Down

0 comments on commit 604ea0e

Please sign in to comment.