Skip to content

Commit

Permalink
Update a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 21, 2024
1 parent 9395874 commit f52295b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/minimum/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nextline-graphql==0.7.8
alembic==1.9.0
SQLAlchemy[asyncio]==2.0.0
aiosqlite==0.10.0
aiosqlite==0.16.0
hypothesis==6.88.0
black==23.10.0
tomli==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"nextline-graphql>=0.7.8",
"alembic>=1.9",
"SQLAlchemy[asyncio]>=2.0",
"aiosqlite>=0.10",
"aiosqlite>=0.16",
"hypothesis>=6.88",
"black>=23.10",
"tomli>=2.0",
Expand Down

0 comments on commit f52295b

Please sign in to comment.