From dd72d94615a66105a5275efac08f1fd5c89c54b2 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 11 Jan 2022 12:52:18 -0800 Subject: [PATCH] Revert moto change (#859) --- .../opentelemetry-instrumentation-botocore/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-botocore/setup.cfg b/instrumentation/opentelemetry-instrumentation-botocore/setup.cfg index 5ad575c26..7edb41631 100644 --- a/instrumentation/opentelemetry-instrumentation-botocore/setup.cfg +++ b/instrumentation/opentelemetry-instrumentation-botocore/setup.cfg @@ -46,7 +46,7 @@ install_requires = [options.extras_require] test = - moto[all] ~= 2.3.1 + moto[all] ~= 2.2.6 opentelemetry-test-utils == 0.27b0 [options.packages.find]