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 46e823a commit f567ac6
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_homekit_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.16.0"
__version__ = "0.17.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,6 +1,6 @@
fastnumbers>=3.2
fastybird-devices-module>=0.73
fastybird-metadata>=0.73
fastybird-devices-module>=0.74
fastybird-metadata>=0.74
HAP-python[QRCode]>=4.3
inflection>=0.5
kink>=0.6
Expand Down

0 comments on commit f567ac6

Please sign in to comment.