diff --git a/poetry.lock b/poetry.lock index 40a4c9c..55e3d0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "aiofiles" -version = "0.6.0" +version = "23.1.0" description = "File support for asyncio." category = "main" optional = false -python-versions = "*" +python-versions = ">=3.7,<4.0" files = [ - {file = "aiofiles-0.6.0-py3-none-any.whl", hash = "sha256:bd3019af67f83b739f8e4053c6c0512a7f545b9a8d91aaeab55e6e0f9d123c27"}, - {file = "aiofiles-0.6.0.tar.gz", hash = "sha256:e0281b157d3d5d59d803e3f4557dcc9a3dff28a4dd4829a9ff478adae50ca092"}, + {file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"}, + {file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"}, ] [[package]] @@ -560,14 +560,14 @@ files = [ [[package]] name = "h11" -version = "0.12.0" +version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "h11-0.12.0-py3-none-any.whl", hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6"}, - {file = "h11-0.12.0.tar.gz", hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"}, + {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, + {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, ] [[package]] @@ -600,20 +600,20 @@ files = [ [[package]] name = "httpcore" -version = "0.15.0" +version = "0.16.3" description = "A minimal low-level HTTP client." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "httpcore-0.15.0-py3-none-any.whl", hash = "sha256:1105b8b73c025f23ff7c36468e4432226cbb959176eab66864b8e31c4ee27fa6"}, - {file = "httpcore-0.15.0.tar.gz", hash = "sha256:18b68ab86a3ccf3e7dc0f43598eaddcf472b602aba29f9aa6ab85fe2ada3980b"}, + {file = "httpcore-0.16.3-py3-none-any.whl", hash = "sha256:da1fb708784a938aa084bde4feb8317056c55037247c787bd7e19eb2c2949dc0"}, + {file = "httpcore-0.16.3.tar.gz", hash = "sha256:c5d6f04e2fc530f39e0c077e6a30caa53f1451096120f1f38b954afd0b17c0cb"}, ] [package.dependencies] -anyio = ">=3.0.0,<4.0.0" +anyio = ">=3.0,<5.0" certifi = "*" -h11 = ">=0.11,<0.13" +h11 = ">=0.13,<0.15" sniffio = ">=1.0.0,<2.0.0" [package.extras] @@ -896,22 +896,22 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "matrix-nio" -version = "0.20.1" +version = "0.20.2" description = "A Python Matrix client library, designed according to sans I/O principles." category = "main" optional = false python-versions = ">=3.7.0,<4.0.0" files = [ - {file = "matrix_nio-0.20.1-py3-none-any.whl", hash = "sha256:fd537e90ccd98e876fda91ab1f7eace9d754f788ae1d52f5803c60d1515d1a4e"}, - {file = "matrix_nio-0.20.1.tar.gz", hash = "sha256:21a846a972fea6e372a867b46f89a5742c00c0e6daabbc44f4228e4ca959ac47"}, + {file = "matrix_nio-0.20.2-py3-none-any.whl", hash = "sha256:d2b4c4670cb0d693bf521202947c1b410cf72aef78b37b8642c8d1a9d7caafbd"}, + {file = "matrix_nio-0.20.2.tar.gz", hash = "sha256:b50dbe83c4878a58df7c95b7458fbcefb1ced11419a5fce8e60f63985f781c84"}, ] [package.dependencies] -aiofiles = ">=0.6.0,<0.7.0" -aiohttp = ">=3.7.4,<4.0.0" +aiofiles = ">=23.1.0,<24.0.0" +aiohttp = ">=3.8.3,<4.0.0" aiohttp-socks = ">=0.7.0,<0.8.0" future = ">=0.18.2,<0.19.0" -h11 = ">=0.12.0,<0.13.0" +h11 = ">=0.14.0,<0.15.0" h2 = ">=4.0.0,<5.0.0" jsonschema = ">=4.4.0,<5.0.0" logbook = ">=1.5.3,<2.0.0"