Skip to content

Commit

Permalink
feat: upgrade synccasbin, databases and SQLAlchemy versions to fix CI…
Browse files Browse the repository at this point in the history
… error (#4)
  • Loading branch information
siuhui authored Mar 23, 2024
1 parent 67711bc commit 3892591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asynccasbin>=1.1.7
databases>=0.7.0
SQLAlchemy>=1.2.18
asynccasbin==1.1.7
databases==0.7.0
SQLAlchemy==1.4.42
pytest>=7.3.0
alt-pytest-asyncio>=0.7.0
aiosqlite>=0.19.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
asynccasbin>=1.1.7
databases>=0.7.0
SQLAlchemy>=1.2.18
asynccasbin==1.1.7
databases==0.7.0
SQLAlchemy==1.4.42

0 comments on commit 3892591

Please sign in to comment.