diff --git a/bot/cogs/config.py b/bot/cogs/config.py index bca1692..2c87fa0 100644 --- a/bot/cogs/config.py +++ b/bot/cogs/config.py @@ -6,7 +6,6 @@ from async_lru import alru_cache from discord.ext import commands from libs.utils import RoboContext, is_manager - from rodhaj import Rodhaj UNKNOWN_ERROR_MESSAGE = ( diff --git a/bot/cogs/dev_tools.py b/bot/cogs/dev_tools.py index f109cd4..4ea99eb 100644 --- a/bot/cogs/dev_tools.py +++ b/bot/cogs/dev_tools.py @@ -5,7 +5,6 @@ from discord.ext import commands from discord.ext.commands import Context, Greedy from libs.utils import RoboContext, RoboView - from rodhaj import Rodhaj diff --git a/bot/cogs/utilities.py b/bot/cogs/utilities.py index 8b0bba8..a41c807 100644 --- a/bot/cogs/utilities.py +++ b/bot/cogs/utilities.py @@ -8,7 +8,6 @@ from discord.ext import commands from discord.utils import format_dt from libs.utils import Embed, RoboContext, human_timedelta - from rodhaj import Rodhaj diff --git a/bot/launcher.py b/bot/launcher.py index 6339f4c..113ce1b 100644 --- a/bot/launcher.py +++ b/bot/launcher.py @@ -6,7 +6,6 @@ from aiohttp import ClientSession from environs import Env from libs.utils import RodhajLogger - from rodhaj import Rodhaj if os.name == "nt": diff --git a/poetry.lock b/poetry.lock index f1ec10a..c8e588f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2176,16 +2176,16 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [[package]] name = "winloop" -version = "0.0.9" -description = "An Alternative library for uvloop compatability with windows" +version = "0.1.0" +description = "An alternative library for uvloop compatibility with Windows" optional = false python-versions = "*" files = [ - {file = "winloop-0.0.9-cp310-cp310-win_amd64.whl", hash = "sha256:531de5ee0065fc522ba35fadc7bc36e5bb2c598f7bc514906c262ef21efd77a7"}, - {file = "winloop-0.0.9-cp311-cp311-win_amd64.whl", hash = "sha256:ed08496bca70440e5b164a0e8d1657995d23cf32be9830cab0a4957cd1340c4e"}, - {file = "winloop-0.0.9-cp312-cp312-win_amd64.whl", hash = "sha256:78fe1c5a4cdc7875935b182466577c6e774372559620f9437babdef13a0f31ce"}, - {file = "winloop-0.0.9-cp39-cp39-win_amd64.whl", hash = "sha256:0cbe473cc87a54a27d3ff641d1816e517d5ca43c42fb5fa7d58e6078c1de2cfc"}, - {file = "winloop-0.0.9.tar.gz", hash = "sha256:db74203317b2b71f795571c9608f50980bce189650c446abe02f9ae95430858d"}, + {file = "winloop-0.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:d991c05f68b5ffc08ae94a7ccd219170ce645154c8eb6d2cd3180f99a21c8007"}, + {file = "winloop-0.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:46952ae8b4bedf96dc6156c690aecd0311b8a97fd702eae91e498e56a8b7ad83"}, + {file = "winloop-0.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:9550728e09589c7c6a1748f95c2b74b4058ce4d61ed0dda99e9d7e6fc73bd768"}, + {file = "winloop-0.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:3c7f83b412c9fad015ed8b9ed06bf457912a0e6996894b3a91cb25e46f98cdd9"}, + {file = "winloop-0.1.0.tar.gz", hash = "sha256:062d309db70b2d8c7ab9a5ff0a9ba0fb942b96a64941267f85cc631130c96910"}, ] [package.dependencies] @@ -2296,4 +2296,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "05308bdd108d0da67577cf190b8e759d9bbd2f3c8885c0eeb86aa9964b679ecb" +content-hash = "ee1bac46a3d4b66c6de51abe396260e37efa99a409561d37b36a7b7931524e95" diff --git a/pyproject.toml b/pyproject.toml index beb6f47..b1a38a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = ">=3.9,<4" discord-py = {extras = ["speed"], version = "^2.3.2"} uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"} -winloop = {markers = "sys_platform == \"win32\"", version = "^0.0.9"} +winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.0"} asyncpg = "^0.29.0" discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"} psutil = "^5.9.6"