From b979021fee48a6b27239be5a572e0cfe213863c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:10:46 -0300 Subject: [PATCH] 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) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e78c4c28..1f851699 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 46f7ef7f..f28d4420 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"