build(deps-dev): bump nest-asyncio from 1.5.6 to 1.5.7 (#1155)

Bumps [nest-asyncio](https://github.com/erdewit/nest_asyncio) from 1.5.6 to 1.5.7.
- [Commits](https://github.com/erdewit/nest_asyncio/compare/v1.5.6...v1.5.7)

---
updated-dependencies:
- dependency-name: nest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-07-31 02:39:57 +00:00
committed by GitHub
parent a6bf88d9f4
commit e08e306c3f
2 changed files with 5 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.4.0"
pytest-benchmark = "^4.0.0"
nest-asyncio = "^1.5.6"
nest-asyncio = "^1.5.7"
pre-commit = "^2.21.0"