Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Nov 4, 2024
1 parent 706c7fb commit b3c6262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ testing = [
"numpy <2", # requirement for DLite v0.5.16, which does not support NumPy v2
"pytest ~=8.3",
"pytest-asyncio ~=0.24.0",
"pytest-cov ~=5.0",
"pytest-httpx ~=0.32.0",
"pytest-cov >=5.0.0,<7",
"pytest-httpx ~=0.33.0",
"entities-service[cli]",
]
server = [
Expand Down

0 comments on commit b3c6262

Please sign in to comment.