fix: loosen async-timeout pin to 3.0.0 (#39)

This commit is contained in:
J. Nick Koston 2022-09-26 08:22:55 -10:00 committed by GitHub
parent da5e32df1b
commit 93b9a0a6ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -591,7 +591,7 @@ docs = ["myst-parser", "Sphinx", "sphinx-rtd-theme", "sphinxcontrib-asyncio", "s
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "8ae29d14a672b75b019751b86f62cc0c4be6c72e08f25c4c24df7ec18fb232ab"
content-hash = "9fd2eabd8a7994fff6fe3158104f040dee41b33c9ab2ce7e563f40f20b0d643b"
[metadata.files]
alabaster = [

View File

@ -31,7 +31,7 @@ sphinxcontrib-fulltoc = {version = "^1.2.0", extras = ["docs"]}
Sphinx = {version = "^5.1.1", extras = ["docs"]}
myst-parser = {version = "^0.18.0", extras = ["docs"]}
sphinx-rtd-theme = {version = "^1.0.0", extras = ["docs"]}
async-timeout = ">=4.0.1"
async-timeout = ">=3.0.0"
[tool.poetry.extras]
docs = [