Files
ruvnet--RuView/requirements-dev.txt
T
dependabot[bot] 63ae259e62 chore(deps): update mypy requirement from >=1.6.0 to >=1.19.1
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.19.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-26 22:26:18 +00:00

14 lines
270 B
Plaintext

# Development and testing dependencies
# Install with: pip install -r requirements.txt -r requirements-dev.txt
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
pytest-benchmark>=5.2.3
# Linting and formatting
black>=23.0.0
flake8>=6.0.0
mypy>=1.19.1