Files
wifi-ruview/requirements-dev.txt
dependabot[bot] c4653b8bc6 chore(deps-dev): update pytest-benchmark requirement (#465)
Updates the requirements on [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) to permit the latest version.
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...v5.2.3)

---
updated-dependencies:
- dependency-name: pytest-benchmark
  dependency-version: 5.2.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-17 18:09:45 -04:00

14 lines
269 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.0.0