Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-generated] Check & update dependencies (pyproject.toml) #204

Merged
merged 14 commits into from
Nov 4, 2024
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",
CasperWA marked this conversation as resolved.
Show resolved Hide resolved
"pytest-httpx ~=0.33.0",
"entities-service[cli]",
]
server = [
Expand Down
Loading