From b96d1103abfb54d4c58d9e6ef1084a2d2d9c0558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:49:28 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73a5895..d0d05e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1584,13 +1584,13 @@ files = [ [[package]] name = "nest-asyncio" -version = "1.5.7" +version = "1.5.8" description = "Patch asyncio to allow nested event loops" optional = false python-versions = ">=3.5" files = [ - {file = "nest_asyncio-1.5.7-py3-none-any.whl", hash = "sha256:5301c82941b550b3123a1ea772ba9a1c80bad3a182be8c1a5ae6ad3be57a9657"}, - {file = "nest_asyncio-1.5.7.tar.gz", hash = "sha256:6a80f7b98f24d9083ed24608977c09dd608d83f91cccc24c9d2cba6d10e01c10"}, + {file = "nest_asyncio-1.5.8-py3-none-any.whl", hash = "sha256:accda7a339a70599cb08f9dd09a67e0c2ef8d8d6f4c07f96ab203f2ae254e48d"}, + {file = "nest_asyncio-1.5.8.tar.gz", hash = "sha256:25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb"}, ] [[package]] @@ -2801,4 +2801,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "26e38635115539f6f5adbedf59809680e7892efaa429bd5f3390da982237585c" +content-hash = "d5e5d971f81bdff2adda20a650b7e6597d098df45784acea53b796f3132dff46" diff --git a/pyproject.toml b/pyproject.toml index 83d5642..5e46d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.7" +nest-asyncio = "^1.5.8" pre-commit = "^2.21.0"