Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberChiffre authored Oct 7, 2024
2 parents fc9d4b8 + 4514d46 commit 60c52e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dspy-ai = "2.4.17"
python-dotenv = "^1.0.1"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4,<9.0"
pytest-cov = "^4.1.0"
pytest = "^7.4.0"
pytest-cov = ">=4.1,<6.0"

[tool.pytest.ini_options]
addopts = "--cov=mcts_llm --cov-report=term-missing"
Expand Down

0 comments on commit 60c52e6

Please sign in to comment.