chore: dependency updates 2026-05-16 (#24)
CI / black (push) Successful in 1m33s
CI / ruff (push) Successful in 1m30s
CI / mypy (push) Successful in 1m44s
CI / pytest (push) Successful in 1m37s
Dependency update / dependency-update (push) Failing after 1m49s

## Dependency update summary

Generated: 2026-05-16 16:41 UTC

### Vulnerability scan

Vulnerabilities found:

Name | Version | ID | Fix Versions
--- | --- | --- | ---
pytest | 8.4.2 | CVE-2025-71176 | 9.0.3

Name | Skip Reason
--- | ---
birdcam2 | Dependency not found on PyPI and could not be audited: birdcam2 (0.1.0)

### Outdated packages

The following packages were updated:

Was: markers = {pi = "python_version == \"3.12\""}
Updated: markers = {pi = "python_version < \"3.13\""}
---------

Co-authored-by: Gitea CI <ci@gitea.com>
Reviewed-on: #24
Co-authored-by: Andrew Kettel <andrew.kettel@gmail.com>
Co-committed-by: Andrew Kettel <andrew.kettel@gmail.com>
This commit was merged in pull request #24.
This commit is contained in:
2026-05-16 16:21:26 -07:00
committed by letteka
parent 02d3a9c33f
commit bc935b41de
2 changed files with 17 additions and 16 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"