Skip to content

Commit 283cdf2

Browse files
dd-octo-sts[bot]FlorentClarretgithub-actions[bot]dkirov-dddd-agent-integrations-bot[bot]
authored
Update dependencies (DataDog#24321)
* Update dependencies * Fix changelog PR numbers Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Pin redis, pymysql, cryptography back to master versions These three bumps break redisdb (redis 8 RESP3/HELLO), mysql+proxysql (pymysql 1.2 SSL default), and tls + macos-x86_64 build (cryptography 49). Pin them back so the remaining ~23 safe bumps can land green; the breaking bumps will be handled in dedicated follow-up PRs with integration fixes. Removed now-orphaned changelog entries for integrations whose only bump was one of the pinned packages (redisdb, proxysql, cacti, cisco_aci, http_check, singlestore). * Pin pyopenssl back to 26.2.0 (requires cryptography<49) pyopenssl 26.3.0 depends on cryptography>=49, which conflicts with the cryptography==48.0.1 pin and made the dependency set unresolvable. Pin pyopenssl back to master's 26.2.0 (compatible with cryptography 48). * Sync kueue kubernetes pin to 36.0.2 after merging master Master added the kueue integration (pinned kubernetes==35.0.0) after this PR was opened; the PR bumps the Agent to kubernetes==36.0.2, so the merged tree was inconsistent. ddev dep sync aligns kueue to 36.0.2. * Update dependency resolution * Pin kubernetes back to 35.0.0 to cut Agent size growth The kubernetes client wheel jumped 1.92MB -> 4.40MB between 35.0.0 and 36.0.2 (+2.48MB), ~70% of this PR's total dependency size growth, tripping the Agent static quality gate. Nothing here needs kubernetes 36, so pin it back. This also realigns kueue/kubevirt_api with master (orphaned changelog entries removed). * Update dependency resolution --------- Co-authored-by: FlorentClarret <1266346+FlorentClarret@users.noreply.github.com> Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dkirov-dd <dkirov-dd@users.noreply.github.com> Co-authored-by: dd-agent-integrations-bot[bot] <dd-agent-integrations-bot[bot]@users.noreply.github.com>
1 parent 38ce43f commit 283cdf2

65 files changed

Lines changed: 287 additions & 273 deletions

File tree

Some content is hidden

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

.deps/builder_inputs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Hash inputs are defined in .builders/inputs_hash.py (SHARED_INPUTS,
1212
# RESOLUTION_INPUTS).
1313
[resolution]
14-
hash = "779028a5905d9bd45a2a151aa0402a5e464166eeba8ecbc149d625235d5c0a63"
14+
hash = "49b911b71bf751d20b0253d733ffe78f0d7bb8ee26d2f7913246288b94a2d2db"
1515

1616
[images]
1717
linux-aarch64 = "f1b68d5fadd431f289254a30a6c0c71cac8170fe968c5a7ab3836f6f452d411d"

.deps/resolved/linux-aarch64_3.13.txt

Lines changed: 40 additions & 43 deletions
Large diffs are not rendered by default.

.deps/resolved/linux-x86_64_3.13.txt

Lines changed: 40 additions & 43 deletions
Large diffs are not rendered by default.

.deps/resolved/macos-aarch64_3.13.txt

Lines changed: 37 additions & 40 deletions
Large diffs are not rendered by default.

.deps/resolved/macos-x86_64_3.13.txt

Lines changed: 37 additions & 40 deletions
Large diffs are not rendered by default.

.deps/resolved/windows-x86_64_3.13.txt

Lines changed: 39 additions & 42 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

active_directory/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-
"pywin32==311; sys_platform == 'win32'",
39+
"pywin32==312; sys_platform == 'win32'",
4040
]
4141

4242
[project.urls]

agent_requirements.in

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
22
aws-msk-iam-sasl-signer-python==1.0.2
33
aws-requests-auth==0.4.3
44
azure-identity==1.25.3
5-
beautifulsoup4==4.14.3
5+
beautifulsoup4==4.15.0
66
binary==1.0.2
7-
boto3==1.42.72
8-
botocore==1.42.72
9-
cachetools==7.0.5
10-
clickhouse-connect==0.14.1
7+
boto3==1.43.40
8+
botocore==1.43.40
9+
cachetools==7.1.4
10+
clickhouse-connect==1.4.1
1111
cm-client==45.0.4
1212
confluent-kafka==2.13.2
1313
cryptography==48.0.1
1414
ddtrace==3.19.5
1515
dnspython==2.8.0
16-
fastavro==1.12.1
16+
fastavro==1.12.2
1717
foundationdb==6.3.25
18-
hazelcast-python-client==5.6.0
18+
hazelcast-python-client==5.7.0
1919
in-toto==2.0.0
2020
jellyfish==1.2.1
2121
kubernetes==35.0.0
@@ -25,16 +25,16 @@ lxml==6.1.0
2525
lz4==4.4.5
2626
mmh3==5.2.1
2727
oauthlib==3.3.1
28-
openstacksdk==4.10.0
29-
orjson==3.11.7
30-
packaging==26.0
31-
paramiko==4.0.0
32-
prometheus-client==0.24.1
33-
protobuf==7.34.0
28+
openstacksdk==4.17.0
29+
orjson==3.11.9
30+
packaging==26.2
31+
paramiko==5.0.0
32+
prometheus-client==0.25.0
33+
protobuf==7.35.1
3434
psutil==6.0.0
35-
psycopg[c,pool]==3.3.3
35+
psycopg[c,pool]==3.3.4
3636
pyasn1==0.6.3
37-
pydantic==2.12.5
37+
pydantic==2.13.4
3838
pyjwt==2.13.0
3939
pymongo[srv]==4.8.0; python_version >= '3.9'
4040
pymqi==1.12.13
@@ -44,26 +44,26 @@ pyopenssl==26.2.0
4444
pysnmp-mibs==0.1.6
4545
pysnmp==7.1.22
4646
pysocks==1.7.1
47-
python-binary-memcached==0.31.4; sys_platform != 'win32'
47+
python-binary-memcached==0.32.0; sys_platform != 'win32'
4848
python-dateutil==2.9.0.post0
4949
python3-gearman==0.1.0; sys_platform != 'win32'
5050
pyvmomi==8.0.3.0.1
51-
pywin32==311; sys_platform == 'win32'
51+
pywin32==312; sys_platform == 'win32'
5252
pyyaml==6.0.3
5353
redis==7.3.0
5454
requests-kerberos==0.15.0
5555
requests-ntlm==1.3.0
5656
requests-oauthlib==2.0.0
5757
requests-toolbelt==1.0.0
5858
requests-unixsocket2==1.0.1
59-
requests==2.33.0
59+
requests==2.34.2
6060
rethinkdb==2.4.10.post1
6161
securesystemslib[crypto,pynacl]==0.28.0
6262
semver==3.0.4
63-
service-identity[idna]==24.2.0
64-
simplejson==3.20.2
63+
service-identity[idna]==26.1.0
64+
simplejson==4.1.1
6565
supervisor==4.3.0
6666
tuf==4.0.0
6767
urllib3==2.7.0
6868
vertica-python==1.4.0
69-
wrapt==2.1.2
69+
wrapt==2.2.2

amazon_msk/changelog.d/24321.added

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

0 commit comments

Comments
 (0)