Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 4, 2022
1 parent d98db9b commit 92f33b6
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" : ">=8.0.0|>=8.1.0",
"cweagans/composer-patches" : "^1.7",
"fastybird/exchange" : "^0.52",
"fastybird/exchange" : "^0.54",
"fastybird/json-api" : "^0.11",
"fastybird/metadata" : "^0.69",
"fastybird/metadata" : "^0.72",
"fastybird/simple-auth" : "^0.4",
"ipub/doctrine-phone" : "^1.6",
"ipub/doctrine-timestampable" : "^1.5",
Expand Down
2 changes: 1 addition & 1 deletion fastybird_triggers_module/__init__.py
Expand Up @@ -18,4 +18,4 @@
Triggers module
"""

__version__ = "0.42.0"
__version__ = "0.43.0"
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,6 +1,6 @@
fastnumbers>=3.2
fastybird-exchange>=0.52
fastybird-metadata>=0.69
fastybird-exchange>=0.54
fastybird-metadata>=0.72
kink>=0.6
setuptools>=57.4
sqlalchemy[mypy]>=1.4
Expand Down

0 comments on commit 92f33b6

Please sign in to comment.