diff --git a/component-tests/requirements.txt b/component-tests/requirements.txt index 061e960c..e22ebe68 100644 --- a/component-tests/requirements.txt +++ b/component-tests/requirements.txt @@ -1,6 +1,7 @@ cloudflare==2.8.15 flaky==3.7.0 -pytest==6.2.2 +pytest==7.3.1 +pytest-asyncio==0.21.0 pyyaml==5.4.1 -requests==2.25.1 -retrying==1.3.3 \ No newline at end of file +requests==2.28.2 +retrying==1.3.4 \ No newline at end of file