Updating pytest and pytest-cov
CI / black (pull_request) Successful in 1m32s
CI / ruff (pull_request) Successful in 1m30s
CI / mypy (pull_request) Successful in 1m41s
CI / pytest (pull_request) Successful in 1m38s

This commit is contained in:
2026-05-16 16:14:42 -07:00
parent a8eab230a7
commit ea43e116f3
2 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ flask-sqlalchemy = "^3.1.1"
picamera2 = "^0.3"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0"
pytest-cov = "^5.0"
pytest = "^9.0.3"
pytest-cov = "^7.1.0"
pytest-flask = "^1.3"
black = "^26.0"
ruff = "^0.4"