diff --git a/poetry.lock b/poetry.lock index d8cc17d..823dbbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1038,19 +1038,23 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [[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 = "yarl" version = "1.9.4" @@ -1273,4 +1277,4 @@ termux = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "519846d8da2894de28e263eaff98013326f08b11569ddf092f610529cf254b8b" +content-hash = "8062a88092931642c9a26dcf530c565cd7aefa632d19668b092defdb6fabd987" diff --git a/pyproject.toml b/pyproject.toml index e14ac72..d6e6228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ rich = ">=10.2,<14" tomli = { version = "<3", python = "<3.11" } typing-extensions = { version = ">=4.4,<5", python = "<3.12" } uvloop = { version = ">=0.14,<0.20", optional = true, markers = "implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')" } -winloop = { version = "<0.1.5", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" } +winloop = { version = "<0.1.6", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" } [tool.poetry.extras] non-termux = ["aiodns", "uvloop"]