diff --git a/poetry.lock b/poetry.lock index c4749c6..7fc2bc2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2310,19 +2310,23 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [[package]] name = "winloop" -version = "0.1.4" +version = "0.1.5" description = "Windows version of uvloop" optional = false -python-versions = "*" +python-versions = ">=3.8.0" files = [ - {file = "winloop-0.1.4-cp310-cp310-win_amd64.whl", hash = "sha256:a825f2e67cbe9b293bde2a6cfc7915b91410ecc958a5d333292aa956d0089cc7"}, - {file = "winloop-0.1.4-cp311-cp311-win_amd64.whl", hash = "sha256:ba381fc0bc9b0ca6600d5183b2938a7b607a6f21d02e86e04d77a90523f48bd8"}, - {file = "winloop-0.1.4-cp312-cp312-win_amd64.whl", hash = "sha256:295d77e3725a94b78341c67003c8746a076a95fe7f78960d4b84728a80b31a68"}, - {file = "winloop-0.1.4-cp38-cp38-win_amd64.whl", hash = "sha256:179202d392dd4314e30ba238cf4252f0316c0c658f8d6d514cdafa370611b4b0"}, - {file = "winloop-0.1.4-cp39-cp39-win_amd64.whl", hash = "sha256:6ded38ba57da86c681cdd446e6df52ae369af798b83855dd9189d2f50bca4806"}, - {file = "winloop-0.1.4.tar.gz", hash = "sha256:fe9b229f1e79909c33c5a5d7b732a6a98c90a52e7a2f38d7948fcf9dc9d386b6"}, + {file = "winloop-0.1.5-cp310-cp310-win_amd64.whl", hash = "sha256:4d739a1354b49dc1a9f12193661b706572b8edd6486096bd08ed373ee712fc60"}, + {file = "winloop-0.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:6b394389db4d41e38d7c9c1156d953f71e6c0b6722dda41bc004ef2979541527"}, + {file = "winloop-0.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:15ef62863d5e85fb3b9d23269cf049aba60ba3a81fbdbbb3b4abac9ce8958b96"}, + {file = "winloop-0.1.5-cp38-cp38-win_amd64.whl", hash = "sha256:566ce76477c8ece45f909404dbe47ad05566eacde3190f6ef809de1dc5e3eeb9"}, + {file = "winloop-0.1.5-cp39-cp39-win_amd64.whl", hash = "sha256:9866840aa54b7da31bf780d28de3bc2ac3f657b8e40ffbd072241ffab48dfb1a"}, + {file = "winloop-0.1.5.tar.gz", hash = "sha256:fd08ad323219f74b2bf3c19ab4062d5b4faf5f1f8f6a4a8f28046df4d36cae4d"}, ] +[package.extras] +docs = ["Sphinx (>=4.1.2,<4.2.0)", "sphinx-rtd-theme (>=0.5.2,<0.6.0)", "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)"] +test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)", "flake8 (>=5.0,<6.0)", "mypy (>=0.800)", "psutil", "pyOpenSSL (>=23.0.0,<23.1.0)", "pycodestyle (>=2.9.0,<2.10.0)"] + [[package]] name = "wrapt" version = "1.16.0" @@ -2523,4 +2527,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "e5cd99406a1ee1324e07383a02c974a02f9cd7c6fc920aa2f0500420b407ceb2" +content-hash = "32c152c6bc726222aec4fe54ad929fb87fe3a30f1ea63048df6b42aef87f5ae0" diff --git a/pyproject.toml b/pyproject.toml index 6554e9f..906e60e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = ">=3.9,<4" discord-py = {extras = ["speed"], version = "^2.4.0"} uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"} -winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.4"} +winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.5"} asyncpg = "^0.29.0" discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"} psutil = "^6.0.0"