Skip to content

Commit

Permalink
Test against Flask 3.X
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed May 17, 2024
1 parent 690791a commit 1e28129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: "Install dependencies"
run: |
pip3 install flake8 black Flask==2.2.3
pip3 install flake8 black Flask==3.0.3
pip3 install -e .[brotli]
- name: "Lint code base"
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/example_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==2.2.3
Flask==3.0.3
Flask-Static-Digest==0.4.0
Brotli==1.0.9

0 comments on commit 1e28129

Please sign in to comment.