Files
gh-christianlouis-docuelevate/requirements-dev.txt
T
dependabot[bot] 78ee820c79 chore(deps-dev): bump pip-licenses from 5.0.0 to 5.5.1
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 5.0.0 to 5.5.1.
- [Release notes](https://github.com/raimon49/pip-licenses/releases)
- [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raimon49/pip-licenses/compare/v-5.0.0...v-5.5.1)

---
updated-dependencies:
- dependency-name: pip-licenses
  dependency-version: 5.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-06 22:21:35 +00:00

26 lines
431 B
Plaintext

# Development and testing dependencies
-r requirements.txt
# Testing
pytest>=8.0.0
pytest-cov>=4.1.0
pytest-asyncio>=0.23.0
pytest-mock>=3.12.0
httpx>=0.26.0 # For async test client
# Code quality
flake8>=7.0.0
black>=24.0.0
mypy>=1.8.0
pylint>=3.0.0
isort>=5.13.0
# Security scanning
bandit>=1.7.6
safety>=3.0.0
# Pre-commit hooks
pre-commit>=3.6.0
# License compliance
pip-licenses==5.5.1 # For license compliance checking