From 66105e56474f84a3a6263351514936e7ddf9f8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:57:19 +0200 Subject: [PATCH] Bump nats-py from 2.2.0 to 2.4.0 in /streampipes-client-python (#1937) Bumps [nats-py](https://github.com/nats-io/nats.py) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/nats-io/nats.py/releases) - [Commits](https://github.com/nats-io/nats.py/compare/v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: nats-py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- streampipes-client-python/poetry.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/streampipes-client-python/poetry.lock b/streampipes-client-python/poetry.lock index f53ff1530f..23d91d37b5 100644 --- a/streampipes-client-python/poetry.lock +++ b/streampipes-client-python/poetry.lock @@ -1514,15 +1514,17 @@ files = [ [[package]] name = "nats-py" -version = "2.2.0" +version = "2.4.0" description = "NATS client for Python" optional = false python-versions = ">=3.7" files = [ - {file = "nats-py-2.2.0.tar.gz", hash = "sha256:e45a0bafde2d04fb2d2bd6b0527b95bc77f371beaf7b6237354be0234ff9bba9"}, + {file = "nats-py-2.4.0.tar.gz", hash = "sha256:ae8aa34b2f4006ab7700349d7283323bba7d3e766b71ac2e3cfe5fdc8b888862"}, ] [package.extras] +aiohttp = ["aiohttp"] +fast-parse = ["fast-mail-parser"] nkeys = ["nkeys"] [[package]]