Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pip](deps): Bump winloop from 0.0.9 to 0.1.0 #25

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bot/cogs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down
1 change: 0 additions & 1 deletion bot/cogs/dev_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 0 additions & 1 deletion bot/cogs/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 0 additions & 1 deletion bot/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down