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 c1aa99e commit 7544471
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 @@ -44,7 +44,7 @@
"clue/redis-protocol": "^0.3",
"cweagans/composer-patches": "^1.7",
"fastybird/datetime-factory": "^0.5",
"fastybird/exchange" : "^0.51",
"fastybird/exchange" : "^0.52",
"fastybird/metadata" : "^0.69",
"fastybird/socket-server-factory": "^0.5",
"nette/bootstrap": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion fastybird_redisdb_exchange_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
Redis DB exchange plugin
"""

__version__ = "0.51.0"
__version__ = "0.52.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
redis>=3.5
fastybird-exchange>=0.51
fastybird-exchange>=0.52
fastybird-metadata>=0.69
kink>=0.6
setuptools>=57.4
Expand Down

0 comments on commit 7544471

Please sign in to comment.