build(deps-dev): bump nest-asyncio from 1.5.7 to 1.5.8 (#1195)

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

---
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-09-18 02:49:28 +00:00
committed by GitHub
parent a18e4aef37
commit b96d1103ab
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1584,13 +1584,13 @@ files = [
[[package]] [[package]]
name = "nest-asyncio" name = "nest-asyncio"
version = "1.5.7" version = "1.5.8"
description = "Patch asyncio to allow nested event loops" description = "Patch asyncio to allow nested event loops"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
{file = "nest_asyncio-1.5.7-py3-none-any.whl", hash = "sha256:5301c82941b550b3123a1ea772ba9a1c80bad3a182be8c1a5ae6ad3be57a9657"}, {file = "nest_asyncio-1.5.8-py3-none-any.whl", hash = "sha256:accda7a339a70599cb08f9dd09a67e0c2ef8d8d6f4c07f96ab203f2ae254e48d"},
{file = "nest_asyncio-1.5.7.tar.gz", hash = "sha256:6a80f7b98f24d9083ed24608977c09dd608d83f91cccc24c9d2cba6d10e01c10"}, {file = "nest_asyncio-1.5.8.tar.gz", hash = "sha256:25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb"},
] ]
[[package]] [[package]]
@ -2801,4 +2801,4 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "26e38635115539f6f5adbedf59809680e7892efaa429bd5f3390da982237585c" content-hash = "d5e5d971f81bdff2adda20a650b7e6597d098df45784acea53b796f3132dff46"

View File

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