Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ aws-requests-auth==0.4.3
azure-identity==1.25.3
beautifulsoup4==4.15.0
binary==1.0.2
boto3==1.43.67
botocore==1.43.67
boto3==1.43.72
botocore==1.43.72
cachetools==7.1.7
clickhouse-connect==1.6.0
clickhouse-connect==1.7.1
cm-client==45.0.4
confluent-kafka==2.13.2
cryptography==50.0.0
Expand All @@ -26,7 +26,7 @@ lz4==4.4.5
mmh3==5.2.1
oauthlib==3.3.1
openstacksdk==4.18.0
orjson==3.11.9
orjson==3.12.0
packaging==26.3
paramiko==5.0.0
prometheus-client==0.26.0
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion amazon_msk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"boto3==1.43.67",
"boto3==1.43.72",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions clickhouse/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion clickhouse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"clickhouse-connect==1.6.0",
"clickhouse-connect==1.7.1",
"lz4==4.4.5",
]

Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps = [
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.43.67",
"botocore==1.43.72",
"oauthlib==3.3.1",
"pyjwt==2.13.0",
"pyopenssl==26.4.0",
Expand All @@ -65,7 +65,7 @@ http = [
"requests-oauthlib==2.0.0",
]
json = [
"orjson==3.11.9",
"orjson==3.12.0",
]
kube = [
"kubernetes==35.0.0",
Expand Down
1 change: 1 addition & 0 deletions do_query_actions/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion do_query_actions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dynamic = [
[project.optional-dependencies]
deps = [
"azure-identity==1.25.3",
"boto3==1.43.67",
"boto3==1.43.72",
"psycopg[c,pool]==3.3.4",
]

Expand Down
1 change: 1 addition & 0 deletions kafka_consumer/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion kafka_consumer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"aws-msk-iam-sasl-signer-python==1.0.2",
"boto3==1.43.67",
"boto3==1.43.72",
"confluent-kafka==2.13.2",
]

Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"boto3==1.43.67",
"boto3==1.43.72",
"cachetools==7.1.7",
"cryptography==50.0.0",
"pymysql==1.1.2",
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"azure-identity==1.25.3",
"boto3==1.43.67",
"boto3==1.43.72",
"cachetools==7.1.7",
"psycopg[c,pool]==3.3.4",
"semver==3.0.4",
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/24869.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion riakcs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"boto3==1.43.67",
"boto3==1.43.72",
]

[project.urls]
Expand Down
Loading