mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
📦 Update dependencies and bump to 6.1.1
This commit is contained in:
parent
27a39ee50a
commit
cd225bcc25
2 changed files with 547 additions and 404 deletions
945
poetry.lock
generated
945
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalpack"
|
name = "royalpack"
|
||||||
version = "6.0.6"
|
version = "6.1.1"
|
||||||
description = "Royalnet Commands for the RYG community"
|
description = "Royalnet Commands for the RYG community"
|
||||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
@ -20,7 +20,7 @@ coloredlogs = "^15.0"
|
||||||
aiohttp = "^3.7.4"
|
aiohttp = "^3.7.4"
|
||||||
psycopg2 = "^2.8.6"
|
psycopg2 = "^2.8.6"
|
||||||
royalnet = "~6.5.6"
|
royalnet = "~6.5.6"
|
||||||
royalnet_telethon = "^2.0.0"
|
royalnet_telethon = "^2.2.0"
|
||||||
royalnet_console = "^2.0.4"
|
royalnet_console = "^2.0.4"
|
||||||
alembic = "^1.5.8"
|
alembic = "^1.5.8"
|
||||||
steam = "^1.2.0"
|
steam = "^1.2.0"
|
||||||
|
@ -29,7 +29,7 @@ arrow = "^1.0.3"
|
||||||
colour = "^0.1.5"
|
colour = "^0.1.5"
|
||||||
royalspells = "^3.2"
|
royalspells = "^3.2"
|
||||||
async-timeout = "^3.0.1"
|
async-timeout = "^3.0.1"
|
||||||
royalnet-discordpy = "~0.5.8"
|
royalnet-discordpy = "^0.6.0"
|
||||||
sentry-sdk = "^1.0.0"
|
sentry-sdk = "^1.0.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue