Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ orjson,PyPI,Apache-2.0,Copyright ijl <[email protected]>
orjson,PyPI,MIT,Copyright (c) ijl <[email protected]>
packaging,PyPI,Apache-2.0,Copyright (c) Donald Stufft and individual contributors.
packaging,PyPI,BSD-3-Clause,Copyright (c) Donald Stufft and individual contributors.
paramiko,PyPI,LGPL-2.1-only,Copyright (C) 2009 Jeff Forcier
paramiko,PyPI,LGPL-2.1-only,Copyright (C) 2009 Jeff Forcier <[email protected]>
ply,PyPI,BSD-3-Clause,Copyright (C) 2001-2018
prometheus-client,PyPI,Apache-2.0,Copyright 2015 The Prometheus Authors
protobuf,PyPI,BSD-3-Clause,Copyright 2008 Google Inc. All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions active_directory/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion active_directory/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
24 changes: 12 additions & 12 deletions agent_requirements.in
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
aws-requests-auth==0.4.3
azure-identity==1.23.0
azure-identity==1.24.0
beautifulsoup4==4.13.4
binary==1.0.2
boto3==1.38.41
botocore==1.38.41
boto3==1.40.6
botocore==1.40.6
cachetools==6.1.0
clickhouse-cityhash==1.0.2.4
clickhouse-driver==0.2.9
cm-client==45.0.4
confluent-kafka==2.8.0
cryptography==45.0.4
ddtrace==3.9.3
confluent-kafka==2.11.0
cryptography==45.0.6
ddtrace==3.11.2
dnspython==2.7.0
fastavro==1.11.1
fastavro==1.12.0
foundationdb==6.3.25
hazelcast-python-client==5.5.0
in-toto==2.0.0
Expand All @@ -23,12 +23,12 @@ lazy-loader==0.4
ldap3==2.9.1
lxml==5.1.1
lz4==4.4.4
mmh3==5.1.0
mmh3==5.2.0
oauthlib==3.3.1
openstacksdk==4.6.0
orjson==3.11.1
packaging==25.0
paramiko==3.5.1
paramiko==4.0.0
ply==3.11
prometheus-client==0.22.1
protobuf==6.31.1
Expand All @@ -51,9 +51,9 @@ python-binary-memcached==0.31.4; sys_platform != 'win32'
python-dateutil==2.9.0.post0
python3-gearman==0.1.0; sys_platform != 'win32'
pyvmomi==8.0.3.0.1
pywin32==310; sys_platform == 'win32'
pywin32==311; sys_platform == 'win32'
pyyaml==6.0.2
redis==6.2.0
redis==6.4.0
requests-kerberos==0.15.0
requests-ntlm==1.3.0
requests-oauthlib==2.0.0
Expand All @@ -65,7 +65,7 @@ securesystemslib[crypto,pynacl]==0.28.0
semver==3.0.4
service-identity[idna]==24.2.0
simplejson==3.20.1
snowflake-connector-python==3.15.0
snowflake-connector-python==3.16.0
supervisor==4.2.5
tuf==4.0.0
urllib3==2.5.0
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/20979.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.38.41",
"boto3==1.40.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions aspdotnet/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion aspdotnet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion cisco_aci/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 = [
"cryptography==45.0.4",
"cryptography==45.0.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
12 changes: 6 additions & 6 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
db = [
"mmh3==5.1.0",
"mmh3==5.2.0",
]
deps = [
"binary==1.0.2",
"cachetools==6.1.0",
"cryptography==45.0.4",
"ddtrace==3.9.3",
"cryptography==45.0.6",
"ddtrace==3.11.2",
"jellyfish==1.2.0",
"lazy-loader==0.4",
"prometheus-client==0.22.1",
"protobuf==6.31.1",
"pydantic==2.11.7",
"python-dateutil==2.9.0.post0",
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
"pyyaml==6.0.2",
"requests-toolbelt==1.0.0",
"requests-unixsocket2==1.0.0",
Expand All @@ -55,7 +55,7 @@ deps = [
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.38.41",
"botocore==1.40.6",
"oauthlib==3.3.1",
"pyjwt==2.10.1",
"pyopenssl==25.1.0",
Expand Down Expand Up @@ -93,4 +93,4 @@ dev-mode-dirs = [
]

[tool.ruff]
extend = "../pyproject.toml"
extend = "../pyproject.toml"
1 change: 1 addition & 0 deletions dotnetclr/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion dotnetclr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions exchange_server/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion exchange_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions http_check/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion http_check/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 = [
"cryptography==45.0.4",
"cryptography==45.0.6",
"requests-ntlm==1.3.0",
]

Expand Down
1 change: 1 addition & 0 deletions iis/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion iis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

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

[project.optional-dependencies]
deps = [
"confluent-kafka==2.8.0",
"fastavro==1.11.1",
"confluent-kafka==2.11.0",
"fastavro==1.12.0",
"protobuf==6.31.1",
]

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

[project.optional-dependencies]
deps = [
"boto3==1.38.41",
"boto3==1.40.6",
"cachetools==6.1.0",
"cryptography==45.0.4",
"cryptography==45.0.6",
"pymysql==1.1.1",
]

Expand Down
1 change: 1 addition & 0 deletions pdh_check/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion pdh_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"azure-identity==1.23.0",
"boto3==1.38.41",
"azure-identity==1.24.0",
"boto3==1.40.6",
"cachetools==6.1.0",
"psycopg2-binary==2.9.9",
"semver==3.0.4",
Expand Down
1 change: 1 addition & 0 deletions redisdb/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion redisdb/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 = [
"redis==6.2.0",
"redis==6.4.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/20979.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.38.41",
"boto3==1.40.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions snowflake/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion snowflake/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 = [
"snowflake-connector-python==3.15.0",
"snowflake-connector-python==3.16.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions sqlserver/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions sqlserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"azure-identity==1.23.0",
"azure-identity==1.24.0",
"lxml==5.1.1",
"pyodbc==5.2.0",
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions ssh_check/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion ssh_check/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 = [
"paramiko==3.5.1",
"paramiko==4.0.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions tls/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion tls/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 = [
"cryptography==45.0.4",
"cryptography==45.0.6",
"service-identity[idna]==24.2.0",
]

Expand Down
1 change: 1 addition & 0 deletions win32_event_log/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion win32_event_log/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dynamic = [
[project.optional-dependencies]
deps = [
"psutil==6.0.0",
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions windows_service/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion windows_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions wmi_check/changelog.d/20979.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion wmi_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==310; sys_platform == 'win32'",
"pywin32==311; sys_platform == 'win32'",
]

[project.urls]
Expand Down
Loading