Skip to content

Commit f8bb289

Browse files
antonpirkeremdneto
andauthored
Update test requirements for work with Python 3.13 (#2887)
* Added deb to make cassandra tests work with python 3.13 * Bumped cffi to work with Python 3.13 * Fixed some test-requirements for Python 3.13 * Updated typing_extensions everywhere --------- Co-authored-by: Emídio Neto <[email protected]>
1 parent a084c2c commit f8bb289

File tree

81 files changed

+91
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+91
-90
lines changed

exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest==7.4.4
1616
python-snappy==0.7.1
1717
requests==2.32.3
1818
tomli==2.0.1
19-
typing_extensions==4.10.0
19+
typing_extensions==4.12.2
2020
urllib3==2.2.2
2121
wrapt==1.16.0
2222
zipp==3.19.2

exporter/opentelemetry-exporter-richconsole/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pygments==2.17.2
1212
pytest==7.4.4
1313
rich==13.7.1
1414
tomli==2.0.1
15-
typing_extensions==4.10.0
15+
typing_extensions==4.12.2
1616
wrapt==1.16.0
1717
zipp==3.19.2
1818
-e exporter/opentelemetry-exporter-richconsole

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluggy==1.5.0
1212
py-cpuinfo==9.0.0
1313
pytest==7.4.4
1414
tomli==2.0.1
15-
typing_extensions==4.9.0
15+
typing_extensions==4.12.2
1616
wrapt==1.16.0
1717
yarl==1.9.4
1818
zipp==3.19.2

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluggy==1.5.0
1212
py-cpuinfo==9.0.0
1313
pytest==7.4.4
1414
tomli==2.0.1
15-
typing_extensions==4.9.0
15+
typing_extensions==4.12.2
1616
wrapt==1.16.0
1717
yarl==1.9.4
1818
zipp==3.19.2

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluggy==1.5.0
1212
py-cpuinfo==9.0.0
1313
pytest==7.4.4
1414
tomli==2.0.1
15-
typing_extensions==4.9.0
15+
typing_extensions==4.12.2
1616
wrapt==1.16.0
1717
yarl==1.9.4
1818
zipp==3.19.2

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluggy==1.5.0
1212
py-cpuinfo==9.0.0
1313
pytest==7.4.4
1414
tomli==2.0.1
15-
typing_extensions==4.9.0
15+
typing_extensions==4.12.2
1616
wrapt==1.16.0
1717
yarl==1.9.4
1818
zipp==3.19.2

instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ py-cpuinfo==9.0.0
2323
pytest==7.4.4
2424
requests==2.32.3
2525
tomli==2.0.1
26-
typing_extensions==4.10.0
26+
typing_extensions==4.12.2
2727
urllib3==2.2.2
2828
Werkzeug==3.0.3
2929
wrapt==1.16.0

instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pytest==7.4.4
1515
pytest-aiohttp==1.0.5
1616
pytest-asyncio==0.23.5
1717
tomli==2.0.1
18-
typing_extensions==4.10.0
18+
typing_extensions==4.12.2
1919
wrapt==1.16.0
2020
yarl==1.9.4
2121
zipp==3.19.2

instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ psycopg2-binary==2.9.9
1010
py-cpuinfo==9.0.0
1111
pytest==7.4.4
1212
tomli==2.0.1
13-
typing_extensions==4.10.0
13+
typing_extensions==4.12.2
1414
wrapt==1.16.0
1515
zipp==3.19.2
1616
-e opentelemetry-instrumentation

instrumentation/opentelemetry-instrumentation-asgi/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluggy==1.5.0
77
py-cpuinfo==9.0.0
88
pytest==7.4.4
99
tomli==2.0.1
10-
typing_extensions==4.9.0
10+
typing_extensions==4.12.2
1111
wrapt==1.16.0
1212
zipp==3.19.2
1313
-e opentelemetry-instrumentation

0 commit comments

Comments
 (0)