Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 10, 2022
1 parent c9e6430 commit 0a1d763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"require" : {
"php": ">=8.0.0|>=8.1.0",
"cweagans/composer-patches": "^1.7",
"fastybird/devices-module": "^0.71",
"fastybird/devices-module": "^0.72",
"fastybird/json-api": "^0.11",
"fastybird/metadata": "^0.69",
"nette/bootstrap": "^3.1",
Expand Down
2 changes: 1 addition & 1 deletion fastybird_tuya_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.8.0"
__version__ = "0.9.0"

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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bitstring>=3.1
fastnumbers>=3.2
fastybird-devices-module>=0.71
fastybird-devices-module>=0.72
fastybird-metadata>=0.69
inflection>=0.5
kink>=0.6
Expand Down

0 comments on commit 0a1d763

Please sign in to comment.