Files
ismijnipverweg/requirements-dev.txt
Ruben van Staveren bfbfc13dda
Some checks failed
Bandit / audit-runtime-security (3.11) (pull_request) Successful in 10m0s
Flake8 / audit (3.11) (pull_request) Successful in 9m57s
Mypy / audit-typing (3.11) (pull_request) Successful in 10m53s
pip-audit / audit-dependency-security (3.11) (pull_request) Successful in 11m21s
Pylint / audit-runtime-security (3.11) (pull_request) Successful in 10m34s
Python Coverage / test-and-coverage (3.11) (pull_request) Failing after 5m51s
Explicitly use starlette 0.50.0 for TestClient's client parameter
Seems the pipeline has starlette-0.41.3 cached, which does satisfy
starlette<0.51.0,>=0.40.0 but not my specific use :)
2026-03-15 20:22:26 +01:00

10 lines
139 B
Plaintext

faker==40.11.0
flake8==7.3.0
mypy==1.19.1
pylint==4.0.5
pytest-cov==7.0.0
bandit==1.7.10
httpx==0.28.1
pip-audit==2.10.0
starlette==0.50.0