diff --git a/poetry.lock b/poetry.lock index e0f890b..5173fa7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -92,14 +92,14 @@ files = [ [[package]] name = "irc3" -version = "1.1.10" +version = "1.1.12" description = "plugable irc client library based on asyncio with DCC and SASL support" optional = false -python-versions = "*" +python-versions = ">=3.11" groups = ["main"] files = [ - {file = "irc3-1.1.10-py3-none-any.whl", hash = "sha256:603782d669422804674442cfc097e5c8f1c9d82bee8dac67e28669220af4a601"}, - {file = "irc3-1.1.10.tar.gz", hash = "sha256:fe3afa945d4328919aa3f00ccba56644162681a4cd6dcdf9a4538b7f30258e38"}, + {file = "irc3-1.1.12-py3-none-any.whl", hash = "sha256:fc1514c5c867ae5c907c13feb670ac1baca092c542d9053aceb776bab0608580"}, + {file = "irc3-1.1.12.tar.gz", hash = "sha256:127190a6403373bcc322189e4778e183ea206afe4c3348911fc943c668ea24b0"}, ] [package.dependencies] @@ -107,8 +107,8 @@ docopt = "*" venusian = ">=3.0" [package.extras] -test = ["aiocron", "feedparser", "irc3-plugins-test", "pysocks", "pytest", "pytest-aiohttp", "pytest-asyncio", "redis", "requests", "twitter"] -web = ["aiohttp"] +test = ["aiocron", "aiohttp", "aiohttp-wsgi", "feedparser", "irc3-plugins-test", "pysocks", "pytest", "pytest-aiohttp", "pytest-asyncio (<1.0)", "redis", "requests", "twitter"] +web = ["aiohttp", "aiohttp-wsgi"] [[package]] name = "mypy-extensions"