build(deps-dev): bump nest-asyncio from 1.5.8 to 1.5.9 (#1248)

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

---
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]
2024-01-16 03:49:26 +01:00
committed by GitHub
parent 48628a8fc0
commit d8b9aac3cc
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.6.0"
pytest-benchmark = "^4.0.0"
nest-asyncio = "^1.5.8"
nest-asyncio = "^1.5.9"
pre-commit = "^2.21.0"