We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c3664 commit 6fcfbd6Copy full SHA for 6fcfbd6
tests/opentelemetry-docker-tests/tests/docker-compose.yml
@@ -51,7 +51,7 @@ services:
51
- "14268:14268"
52
- "9411:9411"
53
otmssql:
54
- image: mcr.microsoft.com/mssql/server:2017-CU23-ubuntu-16.04
+ image: mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04
55
ports:
56
- "1433:1433"
57
environment:
tox.ini
@@ -1257,7 +1257,7 @@ deps =
1257
PyMySQL==0.10.1
1258
PyNaCl==1.5.0
1259
# prerequisite: install unixodbc
1260
- pyodbc==4.0.39
+ pyodbc==5.0.1
1261
pyrsistent==0.20.0
1262
pytest==8.0.2
1263
pytest-celery==0.0.0
0 commit comments