From 539ce467dd5e6f36e286d41f1667ec331100cf1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 15:22:04 +0000 Subject: [PATCH] Bump nest-asyncio from 1.5.5 to 1.5.6 Bumps [nest-asyncio](https://github.com/erdewit/nest_asyncio) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/erdewit/nest_asyncio/releases) - [Commits](https://github.com/erdewit/nest_asyncio/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: nest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73959a6..a9ce3b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jedi==0.18.1 ; python_full_version == "3.10.7" jupyter-client==7.3.5 ; python_full_version == "3.10.7" jupyter-core==4.11.1 ; python_full_version == "3.10.7" matplotlib-inline==0.1.6 ; python_full_version == "3.10.7" -nest-asyncio==1.5.5 ; python_full_version == "3.10.7" +nest-asyncio==1.5.6 ; python_full_version == "3.10.7" numpy==1.23.3 ; python_full_version == "3.10.7" packaging==21.3 ; python_full_version == "3.10.7" pandas==1.5.0 ; python_full_version == "3.10.7"