From 1145bc9c10861bee8c93b572024f622838433d2c Mon Sep 17 00:00:00 2001 From: Adam Kadlec Date: Sun, 23 Jan 2022 19:29:02 +0100 Subject: [PATCH] Updating package deps --- composer.json | 4 ++-- fastybird_redisdb_exchange_plugin/__init__.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d96822d..1f50ed8 100644 --- a/composer.json +++ b/composer.json @@ -44,8 +44,8 @@ "clue/redis-protocol": "^0.3", "cweagans/composer-patches": "^1.7", "fastybird/datetime-factory": "^0.3", - "fastybird/exchange": "^0.16", - "fastybird/metadata": "^0.36", + "fastybird/exchange": "^0.17", + "fastybird/metadata": "^0.37", "fastybird/socket-server-factory": "^0.4", "nette/bootstrap": "^3.0", "nette/di": "^3.0", diff --git a/fastybird_redisdb_exchange_plugin/__init__.py b/fastybird_redisdb_exchange_plugin/__init__.py index cbfa39e..9fa9f68 100644 --- a/fastybird_redisdb_exchange_plugin/__init__.py +++ b/fastybird_redisdb_exchange_plugin/__init__.py @@ -18,4 +18,4 @@ Redis DB exchange plugin """ -__version__ = "0.19.0" +__version__ = "0.20.0" diff --git a/requirements.txt b/requirements.txt index 62a1bab..8c432ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ redis>=3.5 -fastybird-exchange>=0.16 -fastybird-metadata>=0.36 +fastybird-exchange>=0.17 +fastybird-metadata>=0.37 kink>=0.6 setuptools>=57.4 whistle>=1.0 \ No newline at end of file