Skip to content

Commit 89901ca

Browse files
fix(deps): update dependency httpx to v0.23.0 [security]
1 parent b1848b7 commit 89901ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ elasticsearch>=6.0,<9.0
2626
flask~=2.0
2727
falcon~=2.0
2828
grpcio~=1.27
29-
httpx>=0.18.0
29+
httpx>=0.23.0
3030
kafka-python>=2.0,<3.0
3131
mysql-connector-python~=8.0
3232
mysqlclient~=2.1.1

instrumentation/opentelemetry-instrumentation-httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
instruments = [
38-
"httpx >= 0.18.0",
38+
"httpx >=0.23.0",
3939
]
4040

4141
[project.entry-points.opentelemetry_instrumentor]

instrumentation/opentelemetry-instrumentation-httpx/test-requirements-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Deprecated==1.2.14
55
exceptiongroup==1.2.0
66
h11==0.12.0
77
httpcore==0.13.7
8-
httpx==0.18.2
8+
httpx==0.23.0
99
idna==3.7
1010
iniconfig==2.0.0
1111
packaging==24.0

0 commit comments

Comments
 (0)