Skip to content

Commit a80a9e4

Browse files
authored
Update requests version used in contract tests (#199)
GitHub complains about relying on 2.31.0 so changing this to pull the latest 2.x version, which is actually https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation says it supports: `requests ~= 2.0` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 2db7a00 commit a80a9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
opentelemetry-distro==0.43b0
22
opentelemetry-exporter-otlp-proto-grpc==1.22.0
33
typing-extensions==4.9.0
4-
requests==2.31.0
4+
requests~=2.0

0 commit comments

Comments
 (0)