Skip to content

Commit

Permalink
Merge pull request #84 from simonsobs/dev
Browse files Browse the repository at this point in the history
Require `nextline>=0.7.13`
  • Loading branch information
TaiSakuma authored Jun 14, 2024
2 parents b7ecec6 + 163067f commit 8cfb9f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/latest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +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.12
nextline==0.7.13
nextline-graphql==0.7.9
alembic==1.13.1
SQLAlchemy[asyncio]==2.0.30
Expand Down
2 changes: 1 addition & 1 deletion ci/minimum/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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==0.7.13
nextline-graphql==0.7.9
alembic==1.9.0
SQLAlchemy[asyncio]==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 @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"nextline>=0.7.11",
"nextline>=0.7.13",
"nextline-graphql>=0.7.9",
"alembic>=1.9",
"SQLAlchemy[asyncio]>=2.0",
Expand Down

0 comments on commit 8cfb9f3

Please sign in to comment.