Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 7, 2022
1 parent c38a852 commit df04aec
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.69",
"fastybird/devices-module": "^0.70",
"fastybird/json-api": "^0.11",
"fastybird/metadata": "^0.67"
"fastybird/metadata": "^0.68"
},

"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.48.0"
__version__ = "0.49.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.69
fastybird-metadata>=0.67
fastybird-devices-module>=0.70
fastybird-metadata>=0.68
inflection>=0.5
kink>=0.6
libscrc>=1.6
Expand Down

0 comments on commit df04aec

Please sign in to comment.