Skip to content

Commit

Permalink
Merge pull request #69 from simonsobs/dev
Browse files Browse the repository at this point in the history
Require `nextline>=0.7.10`
  • Loading branch information
TaiSakuma authored Jun 8, 2024
2 parents 99e6f21 + 192aae9 commit 191354c
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 @@ -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.5
nextline==0.7.10
apluggy==1.0.0
dynaconf==3.2.1
starlette==0.31.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"nextline>=0.7.5",
"nextline>=0.7.10",
"apluggy>=1.0",
"dynaconf>=3.2",
"starlette>=0.31",
Expand Down

0 comments on commit 191354c

Please sign in to comment.