diff --git a/poetry.lock b/poetry.lock index 73a5895..d0d05e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1584,13 +1584,13 @@ files = [ [[package]] name = "nest-asyncio" -version = "1.5.7" +version = "1.5.8" description = "Patch asyncio to allow nested event loops" optional = false python-versions = ">=3.5" files = [ - {file = "nest_asyncio-1.5.7-py3-none-any.whl", hash = "sha256:5301c82941b550b3123a1ea772ba9a1c80bad3a182be8c1a5ae6ad3be57a9657"}, - {file = "nest_asyncio-1.5.7.tar.gz", hash = "sha256:6a80f7b98f24d9083ed24608977c09dd608d83f91cccc24c9d2cba6d10e01c10"}, + {file = "nest_asyncio-1.5.8-py3-none-any.whl", hash = "sha256:accda7a339a70599cb08f9dd09a67e0c2ef8d8d6f4c07f96ab203f2ae254e48d"}, + {file = "nest_asyncio-1.5.8.tar.gz", hash = "sha256:25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb"}, ] [[package]] @@ -2801,4 +2801,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "26e38635115539f6f5adbedf59809680e7892efaa429bd5f3390da982237585c" +content-hash = "d5e5d971f81bdff2adda20a650b7e6597d098df45784acea53b796f3132dff46" diff --git a/pyproject.toml b/pyproject.toml index 83d5642..5e46d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" } # Performance testing yappi = "^1.4.0" pytest-benchmark = "^4.0.0" -nest-asyncio = "^1.5.7" +nest-asyncio = "^1.5.8" pre-commit = "^2.21.0"