From aacb5858c0380b5c46224a43051bc652f1c76c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:34:09 +0000 Subject: [PATCH] chore(deps): Bump nest-asyncio from 1.5.8 to 1.5.9 in /redis_events Bumps [nest-asyncio](https://github.com/erdewit/nest_asyncio) from 1.5.8 to 1.5.9. - [Release notes](https://github.com/erdewit/nest_asyncio/releases) - [Commits](https://github.com/erdewit/nest_asyncio/compare/v1.5.8...v1.5.9) --- updated-dependencies: - dependency-name: nest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- redis_events/poetry.lock | 8 ++++---- redis_events/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index 3d641c625..74ee4c7d1 100644 --- a/redis_events/poetry.lock +++ b/redis_events/poetry.lock @@ -1620,13 +1620,13 @@ files = [ [[package]] name = "nest-asyncio" -version = "1.5.8" +version = "1.5.9" description = "Patch asyncio to allow nested event loops" optional = false python-versions = ">=3.5" files = [ - {file = "nest_asyncio-1.5.8-py3-none-any.whl", hash = "sha256:accda7a339a70599cb08f9dd09a67e0c2ef8d8d6f4c07f96ab203f2ae254e48d"}, - {file = "nest_asyncio-1.5.8.tar.gz", hash = "sha256:25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb"}, + {file = "nest_asyncio-1.5.9-py3-none-any.whl", hash = "sha256:61ec07ef052e72e3de22045b81b2cc7d71fceb04c568ba0b2e4b2f9f5231bec2"}, + {file = "nest_asyncio-1.5.9.tar.gz", hash = "sha256:d1e1144e9c6e3e6392e0fcf5211cb1c8374b5648a98f1ebe48e5336006b41907"}, ] [[package]] @@ -2842,4 +2842,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "52605a6eec05863da8d1b8a0905b6c0dbcc1dfa95ae1c5b9964619efe012dae8" +content-hash = "e335fb0f0181c4e7a5c1972f6a81aeffe3493936b848488afef8e90b472b67ad" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 5ea8cbcd1..53c43089e 100644 --- a/redis_events/pyproject.toml +++ b/redis_events/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.9" aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true } aiohttp = "^3.7.4" fastapi = "^0.109.2" -nest-asyncio = "^1.5.5" +nest-asyncio = "^1.5.9" pydantic = "^1.8.2" redis = "^4.1.4" uvicorn = "0.16.0"