chore(deps): cap async_timeout<5.0.0 (#31170)

This commit is contained in:
Maxime Beauchemin
2024-11-26 14:12:04 -08:00
committed by GitHub
parent 09802acf0d
commit 529aed5da1
4 changed files with 16 additions and 4 deletions

View File

@@ -180,7 +180,10 @@ development = [
"docker",
"flask-testing",
"freezegun",
"greenlet>=2.0.2",
# playwright requires greenlet==3.0.3
# submitted a PR to relax deps in 11/2024
# https://github.com/microsoft/playwright-python/pull/2669
"greenlet==3.0.3",
"grpcio>=1.55.3",
"openapi-spec-validator",
"parameterized",