Skip to content

Commit cd784b7

Browse files
FlorentClarretgithub-actions[bot]
authored andcommitted
Update dependencies
1 parent 1c92482 commit cd784b7

File tree

16 files changed

+23
-16
lines changed

16 files changed

+23
-16
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ddtrace,PyPI,BSD-3-Clause,"Copyright 2016 Datadog, Inc."
2424
dnspython,PyPI,ISC,Copyright (C) Dnspython Contributors
2525
flup,Vendor,BSD-3-Clause,Copyright (c) 2005 Allan Saddi. All Rights Reserved.
2626
flup-py3,Vendor,BSD-3-Clause,"Copyright (c) 2005, 2006 Allan Saddi <allan@saddi.com> All rights reserved."
27-
foundationdb,PyPI,Apache-2.0,Copyright 2017 FoundationDB
27+
foundationdb,PyPI,Apache-2.0,Copyright 2017 FoundationDB Team <fdb-dist@apple.com>
2828
hazelcast-python-client,PyPI,Apache-2.0,"Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved."
2929
in-toto,PyPI,Apache-2.0,Copyright 2018 New York University
3030
jellyfish,PyPI,MIT,Copyright (c) 2015 James Turk

agent_requirements.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ aws-requests-auth==0.4.3
33
azure-identity==1.23.0
44
beautifulsoup4==4.13.4
55
binary==1.0.1
6-
boto3==1.38.24
7-
botocore==1.38.24
6+
boto3==1.38.27
7+
botocore==1.38.27
88
cachetools==6.0.0
99
clickhouse-cityhash==1.0.2.4
1010
clickhouse-driver==0.2.9
1111
cm-client==45.0.4
12-
confluent-kafka==2.8.0
12+
confluent-kafka==2.10.0
1313
cryptography==45.0.3
14-
ddtrace==3.8.0
14+
ddtrace==3.8.1
1515
dnspython==2.7.0
16-
foundationdb==6.3.25
16+
foundationdb==7.4.1
1717
hazelcast-python-client==5.5.0
1818
in-toto==2.0.0
1919
jellyfish==1.2.0
@@ -30,7 +30,7 @@ packaging==25.0
3030
paramiko==3.5.1
3131
ply==3.11
3232
prometheus-client==0.22.0
33-
protobuf==6.31.0
33+
protobuf==6.31.1
3434
psutil==6.0.0
3535
psycopg2-binary==2.9.9
3636
pyasn1==0.4.8

amazon_msk/changelog.d/20337.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

amazon_msk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"boto3==1.38.24",
39+
"boto3==1.38.27",
4040
]
4141

4242
[project.urls]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

datadog_checks_base/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ deps = [
3737
"binary==1.0.1",
3838
"cachetools==6.0.0",
3939
"cryptography==45.0.3",
40-
"ddtrace==3.8.0",
40+
"ddtrace==3.8.1",
4141
"jellyfish==1.2.0",
4242
"lazy-loader==0.4",
4343
"prometheus-client==0.22.0",
44-
"protobuf==6.31.0",
44+
"protobuf==6.31.1",
4545
"pydantic==2.11.5",
4646
"python-dateutil==2.9.0.post0",
4747
"pywin32==310; sys_platform == 'win32'",
@@ -55,7 +55,7 @@ deps = [
5555
]
5656
http = [
5757
"aws-requests-auth==0.4.3",
58-
"botocore==1.38.24",
58+
"botocore==1.38.27",
5959
"oauthlib==3.2.2",
6060
"pyjwt==2.10.1",
6161
"pyopenssl==25.1.0",

foundationdb/changelog.d/20337.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

foundationdb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"foundationdb==6.3.25",
39+
"foundationdb==7.4.1",
4040
]
4141

4242
[project.urls]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

kafka_consumer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"confluent-kafka==2.8.0",
39+
"confluent-kafka==2.10.0",
4040
]
4141

4242
[project.urls]

mysql/changelog.d/20337.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

mysql/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"boto3==1.38.24",
39+
"boto3==1.38.27",
4040
"cachetools==6.0.0",
4141
"cryptography==45.0.3",
4242
"pymysql==1.1.1",

postgres/changelog.d/20337.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

postgres/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ license = "BSD-3-Clause"
3838
[project.optional-dependencies]
3939
deps = [
4040
"azure-identity==1.23.0",
41-
"boto3==1.38.24",
41+
"boto3==1.38.27",
4242
"cachetools==6.0.0",
4343
"psycopg2-binary==2.9.9",
4444
"semver==3.0.4",

riakcs/changelog.d/20337.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

riakcs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"boto3==1.38.24",
39+
"boto3==1.38.27",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)