build(deps-dev): bump nest-asyncio from 1.5.9 to 1.6.0 (#1250)

Bumps [nest-asyncio](https://github.com/erdewit/nest_asyncio) from 1.5.9 to 1.6.0.
- [Release notes](https://github.com/erdewit/nest_asyncio/releases)
- [Commits](https://github.com/erdewit/nest_asyncio/compare/v1.5.9...v1.6.0)

---
updated-dependencies:
- dependency-name: nest-asyncio
  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]
2024-01-22 02:57:07 +00:00
committed by GitHub
parent d8b9aac3cc
commit 11a3d7f640
2 changed files with 6 additions and 5 deletions

View File

@ -114,7 +114,7 @@ dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }
# Performance testing
yappi = "^1.6.0"
pytest-benchmark = "^4.0.0"
nest-asyncio = "^1.5.9"
nest-asyncio = "^1.6.0"
pre-commit = "^2.21.0"