Skip to content

Commit

Permalink
Update all CI and test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Sep 14, 2023
1 parent 31fcac6 commit 5681a0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: "actions/checkout@v2"

- name: "Set up Python 3.8"
- name: "Set up Python 3.11"
uses: "actions/setup-python@v1"
with:
python-version: "3.8"
python-version: "3.11"

- name: "Lint extension"
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
- name: "Install dependencies and local package"
run: |
pip3 install Flask==1.1.2 alembic==1.4.3
pip3 install Flask==2.3.3 alembic==1.12.0
make install
- name: "Ensure everything works"
Expand Down
8 changes: 4 additions & 4 deletions tests/example_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.1.2
SQLAlchemy==1.3.20
SQLAlchemy-Utils==0.36.8
Flask-SQLAlchemy==2.4.4
Flask==2.3.3
SQLAlchemy==2.0.20
SQLAlchemy-Utils==0.41.0
Flask-SQLAlchemy==3.1.1
Flask-DB==0.3.2

0 comments on commit 5681a0b

Please sign in to comment.