Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Jun 11, 2024
2 parents 48a990e + fb55e06 commit 4074302
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/latest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# The exact requirements of the latest versions of the dependencies. This file
# is used in a GitHub Actions workflow to test the compatibility with the
# latest versions of the dependencies. This file is monitored by Dependabot.
nextline==0.7.11
nextline-graphql==0.7.9
alembic==1.13.1
SQLAlchemy[asyncio]==2.0.30
Expand Down
1 change: 1 addition & 0 deletions ci/minimum/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# This file is used in a GitHub Actions workflow to test the compatibility.
# This file needs to be manually updated to be consistent with
# `pyproject.toml`.
nextline==0.7.11
nextline-graphql==0.7.9
alembic==1.9.0
SQLAlchemy[asyncio]==2.0.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"nextline>=0.7.11",
"nextline-graphql>=0.7.9",
"alembic>=1.9",
"SQLAlchemy[asyncio]>=2.0",
Expand Down

0 comments on commit 4074302

Please sign in to comment.