Skip to content

Commit 2ed4803

Browse files
committed
bump SQLAlchemy version to 1.4.49 in workflow
1 parent ca09441 commit 2ed4803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup databases
2929
run: |
3030
pip install .
31-
pip install mysqlclient psycopg2-binary SQLAlchemy==1.4.46
31+
pip install mysqlclient psycopg2-binary SQLAlchemy==1.4.49
3232
3333
- name: Run tests
3434
run: python tests/sql.py

0 commit comments

Comments
 (0)