From ba50fddf4812e9bf01158cbb21f73766b2e069b1 Mon Sep 17 00:00:00 2001 From: Igor Khvan Date: Mon, 27 Nov 2023 21:53:19 +0900 Subject: [PATCH] bump nats-py version to 2.6.0. All tests are passing --- requirements/defaults.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/defaults.txt b/requirements/defaults.txt index 4b15496..5b2c875 100644 --- a/requirements/defaults.txt +++ b/requirements/defaults.txt @@ -3,7 +3,7 @@ aiohttp-cors==0.7.0 async-timeout==4.0.0 requests==2.31.0 six==1.16.0 -nats-py==2.0.0 +nats-py==2.6.0 nats-python==0.8.0 nest-asyncio==1.5.1 pytest==6.2.5 diff --git a/setup.py b/setup.py index 363b5fb..6427bde 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ ], install_requires=[ "async-timeout==4.0.0", - "nats-py==2.4.0", + "nats-py==2.6.0", "websocket-client>=1.2.3", "requests>=2.31.0", "six>=1.15.0",