From 6bc48be45af45769ed071b14d684d1d40b3d155e Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sat, 13 Jul 2024 01:34:34 +0200 Subject: [PATCH] exporter/prometheus-remote-write: bump certifi to latest (#2701) Co-authored-by: Leighton Chen --- .../test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt b/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt index ec8f90336d..f7e66ddd13 100644 --- a/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt +++ b/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt @@ -1,5 +1,5 @@ asgiref==3.7.2 -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 # We can drop this after bumping baseline to pypy-39 cramjam==2.1.0; platform_python_implementation == "PyPy"