Skip to content

Update dependencies #19962

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 4, 2025
Merged
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
1 change: 1 addition & 0 deletions active_directory/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; 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,16 +1,16 @@
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
aws-requests-auth==0.4.3
azure-identity==1.20.0
azure-identity==1.21.0
beautifulsoup4==4.13.3
binary==1.0.1
boto3==1.36.26
botocore==1.36.26
boto3==1.37.23
botocore==1.37.23
cachetools==5.5.2
clickhouse-cityhash==1.0.2.4
clickhouse-driver==0.2.9
cm-client==45.0.4
confluent-kafka==2.8.0
cryptography==44.0.1
cryptography==44.0.2
ddtrace==2.21.4
dnspython==2.7.0
foundationdb==6.3.24
Expand All @@ -24,24 +24,24 @@ lxml==5.1.1
lz4==4.4.3
mmh3==5.1.0
oauthlib==3.2.2
openstacksdk==4.3.0
orjson==3.10.15
openstacksdk==4.4.0
orjson==3.10.16
packaging==24.2
paramiko==3.5.1
ply==3.11
prometheus-client==0.21.1
protobuf==5.29.3
protobuf==6.30.2
psutil==6.0.0
psycopg2-binary==2.9.9
pyasn1==0.4.8
pycryptodomex==3.21.0
pydantic==2.10.6
pycryptodomex==3.22.0
pydantic==2.11.1
pyjwt==2.10.1
pymongo[srv]==4.8.0; python_version >= '3.9'
pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64'
pymysql==1.1.1
pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'
pyopenssl==24.3.0
pyopenssl==25.0.0
pysmi==1.2.1
pysnmp-mibs==0.1.6
pysnmp==5.1.0
Expand All @@ -50,7 +50,7 @@ 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==308; sys_platform == 'win32'
pywin32==310; sys_platform == 'win32'
pyyaml==6.0.2
redis==5.2.1
requests-kerberos==0.15.0
Expand All @@ -64,7 +64,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.13.2
snowflake-connector-python==3.14.0
supervisor==4.2.5
tuf==4.0.0
vertica-python==1.4.0
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/19962.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.36.26",
"boto3==1.37.23",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions aspdotnet/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/19962.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==44.0.1",
"cryptography==44.0.2",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/19962.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
14 changes: 7 additions & 7 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ db = [
deps = [
"binary==1.0.1",
"cachetools==5.5.2",
"cryptography==44.0.1",
"cryptography==44.0.2",
"ddtrace==2.21.4",
"jellyfish==1.1.3",
"lazy-loader==0.4",
"prometheus-client==0.21.1",
"protobuf==5.29.3",
"pydantic==2.10.6",
"protobuf==6.30.2",
"pydantic==2.11.1",
"python-dateutil==2.9.0.post0",
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
"pyyaml==6.0.2",
"requests-toolbelt==1.0.0",
"requests-unixsocket2==0.4.2",
Expand All @@ -54,17 +54,17 @@ deps = [
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.36.26",
"botocore==1.37.23",
"oauthlib==3.2.2",
"pyjwt==2.10.1",
"pyopenssl==24.3.0",
"pyopenssl==25.0.0",
"pysocks==1.7.1",
"requests-kerberos==0.15.0",
"requests-ntlm==1.3.0",
"requests-oauthlib==2.0.0",
]
json = [
"orjson==3.10.15",
"orjson==3.10.16",
]
kube = [
"kubernetes==32.0.1",
Expand Down
1 change: 1 addition & 0 deletions dotnetclr/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions exchange_server/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion foundationdb/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ matrix.protocol.env-vars = [
]

[envs.default.env-vars]
PROTOCOL = "none"
PROTOCOL = "none"
1 change: 1 addition & 0 deletions http_check/changelog.d/19962.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==44.0.1",
"cryptography==44.0.2",
"requests-ntlm==1.3.0",
]

Expand Down
1 change: 1 addition & 0 deletions iis/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/19962.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 @@ -37,7 +37,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cachetools==5.5.2",
"cryptography==44.0.1",
"cryptography==44.0.2",
"pymysql==1.1.1",
]

Expand Down
1 change: 1 addition & 0 deletions openstack_controller/changelog.d/19962.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion openstack_controller/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 = [
"openstacksdk==4.3.0",
"openstacksdk==4.4.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions pdh_check/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/19962.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.20.0",
"boto3==1.36.26",
"azure-identity==1.21.0",
"boto3==1.37.23",
"cachetools==5.5.2",
"psycopg2-binary==2.9.9",
"semver==3.0.4",
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/19962.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.36.26",
"boto3==1.37.23",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions snmp/changelog.d/19962.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion snmp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license = "BSD-3-Clause"
deps = [
"ply==3.11",
"pyasn1==0.4.8",
"pycryptodomex==3.21.0",
"pycryptodomex==3.22.0",
"pysmi==1.2.1",
"pysnmp-mibs==0.1.6",
"pysnmp==5.1.0",
Expand Down
1 change: 1 addition & 0 deletions snowflake/changelog.d/19962.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.13.2",
"snowflake-connector-python==3.14.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions sqlserver/changelog.d/19962.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.20.0",
"azure-identity==1.21.0",
"lxml==5.1.1",
"pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions tls/changelog.d/19962.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==44.0.1",
"cryptography==44.0.2",
"service-identity[idna]==24.2.0",
]

Expand Down
1 change: 1 addition & 0 deletions win32_event_log/changelog.d/19962.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 @@ -36,8 +36,8 @@ dynamic = [

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

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions windows_service/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions wmi_check/changelog.d/19962.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==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
Loading