diff --git a/pyproject.toml b/pyproject.toml index 538be9da..d39f950b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "royalpack" -version = "6.6.1" +version = "6.6.2" description = "Royalnet Commands for the RYG community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later" @@ -20,9 +20,9 @@ coloredlogs = "^15.0" aiohttp = "^3.7.4" psycopg2 = "^2.8.6" royalnet = "~6.6.0" -royalnet_telethon = "^6.6.0" -royalnet_console = "^6.6.0" -royalnet_discordpy = "^6.6.1" +royalnet_telethon = "^6.6.2" +royalnet_console = "^6.6.2" +royalnet_discordpy = "^6.6.2" alembic = "^1.5.8" steam = "^1.2.0" SQLAlchemy-Utils = "^0.37.0"