Skip to content

Commit

Permalink
Merge pull request #25 from simonsobs:dep
Browse files Browse the repository at this point in the history
Require `nextline>=0.7`, `nextline-rdb>=0.4`, and `apluggy>=0.9.9`
  • Loading branch information
TaiSakuma authored Jan 26, 2024
2 parents b7fc7eb + de4ff78 commit 80e1338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"nextline>=0.6.2",
"nextline-rdb>=0.3.1",
"apluggy>=0.9.8",
"nextline>=0.7",
"nextline-rdb>=0.4",
"apluggy>=0.9.9",
"dynaconf>=3.2",
"starlette>=0.31",
"strawberry-graphql>=0.213",
Expand Down

0 comments on commit 80e1338

Please sign in to comment.