build(deps-dev): bump yappi from 1.5.1 to 1.6.0 (#1234)

Bumps [yappi](https://github.com/sumerc/yappi) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/sumerc/yappi/releases)
- [Changelog](https://github.com/sumerc/yappi/blob/master/CHANGELOG)
- [Commits](https://github.com/sumerc/yappi/compare/v1.5.1...1.6.0)

---
updated-dependencies:
- dependency-name: yappi
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-08 11:44:28 +09:00
committed by GitHub
parent 50a634c7f9
commit 63d9c1f794
2 changed files with 54 additions and 47 deletions

View File

@ -112,7 +112,7 @@ mkdocs-section-index = "^0.3.7"
dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }
# Performance testing
yappi = "^1.5.1"
yappi = "^1.6.0"
pytest-benchmark = "^4.0.0"
nest-asyncio = "^1.5.8"