Skip to content

Commit

Permalink
Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Apr 2, 2022
1 parent 9400df5 commit 28bc913
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -41,9 +41,9 @@
"require" : {
"php" : ">=7.4.0",
"cweagans/composer-patches" : "^1.7",
"fastybird/exchange": "^0.29",
"fastybird/exchange": "^0.30",
"fastybird/json-api" : "^0.10",
"fastybird/metadata" : "^0.50",
"fastybird/metadata" : "^0.51",
"fastybird/simple-auth" : "^0.3",
"fastybird/web-server" : "^0.8",
"ipub/doctrine-phone" : "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion fastybird_triggers_module/__init__.py
Expand Up @@ -18,4 +18,4 @@
Triggers module
"""

__version__ = "0.28.0"
__version__ = "0.29.0"
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,6 +1,6 @@
fastnumbers>=3.2
fastybird-exchange>=0.29
fastybird-metadata>=0.50
fastybird-exchange>=0.30
fastybird-metadata>=0.51
kink>=0.6
setuptools>=57.4
sqlalchemy[mypy]>=1.4
Expand Down

0 comments on commit 28bc913

Please sign in to comment.