diff --git a/poetry.lock b/poetry.lock index 6f79084..ec9e8c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,13 +16,13 @@ pycares = ">=4.0.0" [[package]] name = "aiofiles" -version = "23.1.0" +version = "23.2.1" description = "File support for asyncio." optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.7" files = [ - {file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"}, - {file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"}, + {file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"}, + {file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"}, ] [[package]] @@ -171,13 +171,13 @@ trio = ["trio (<0.22)"] [[package]] name = "async-timeout" -version = "4.0.2" +version = "4.0.3" description = "Timeout context manager for asyncio programs" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, - {file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"}, + {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, + {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, ] [[package]] diff --git a/requirements.txt b/requirements.txt index a7d6d68..0687027 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ aiodns==3.0.0 ; python_version >= "3.11" and python_version < "4.0" -aiofiles==23.1.0 ; python_version >= "3.11" and python_version < "4.0" +aiofiles==23.2.1 ; python_version >= "3.11" and python_version < "4.0" aiohttp[speedups]==3.8.5 ; python_version >= "3.11" and python_version < "4.0" aiosignal==1.3.1 ; python_version >= "3.11" and python_version < "4.0" anyio==3.7.1 ; python_version >= "3.11" and python_version < "4.0" -async-timeout==4.0.2 ; python_version >= "3.11" and python_version < "4.0" +async-timeout==4.0.3 ; python_version >= "3.11" and python_version < "4.0" asyncstdlib==3.10.8 ; python_version >= "3.11" and python_version < "4.0" attrs==23.1.0 ; python_version >= "3.11" and python_version < "4.0" beautifulsoup4==4.12.2 ; python_version >= "3.11" and python_version < "4.0" @@ -12,8 +12,8 @@ certifi==2023.7.22 ; python_version >= "3.11" and python_version < "4.0" cffi==1.15.1 ; python_version >= "3.11" and python_version < "4.0" charset-normalizer==3.2.0 ; python_version >= "3.11" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32" -coverage==7.2.7 ; python_version >= "3.11" and python_version < "4.0" -coverage[toml]==7.2.7 ; python_version >= "3.11" and python_version < "4.0" +coverage==7.3.0 ; python_version >= "3.11" and python_version < "4.0" +coverage[toml]==7.3.0 ; python_version >= "3.11" and python_version < "4.0" cytoolz==0.12.2 ; python_version >= "3.11" and python_version < "4.0" frozenlist==1.4.0 ; python_version >= "3.11" and python_version < "4.0" h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0" @@ -25,30 +25,30 @@ idna==3.4 ; python_version >= "3.11" and python_version < "4.0" iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "4.0" lxml==4.9.3 ; python_version >= "3.11" and python_version < "4.0" multidict==6.0.4 ; python_version >= "3.11" and python_version < "4.0" -mypy==1.4.1 ; python_version >= "3.11" and python_version < "4.0" mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "4.0" +mypy==1.5.1 ; python_version >= "3.11" and python_version < "4.0" packaging==23.1 ; python_version >= "3.11" and python_version < "4.0" pluggy==1.2.0 ; python_version >= "3.11" and python_version < "4.0" pycares==4.3.0 ; python_version >= "3.11" and python_version < "4.0" pycparser==2.21 ; python_version >= "3.11" and python_version < "4.0" pydantic==1.10.12 ; python_version >= "3.11" and python_version < "4.0" -pytest==7.4.0 ; python_version >= "3.11" and python_version < "4.0" pytest-asyncio==0.21.1 ; python_version >= "3.11" and python_version < "4.0" pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "4.0" pytest-emoji==0.2.0 ; python_version >= "3.11" and python_version < "4.0" pytest-md==0.2.0 ; python_version >= "3.11" and python_version < "4.0" +pytest==7.4.0 ; python_version >= "3.11" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "4.0" sanic-ext==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic-routing==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic-testing==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic[ext]==23.6.0 ; python_version >= "3.11" and python_version < "4.0" -setuptools==68.0.0 ; python_version >= "3.11" and python_version < "4.0" +setuptools==68.1.2 ; python_version >= "3.11" and python_version < "4.0" sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0" soupsieve==2.4.1 ; python_version >= "3.11" and python_version < "4.0" toolz==0.12.0 ; python_version >= "3.11" and python_version < "4.0" tracerite==1.1.0 ; python_version >= "3.11" and python_version < "4.0" -types-aiofiles==23.1.0.5 ; python_version >= "3.11" and python_version < "4.0" -types-beautifulsoup4==4.12.0.5 ; python_version >= "3.11" and python_version < "4.0" +types-aiofiles==23.2.0.0 ; python_version >= "3.11" and python_version < "4.0" +types-beautifulsoup4==4.12.0.6 ; python_version >= "3.11" and python_version < "4.0" types-html5lib==1.1.11.15 ; python_version >= "3.11" and python_version < "4.0" types-ujson==5.8.0.1 ; python_version >= "3.11" and python_version < "4.0" typing-extensions==4.7.1 ; python_version >= "3.11" and python_version < "4.0"