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 .deps/builder_inputs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Hash inputs are defined in .builders/inputs_hash.py (SHARED_INPUTS,
# RESOLUTION_INPUTS).
[resolution]
hash = "d629da124aca924cb21ad8ec750e18461e134564835a3be29edbde2e885dc90f"
hash = "eb0206d467c98bcec1ce86715c5053003d6b6fb46ebb5b07df986dfb7a673ab8"

[images]
linux-aarch64 = "48faaad3beb1c8fc378547f2e5719d5b3b6a475903999a4bf2abb6c1a6d4089f"
Expand Down
46 changes: 23 additions & 23 deletions .deps/resolved/linux-aarch64_3.13.txt

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions .deps/resolved/linux-x86_64_3.13.txt

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions .deps/resolved/macos-aarch64_3.13.txt

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions .deps/resolved/macos-x86_64_3.13.txt

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions .deps/resolved/windows-x86_64_3.13.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ aws-requests-auth==0.4.3
azure-identity==1.25.3
beautifulsoup4==4.15.0
binary==1.0.2
boto3==1.43.67
botocore==1.43.67
boto3==1.43.72
botocore==1.43.72
cachetools==7.1.7
clickhouse-connect==1.6.0
clickhouse-connect==1.7.1
cm-client==45.0.4
confluent-kafka==2.13.2
cryptography==50.0.0
Expand All @@ -26,7 +26,7 @@ lz4==4.4.5
mmh3==5.2.1
oauthlib==3.3.1
openstacksdk==4.18.0
orjson==3.11.9
orjson==3.12.0
packaging==26.3
paramiko==5.0.0
prometheus-client==0.26.0
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/24877.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Use this PR number for changelog fragments

Changelog validation blocks this PR, and bypassing it would publish dependency release notes linked to an unrelated change.

Assertion details
  • Input: Run repository PR validation for PR 24877 or generate a release changelog from these fragments.
  • Expected: Rename all eight new fragments from 24869.added to 24877.added and terminate each description with a period, as required by the repository changelog rules. This is a multi-file rename, so an inline suggestion cannot provide the complete fix.
  • Actual: Every new fragment is named 24869.added, although 24869 is the already-merged Linux proc FIPS PR. The repository validator explicitly rejects fragment numbers that differ from the current PR, and towncrier uses the filename number to generate the PR link.

Was this helpful? React 👍 or 👎
🤖 Datadog Autotest · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest

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.43.67",
"boto3==1.43.72",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions clickhouse/changelog.d/24877.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion clickhouse/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 = [
"clickhouse-connect==1.6.0",
"clickhouse-connect==1.7.1",
"lz4==4.4.5",
]

Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/24877.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps = [
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.43.67",
"botocore==1.43.72",
"oauthlib==3.3.1",
"pyjwt==2.13.0",
"pyopenssl==26.4.0",
Expand All @@ -65,7 +65,7 @@ http = [
"requests-oauthlib==2.0.0",
]
json = [
"orjson==3.11.9",
"orjson==3.12.0",
]
kube = [
"kubernetes==35.0.0",
Expand Down
1 change: 1 addition & 0 deletions do_query_actions/changelog.d/24877.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion do_query_actions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dynamic = [
[project.optional-dependencies]
deps = [
"azure-identity==1.25.3",
"boto3==1.43.67",
"boto3==1.43.72",
"psycopg[c,pool]==3.3.4",
]

Expand Down
1 change: 1 addition & 0 deletions kafka_consumer/changelog.d/24877.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion kafka_consumer/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 = [
"aws-msk-iam-sasl-signer-python==1.0.2",
"boto3==1.43.67",
"boto3==1.43.72",
"confluent-kafka==2.13.2",
]

Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/24877.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 @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"boto3==1.43.67",
"boto3==1.43.72",
"cachetools==7.1.7",
"cryptography==50.0.0",
"pymysql==1.1.2",
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/24877.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"azure-identity==1.25.3",
"boto3==1.43.67",
"boto3==1.43.72",
"cachetools==7.1.7",
"psycopg[c,pool]==3.3.4",
"semver==3.0.4",
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/24877.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.43.67",
"boto3==1.43.72",
]

[project.urls]
Expand Down
Loading