Skip to content

Commit 8293e5a

Browse files
datadog-agent-integrations-bot[bot]FlorentClarretsarah-wittsteveny91
authored
Update dependencies (#20215)
* Update dependencies * update fdb in ci * test fdb * update docker image * update kafka * revert to patch version * update install kerberos * fix fdb * update changelog numbers * revert docker image update * bump mysql * validate license * revert kafka changes * fix kafka and move urllib3 comment * test --sync * revert redis upgrade --------- Co-authored-by: FlorentClarret <1266346+FlorentClarret@users.noreply.github.com> Co-authored-by: Sarah Witt <sarah.witt@datadoghq.com> Co-authored-by: steveny91 <steven.yuen@datadoghq.com>
1 parent b751a9d commit 8293e5a

File tree

32 files changed

+56
-42
lines changed

32 files changed

+56
-42
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ requests-ntlm,PyPI,ISC,Copyright (c) 2013 Ben Toews
7474
requests-oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2014 Kenneth Reitz.
7575
requests-oauthlib,PyPI,ISC,Copyright (c) 2014 Kenneth Reitz.
7676
requests-toolbelt,PyPI,Apache-2.0,"Copyright 2014 Ian Cordasco, Cory Benfield"
77-
requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2024 thelab
77+
requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2025 thelab
7878
rethinkdb,PyPI,Apache-2.0,Copyright 2018 RethinkDB.
7979
securesystemslib,PyPI,MIT,Copyright (c) 2016 Santiago Torres
8080
semver,PyPI,BSD-3-Clause,"Copyright (c) 2013, Konstantine Rybnikov"

agent_requirements.in

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
22
aws-requests-auth==0.4.3
33
azure-identity==1.21.0
4-
beautifulsoup4==4.13.3
4+
beautifulsoup4==4.13.4
55
binary==1.0.1
6-
boto3==1.37.23
7-
botocore==1.37.23
6+
boto3==1.38.8
7+
botocore==1.38.8
88
cachetools==5.5.2
99
clickhouse-cityhash==1.0.2.4
1010
clickhouse-driver==0.2.9
1111
cm-client==45.0.4
1212
confluent-kafka==2.8.0
13-
cryptography==44.0.2
13+
cryptography==44.0.3
1414
ddtrace==2.21.4
1515
dnspython==2.7.0
16-
foundationdb==6.3.24
16+
foundationdb==6.3.25
1717
hazelcast-python-client==5.5.0
1818
in-toto==2.0.0
19-
jellyfish==1.1.3
19+
jellyfish==1.2.0
2020
kubernetes==32.0.1
2121
lazy-loader==0.4
2222
ldap3==2.9.1
2323
lxml==5.1.1
24-
lz4==4.4.3
24+
lz4==4.4.4
2525
mmh3==5.1.0
2626
oauthlib==3.2.2
27-
openstacksdk==4.4.0
28-
orjson==3.10.16
29-
packaging==24.2
27+
openstacksdk==4.5.0
28+
orjson==3.10.18
29+
packaging==25.0
3030
paramiko==3.5.1
3131
ply==3.11
3232
prometheus-client==0.21.1
@@ -35,7 +35,7 @@ psutil==6.0.0
3535
psycopg2-binary==2.9.9
3636
pyasn1==0.4.8
3737
pycryptodomex==3.22.0
38-
pydantic==2.11.1
38+
pydantic==2.11.4
3939
pyjwt==2.10.1
4040
pymongo[srv]==4.8.0; python_version >= '3.9'
4141
pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64'
@@ -57,16 +57,16 @@ requests-kerberos==0.15.0
5757
requests-ntlm==1.3.0
5858
requests-oauthlib==2.0.0
5959
requests-toolbelt==1.0.0
60-
requests-unixsocket2==0.4.2
60+
requests-unixsocket2==1.0.0
6161
requests==2.32.3
6262
rethinkdb==2.4.10.post1
6363
securesystemslib[crypto,pynacl]==0.28.0
6464
semver==3.0.4
6565
service-identity[idna]==24.2.0
6666
simplejson==3.20.1
67-
snowflake-connector-python==3.14.0
67+
snowflake-connector-python==3.15.0
6868
supervisor==4.2.5
6969
tuf==4.0.0
70-
urllib3==2.3.0
70+
urllib3==2.4.0
7171
vertica-python==1.4.0
7272
wrapt==1.17.2

amazon_msk/changelog.d/20215.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.37.23",
39+
"boto3==1.38.8",
4040
]
4141

4242
[project.urls]

cisco_aci/changelog.d/20215.added

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

cisco_aci/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-
"cryptography==44.0.2",
39+
"cryptography==44.0.3",
4040
]
4141

4242
[project.urls]

clickhouse/changelog.d/20215.added

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

clickhouse/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
deps = [
3939
"clickhouse-cityhash==1.0.2.4",
4040
"clickhouse-driver==0.2.9",
41-
"lz4==4.4.3",
41+
"lz4==4.4.4",
4242
]
4343

