Skip to content

Commit

Permalink
Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 25, 2022
1 parent 60eabf2 commit 096fe37
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": ">=7.4.0|>=8.0.0",
"cweagans/composer-patches": "^1.7",
"fastybird/devices-module": "^0.41",
"fastybird/devices-module": "^0.42",
"fastybird/json-api": "^0.9",
"fastybird/metadata": "^0.47"
"fastybird/metadata": "^0.48"
},

"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.22.0"
__version__ = "0.23.0"

__all__ = ["connector", "bootstrap"]

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.41
fastybird-metadata>=0.47
fastybird-devices-module>=0.42
fastybird-metadata>=0.48
inflection>=0.5
kink>=0.6
libscrc>=1.6
Expand Down

0 comments on commit 096fe37

Please sign in to comment.