From b03bf0037fa557852b6b63bc5e542ad2af743472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:47:09 -0300 Subject: [PATCH] asyncpg: bump version in test-requirements (#3146) Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- .../opentelemetry-instrumentation-asyncpg/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-asyncpg/test-requirements.txt b/instrumentation/opentelemetry-instrumentation-asyncpg/test-requirements.txt index c1a45c5887..b2b4401d6b 100644 --- a/instrumentation/opentelemetry-instrumentation-asyncpg/test-requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-asyncpg/test-requirements.txt @@ -1,6 +1,6 @@ asgiref==3.8.1 async-timeout==4.0.3 -asyncpg==0.29.0 +asyncpg==0.30.0 Deprecated==1.2.14 iniconfig==2.0.0 packaging==24.0