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

8
poetry.lock generated
View File

@ -1554,13 +1554,13 @@ files = [
[[package]]
name = "nest-asyncio"
version = "1.5.6"
version = "1.5.7"
description = "Patch asyncio to allow nested event loops"
optional = false
python-versions = ">=3.5"
files = [
{file = "nest_asyncio-1.5.6-py3-none-any.whl", hash = "sha256:b9a953fb40dceaa587d109609098db21900182b16440652454a146cffb06e8b8"},
{file = "nest_asyncio-1.5.6.tar.gz", hash = "sha256:d267cc1ff794403f7df692964d1d2a3fa9418ffea2a3f6859a439ff482fef290"},
{file = "nest_asyncio-1.5.7-py3-none-any.whl", hash = "sha256:5301c82941b550b3123a1ea772ba9a1c80bad3a182be8c1a5ae6ad3be57a9657"},
{file = "nest_asyncio-1.5.7.tar.gz", hash = "sha256:6a80f7b98f24d9083ed24608977c09dd608d83f91cccc24c9d2cba6d10e01c10"},
]
[[package]]
@ -2735,4 +2735,4 @@ sqlite = ["aiosqlite"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "6167db3466f62ff3c7f1555e2d12aac9a2860da9d0b36934ab10e334dc303b59"
content-hash = "3bda96a1ccdaaa0ad68fcecdb9aaf0b7f542955c2cd92ef6ec86dd4bef3e2868"

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"