From e08e306c3f4a9d10ff80ee30ba6181e204f8c37c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:39:57 +0000 Subject: [PATCH] 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] 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 5ce9174..9169571 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index c053ff2..18c73c2 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.6" +nest-asyncio = "^1.5.7" pre-commit = "^2.21.0"