4444
[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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ license = "BSD-3-Clause"
3333
db = [
3434
"mmh3==5.1.0",
3535
]
36+
# urllib3 is a dependency of requests that we explicitly
37+
# make use of in a few places
3638
deps = [
3739
"binary==1.0.1",
3840
"cachetools==5.5.2",
39-
"cryptography==44.0.2",
41+
"cryptography==44.0.3",
4042
"ddtrace==2.21.4",
41-
"jellyfish==1.1.3",
43+
"jellyfish==1.2.0",
4244
"lazy-loader==0.4",
4345
"prometheus-client==0.21.1",
4446
"protobuf==6.30.2",
45-
"pydantic==2.11.1",
47+
"pydantic==2.11.4",
4648
"python-dateutil==2.9.0.post0",
4749
"pywin32==310; sys_platform == 'win32'",
4850
"pyyaml==6.0.2",
4951
"requests-toolbelt==1.0.0",
50-
"requests-unixsocket2==0.4.2",
52+
"requests-unixsocket2==1.0.0",
5153
"requests==2.32.3",
5254
"simplejson==3.20.1",
53-
# urllib3 is a dependency of requests that we explicitly
54-
# make use of in a few places
55-
"urllib3==2.3.0",
55+
"urllib3==2.4.0",
5656
"wrapt==1.17.2",
5757
]
5858
http = [
5959
"aws-requests-auth==0.4.3",
60-
"botocore==1.37.23",
60+
"botocore==1.38.8",
6161
"oauthlib==3.2.2",
6262
"pyjwt==2.10.1",
6363
"pyopenssl==25.0.0",
@@ -67,7 +67,7 @@ http = [
6767
"requests-oauthlib==2.0.0",
6868
]
6969
json = [
70-
"orjson==3.10.16",
70+
"orjson==3.10.18",
7171
]
7272
kube = [
7373
"kubernetes==32.0.1",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

datadog_checks_downloader/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ license = "BSD-3-Clause"
3434
[project.optional-dependencies]
3535
deps = [
3636
"in-toto==2.0.0",
37-
"packaging==24.2",
37+
"packaging==25.0",
3838
"securesystemslib[crypto,pynacl]==0.28.0",
3939
"tuf==4.0.0",
4040
]

foundationdb/changelog.d/20215.added

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

foundationdb/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[envs.default]
44
dependencies = [
5-
"foundationdb==6.3.24",
5+
"foundationdb==6.3.25",
66
]
77
e2e-env = false
88

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.24",
39+
"foundationdb==6.3.25",
4040
]
4141

4242
[project.urls]

foundationdb/tests/common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050

5151
E2E_METADATA = {
5252
'start_commands': [
53-
'curl -o foundationdb-clients_6.3.23-1_amd64.deb '
54-
'-L https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb',
55-
'dpkg -i foundationdb-clients_6.3.23-1_amd64.deb',
53+
'curl -o foundationdb-clients_6.3.25-1_amd64.deb '
54+
'-L https://github.com/apple/foundationdb/releases/download/6.3.25/foundationdb-clients_6.3.25-1_amd64.deb',
55+
'dpkg -i foundationdb-clients_6.3.25-1_amd64.deb',
5656
],
5757
'docker_volumes': [
5858
'{}:/fdb/fdb.cluster'.format(CLUSTER_FILE),

http_check/changelog.d/20215.added

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

http_check/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-
"cryptography==44.0.2",
39+
"cryptography==44.0.3",
4040
"requests-ntlm==1.3.0",
4141
]
4242

mysql/changelog.d/20215.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"boto3==1.37.23",
39+
"boto3==1.38.8",
4040
"cachetools==5.5.2",
41-
"cryptography==44.0.2",
41+
"cryptography==44.0.3",
4242
"pymysql==1.1.1",
4343
]
4444

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

openstack_controller/pyproject.toml

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

3838
[project.optional-dependencies]
3939
deps = [
40-
"openstacksdk==4.4.0",
40+
"openstacksdk==4.5.0",
4141
]
4242

4343
[project.urls]

postgres/changelog.d/20215.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.21.0",
41-
"boto3==1.37.23",
41+
"boto3==1.38.8",
4242
"cachetools==5.5.2",
4343
"psycopg2-binary==2.9.9",
4444
"semver==3.0.4",

riakcs/changelog.d/20215.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.37.23",
39+
"boto3==1.38.8",
4040
]
4141

4242
[project.urls]

snowflake/changelog.d/20215.added

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

snowflake/pyproject.toml

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

3838
[project.optional-dependencies]
3939
deps = [
40-
"snowflake-connector-python==3.14.0",
40+
"snowflake-connector-python==3.15.0",
4141
]
4242

4343
[project.urls]

spark/changelog.d/20215.added

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

spark/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-
"beautifulsoup4==4.13.3",
39+
"beautifulsoup4==4.13.4",
4040
]
4141

4242
[project.urls]

tls/changelog.d/20215.added

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

tls/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-
"cryptography==44.0.2",
39+
"cryptography==44.0.3",
4040
"service-identity[idna]==24.2.0",
4141
]
4242

0 commit comments

Comments
 (0)