diff --git a/poetry.lock b/poetry.lock index ac5a817..fe4bec7 100755 --- a/poetry.lock +++ b/poetry.lock @@ -120,11 +120,11 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "bite-parser" -version = "0.1.2" +version = "0.1.3" description = "Asynchronous parser taking incremental bites out of your byte input stream." category = "main" optional = false -python-versions = ">=3.7,<=3.10" +python-versions = ">=3.7,<4.0" [[package]] name = "black" @@ -568,20 +568,20 @@ python-versions = ">=3.6" [[package]] name = "requests" -version = "2.27.1" +version = "2.28.0" description = "Python HTTP for Humans." category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.7, <4" [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""} -idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""} +charset-normalizer = ">=2.0.0,<2.1.0" +idna = ">=2.5,<4" urllib3 = ">=1.21.1,<1.27" [package.extras] -socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] +socks = ["PySocks (>=1.5.6,!=1.5.7)"] use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] @@ -807,7 +807,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7,<3.10" -content-hash = "7485e000963bf801818ce893bde5f1f54527f2e8fd1528ddcc57156b7e55e2bf" +content-hash = "71f9d0cf42622224489dd9d7e38f2785336ad8211485db16c00967f39e31d963" [metadata.files] aiohttp = [ @@ -917,8 +917,8 @@ attrs = [ {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, ] bite-parser = [ - {file = "bite-parser-0.1.2.tar.gz", hash = "sha256:1c556c300869119434210b6ee589361de827e34474734c93db92b7978eca9007"}, - {file = "bite_parser-0.1.2-py3-none-any.whl", hash = "sha256:cfc70b541f9b320d29facd1372899f2f8371255c46b02f0a40068a665578dbb8"}, + {file = "bite-parser-0.1.3.tar.gz", hash = "sha256:0f246e98a5556d6ed9a33fda1e94c3ab906305729feb30d25e35344b3e1c1fd9"}, + {file = "bite_parser-0.1.3-py3-none-any.whl", hash = "sha256:167604b041149e4d9c23cb5b50e46037b9e10b1a78df178b1a755224ac6dcc4f"}, ] black = [ {file = "black-22.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:2497f9c2386572e28921fa8bec7be3e51de6801f7459dffd6e62492531c47e09"}, @@ -1353,8 +1353,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] requests = [ - {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, - {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, + {file = "requests-2.28.0-py3-none-any.whl", hash = "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f"}, + {file = "requests-2.28.0.tar.gz", hash = "sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b"}, ] sniffio = [ {file = "sniffio-1.2.0-py3-none-any.whl", hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663"},