From 1e0eceb4b5e2c66fb76beea87a465cb251e1f8ef Mon Sep 17 00:00:00 2001 From: Adam Kadlec Date: Sun, 6 Feb 2022 14:18:40 +0100 Subject: [PATCH] Upgrading dependencies --- composer.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 71f2490..348b15a 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "require" : { "php": ">=7.4.0|>=8.0.0", "cweagans/composer-patches": "^1.7", - "fastybird/devices-module": "^0.29", + "fastybird/devices-module": "^0.31", "fastybird/json-api": "^0.8" }, diff --git a/requirements.txt b/requirements.txt index 05fbe97..d00cedc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Cython>=0.29 fastnumbers>=3.2 -fastybird-devices-module>=0.29 +fastybird-devices-module>=0.31 fastybird-metadata>=0.38 inflection>=0.5 kink>=0.6