Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 16, 2022
1 parent 1919bff commit e4e66df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"require" : {
"php": ">=8.0.0|>=8.1.0",
"cweagans/composer-patches": "^1.7",
"fastybird/devices-module": "^0.73",
"fastybird/devices-module": "^0.74",
"fastybird/json-api": "^0.11",
"fastybird/metadata": "^0.73"
"fastybird/metadata": "^0.74"
},

"require-dev" : {
Expand Down
2 changes: 1 addition & 1 deletion fastybird_fb_bus_connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from .bootstrap import create_connector

__version__ = "0.52.0"
__version__ = "0.53.0"

__all__ = ["connector", "bootstrap", "__connector_version__"]

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cython>=0.29
fastnumbers>=3.2
fastybird-devices-module>=0.73
fastybird-metadata>=0.73
fastybird-devices-module>=0.74
fastybird-metadata>=0.74
inflection>=0.5
kink>=0.6
libscrc==1.7.1
Expand Down

0 comments on commit e4e66df

Please sign in to comment.