From 51a73bc06bf53baed0c19ee175030d08be011852 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 18 Apr 2022 21:15:59 +0200 Subject: [PATCH] :arrow_up: Update royalnet_X --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"