Skip to content

Commit 8cacf23

Browse files
authored
fix: upgrade requests to >=2.33.0 to remediate CVE-2026-25645 (#52)
1 parent f4d4187 commit 8cacf23

File tree

2 files changed

+250
-57
lines changed

2 files changed

+250
-57
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ requires-python = ">=3.11"
1111
dependencies = [
1212
"minio~=7.2.16",
1313
"setuptools~=80.9.0",
14-
"requests~=2.31.0",
14+
"requests>=2.33.0",
1515
"requests-oauthlib~=2.0.0",
1616
"pydantic~=2.12.3",
1717
"hatchling~=1.27.0",
18-
"opentelemetry-exporter-otlp-proto-grpc~=1.38.0",
19-
"opentelemetry-exporter-otlp-proto-http~=1.38.0",
18+
"opentelemetry-exporter-otlp-proto-grpc~=1.41.0",
19+
"opentelemetry-exporter-otlp-proto-http~=1.41.0",
2020
"opentelemetry-processor-baggage~=0.61b0",
2121
"traceloop-sdk~=0.52.0",
2222
"PyJWT~=2.10.1",

0 commit comments

Comments
 (0)