Skip to content

Commit 2da7bfb

Browse files
datadog-agent-integrations-bot[bot]FlorentClarretdkirov-dd
authored
Update dependencies (#19962)
* Update dependencies * Rename changelogs * Remove duplicate ddtrace dependency * Run ddev validate licences --sync * Revert confluent-kafka bump * Bump foundationdb in hatch.toml * Revert foundationdb bump * Revert pymongo bump --------- Co-authored-by: FlorentClarret <[email protected]> Co-authored-by: dkirov-dd <[email protected]> Co-authored-by: David Kirov <[email protected]>
1 parent ad36d85 commit 2da7bfb

File tree

44 files changed

+63
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+63
-42
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

active_directory/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

agent_requirements.in

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
22
aws-requests-auth==0.4.3
3-
azure-identity==1.20.0
3+
azure-identity==1.21.0
44
beautifulsoup4==4.13.3
55
binary==1.0.1
6-
boto3==1.36.26
7-
botocore==1.36.26
6+
boto3==1.37.23
7+
botocore==1.37.23
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.1
13+
cryptography==44.0.2
1414
ddtrace==2.21.4
1515
dnspython==2.7.0
1616
foundationdb==6.3.24
@@ -24,24 +24,24 @@ lxml==5.1.1
2424
lz4==4.4.3
2525
mmh3==5.1.0
2626
oauthlib==3.2.2
27-
openstacksdk==4.3.0
28-
orjson==3.10.15
27+
openstacksdk==4.4.0
28+
orjson==3.10.16
2929
packaging==24.2
3030
paramiko==3.5.1
3131
ply==3.11
3232
prometheus-client==0.21.1
33-
protobuf==5.29.3
33+
protobuf==6.30.2
3434
psutil==6.0.0
3535
psycopg2-binary==2.9.9
3636
pyasn1==0.4.8
37-
pycryptodomex==3.21.0
38-
pydantic==2.10.6
37+
pycryptodomex==3.22.0
38+
pydantic==2.11.1
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'
4242
pymysql==1.1.1
4343
pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'
44-
pyopenssl==24.3.0
44+
pyopenssl==25.0.0
4545
pysmi==1.2.1
4646
pysnmp-mibs==0.1.6
4747
pysnmp==5.1.0
@@ -50,7 +50,7 @@ python-binary-memcached==0.31.4; sys_platform != 'win32'
5050
python-dateutil==2.9.0.post0
5151
python3-gearman==0.1.0; sys_platform != 'win32'
5252
pyvmomi==8.0.3.0.1
53-
pywin32==308; sys_platform == 'win32'
53+
pywin32==310; sys_platform == 'win32'
5454
pyyaml==6.0.2
5555
redis==5.2.1
5656
requests-kerberos==0.15.0
@@ -64,7 +64,7 @@ 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.13.2
67+
snowflake-connector-python==3.14.0
6868
supervisor==4.2.5
6969
tuf==4.0.0
7070
urllib3==2.3.0

amazon_msk/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

amazon_msk/pyproject.toml

+1-1
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.36.26",
39+
"boto3==1.37.23",
4040
]
4141

4242
[project.urls]

aspdotnet/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

aspdotnet/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

cisco_aci/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

cisco_aci/pyproject.toml

+1-1
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.1",
39+
"cryptography==44.0.2",
4040
]
4141

4242
[project.urls]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

datadog_checks_base/pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ db = [
3636
deps = [
3737
"binary==1.0.1",
3838
"cachetools==5.5.2",
39-
"cryptography==44.0.1",
39+
"cryptography==44.0.2",
4040
"ddtrace==2.21.4",
4141
"jellyfish==1.1.3",
4242
"lazy-loader==0.4",
4343
"prometheus-client==0.21.1",
44-
"protobuf==5.29.3",
45-
"pydantic==2.10.6",
44+
"protobuf==6.30.2",
45+
"pydantic==2.11.1",
4646
"python-dateutil==2.9.0.post0",
47-
"pywin32==308; sys_platform == 'win32'",
47+
"pywin32==310; sys_platform == 'win32'",
4848
"pyyaml==6.0.2",
4949
"requests-toolbelt==1.0.0",
5050
"requests-unixsocket2==0.4.2",
@@ -57,17 +57,17 @@ deps = [
5757
]
5858
http = [
5959
"aws-requests-auth==0.4.3",
60-
"botocore==1.36.26",
60+
"botocore==1.37.23",
6161
"oauthlib==3.2.2",
6262
"pyjwt==2.10.1",
63-
"pyopenssl==24.3.0",
63+
"pyopenssl==25.0.0",
6464
"pysocks==1.7.1",
6565
"requests-kerberos==0.15.0",
6666
"requests-ntlm==1.3.0",
6767
"requests-oauthlib==2.0.0",
6868
]
6969
json = [
70-
"orjson==3.10.15",
70+
"orjson==3.10.16",
7171
]
7272
kube = [
7373
"kubernetes==32.0.1",

dotnetclr/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

dotnetclr/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

exchange_server/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

foundationdb/hatch.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ matrix.protocol.env-vars = [
1919
]
2020

2121
[envs.default.env-vars]
22-
PROTOCOL = "none"
22+
PROTOCOL = "none"

http_check/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

http_check/pyproject.toml

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

iis/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

iis/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

mysql/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

mysql/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "BSD-3-Clause"
3737
[project.optional-dependencies]
3838
deps = [
3939
"cachetools==5.5.2",
40-
"cryptography==44.0.1",
40+
"cryptography==44.0.2",
4141
"pymysql==1.1.1",
4242
]
4343

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

openstack_controller/pyproject.toml

+1-1
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.3.0",
40+
"openstacksdk==4.4.0",
4141
]
4242

4343
[project.urls]

pdh_check/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

pdh_check/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

postgres/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

postgres/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"azure-identity==1.20.0",
41-
"boto3==1.36.26",
40+
"azure-identity==1.21.0",
41+
"boto3==1.37.23",
4242
"cachetools==5.5.2",
4343
"psycopg2-binary==2.9.9",
4444
"semver==3.0.4",

riakcs/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

riakcs/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

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

4242
[project.urls]

snmp/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

snmp/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ license = "BSD-3-Clause"
3838
deps = [
3939
"ply==3.11",
4040
"pyasn1==0.4.8",
41-
"pycryptodomex==3.21.0",
41+
"pycryptodomex==3.22.0",
4242
"pysmi==1.2.1",
4343
"pysnmp-mibs==0.1.6",
4444
"pysnmp==5.1.0",

snowflake/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

snowflake/pyproject.toml

+1-1
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.13.2",
40+
"snowflake-connector-python==3.14.0",
4141
]
4242

4343
[project.urls]

sqlserver/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

sqlserver/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"azure-identity==1.20.0",
40+
"azure-identity==1.21.0",
4141
"lxml==5.1.1",
4242
"pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
43-
"pywin32==308; sys_platform == 'win32'",
43+
"pywin32==310; sys_platform == 'win32'",
4444
]
4545

4646
[project.urls]

tls/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

tls/pyproject.toml

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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

win32_event_log/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
4039
"psutil==6.0.0",
40+
"pywin32==310; sys_platform == 'win32'",
4141
]
4242

4343
[project.urls]
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

windows_service/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

wmi_check/changelog.d/19962.added

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

wmi_check/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"pywin32==308; sys_platform == 'win32'",
39+
"pywin32==310; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)