Skip to content

Commit d5da755

Browse files
fix markupsafe
1 parent 76934fa commit d5da755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ instruments = [
3939
]
4040
test = [
4141
"opentelemetry-instrumentation-flask[instruments]",
42-
"markupsafe==2.0.1",
42+
"markupsafe==2.1.2",
4343
"opentelemetry-test-utils == 0.40b0.dev",
4444
]
4545

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ changedir =
306306
test-instrumentation-elasticsearch{2,5,6}: instrumentation/opentelemetry-instrumentation-elasticsearch/tests
307307
test-instrumentation-falcon{1,2,3}: instrumentation/opentelemetry-instrumentation-falcon/tests
308308
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
309-
test-instrumentation-flask: instrumentation/opentelemetry-instrumentation-flask/tests
309+
test-instrumentation-flask{213,220}: instrumentation/opentelemetry-instrumentation-flask/tests
310310
test-instrumentation-urllib: instrumentation/opentelemetry-instrumentation-urllib/tests
311311
test-instrumentation-urllib3: instrumentation/opentelemetry-instrumentation-urllib3/tests
312312
test-instrumentation-grpc: instrumentation/opentelemetry-instrumentation-grpc/tests

0 commit comments

Comments
 (0)