chore(deps): bump asyncstdlib from 3.10.8 to 3.10.9 (#97)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Teles (afterSt0rm) <alexandre.teles@ufba.br>
This commit is contained in:
dependabot[bot] 2023-10-10 21:10:46 -03:00 committed by GitHub
parent e1b0521320
commit b979021fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -182,13 +182,13 @@ files = [
[[package]]
name = "asyncstdlib"
version = "3.10.8"
version = "3.10.9"
description = "The missing async toolbox"
optional = false
python-versions = "~=3.6"
files = [
{file = "asyncstdlib-3.10.8-py3-none-any.whl", hash = "sha256:eb0dbc697a238fe1ef141e29b3396ead816aaf8a28f07e584e05d1d9fb26841a"},
{file = "asyncstdlib-3.10.8.tar.gz", hash = "sha256:e18b67de483dfbfec3c17ec2121a8a3fa9b950874ff03802819bd3b1af56148f"},
{file = "asyncstdlib-3.10.9-py3-none-any.whl", hash = "sha256:2325840babe05a717ea6f03ae71a5bb7e93786e0d1df1d60aeb8069aac6746cc"},
{file = "asyncstdlib-3.10.9.tar.gz", hash = "sha256:c5de1bf1c60de1203a9b135058dcfea7de2507d321e56279baca0905cd8628cd"},
]
[package.extras]
@ -1906,4 +1906,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "ed48cb304d29d269f7bb4f4e5197eef464fa7412b0f14eb15aec89c62e13936f"
content-hash = "a30b49d88e5ab472e80bfeab7587916f46f6e32c4364246fe78f33e093f3b39d"

View File

@ -11,7 +11,7 @@ python = "^3.11"
aiohttp = {version = "^3.8.5", extras = ["speedups"]}
sanic = {version = "^23.6.0", extras = ["ext"]}
ujson = "^5.8.0"
asyncstdlib = "^3.10.8"
asyncstdlib = "^3.10.9"
pydantic = "^1.10.13"
cytoolz = "^0.12.2"
beautifulsoup4 = "^4.12.2"