Skip to content

Commit 87fa4e3

Browse files
committed
Update dependencies and add changelog
1 parent b7a14df commit 87fa4e3

File tree

28 files changed

+53
-40
lines changed

28 files changed

+53
-40
lines changed

.ddev/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ semver = ['BSD-3-Clause']
9393
simplejson = ['MIT']
9494
# https://github.com/Supervisor/supervisor/blob/master/LICENSES.txt
9595
supervisor = ['BSD-3-Clause-Modification']
96+
# https://github.com/prometheus/client_python/issues/1110
97+
prometheus-client = ['Apache-2.0']
9698

9799
[overrides.dependencies.repo]
98100
PyYAML = 'https://github.com/yaml/pyyaml'

agent_requirements.in

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
22
aws-requests-auth==0.4.3
3-
azure-identity==1.21.0
3+
azure-identity==1.23.0
44
beautifulsoup4==4.13.4
55
binary==1.0.1
6-
boto3==1.38.8
7-
botocore==1.38.8
8-
cachetools==5.5.2
6+
boto3==1.38.24
7+
botocore==1.38.24
8+
cachetools==6.0.0
99
clickhouse-cityhash==1.0.2.4
1010
clickhouse-driver==0.2.9
1111
cm-client==45.0.4
12-
confluent-kafka==2.8.0
13-
cryptography==44.0.3
14-
ddtrace==3.7.2
12+
confluent-kafka==2.10.0
13+
cryptography==45.0.3
14+
ddtrace==3.8.0
1515
dnspython==2.7.0
16-
foundationdb==6.3.25
16+
foundationdb==7.4.1
1717
hazelcast-python-client==5.5.0
1818
in-toto==2.0.0
1919
jellyfish==1.2.0
@@ -29,19 +29,19 @@ orjson==3.10.18
2929
packaging==25.0
3030
paramiko==3.5.1
3131
ply==3.11
32-
prometheus-client==0.21.1
33-
protobuf==6.30.2
32+
prometheus-client==0.22.0
33+
protobuf==6.31.0
3434
psutil==6.0.0
3535
psycopg2-binary==2.9.9
3636
pyasn1==0.4.8
37-
pycryptodomex==3.22.0
38-
pydantic==2.11.4
37+
pycryptodomex==3.23.0
38+
pydantic==2.11.5
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==25.0.0
44+
pyopenssl==25.1.0
4545
pysmi==1.2.1
4646
pysnmp-mibs==0.1.6
4747
pysnmp==5.1.0
@@ -52,7 +52,7 @@ python3-gearman==0.1.0; sys_platform != 'win32'
5252
pyvmomi==8.0.3.0.1
5353
pywin32==310; sys_platform == 'win32'
5454
pyyaml==6.0.2
55-
redis==6.0.0
55+
redis==6.2.0
5656
requests-kerberos==0.15.0
5757
requests-ntlm==1.3.0
5858
requests-oauthlib==2.0.0

amazon_msk/changelog.d/20399.added

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

amazon_msk/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.38.8",
39+
"boto3==1.38.24",
4040
]
4141

4242
[project.urls]

cisco_aci/changelog.d/20399.added

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

cisco_aci/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3",
39+
"cryptography==45.0.3",
4040
]
4141

4242
[project.urls]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

datadog_checks_base/pyproject.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,16 @@ license = "BSD-3-Clause"
3333
db = [
3434
"mmh3==5.1.0",
3535
]
36-
# urllib3 is a dependency of requests that we explicitly
37-
# make use of in a few places
3836
deps = [
3937
"binary==1.0.1",
40-
"cachetools==5.5.2",
41-
"cryptography==44.0.3",
42-
"ddtrace==3.7.2",
38+
"cachetools==6.0.0",
39+
"cryptography==45.0.3",
40+
"ddtrace==3.8.0",
4341
"jellyfish==1.2.0",
4442
"lazy-loader==0.4",
45-
"prometheus-client==0.21.1",
46-
"protobuf==6.30.2",
47-
"pydantic==2.11.4",
43+
"prometheus-client==0.22.0",
44+
"protobuf==6.31.0",
45+
"pydantic==2.11.5",
4846
"python-dateutil==2.9.0.post0",
4947
"pywin32==310; sys_platform == 'win32'",
5048
"pyyaml==6.0.2",
@@ -57,10 +55,10 @@ deps = [
5755
]
5856
http = [
5957
"aws-requests-auth==0.4.3",
60-
"botocore==1.38.8",
58+
"botocore==1.38.24",
6159
"oauthlib==3.2.2",
6260
"pyjwt==2.10.1",
63-
"pyopenssl==25.0.0",
61+
"pyopenssl==25.1.0",
6462
"pysocks==1.7.1",
6563
"requests-kerberos==0.15.0",
6664
"requests-ntlm==1.3.0",

foundationdb/changelog.d/20399.added

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

foundationdb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"foundationdb==6.3.25",
39+
"foundationdb==7.4.1",
4040
]
4141

4242
[project.urls]

http_check/changelog.d/20399.added

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

http_check/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3",
39+
"cryptography==45.0.3",
4040
"requests-ntlm==1.3.0",
4141
]
4242

mongo/changelog.d/20399.added

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

mongo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"cachetools==5.5.2",
40+
"cachetools==6.0.0",
4141
"psutil==6.0.0",
4242
"pymongo[srv]==4.8.0; python_version >= '3.9'",
4343
]

mysql/changelog.d/20399.added

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

mysql/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"boto3==1.38.8",
40-
"cachetools==5.5.2",
41-
"cryptography==44.0.3",
39+
"boto3==1.38.24",
40+
"cachetools==6.0.0",
41+
"cryptography==45.0.3",
4242
"pymysql==1.1.1",
4343
]
4444

postgres/changelog.d/20399.added

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

postgres/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"azure-identity==1.21.0",
41-
"boto3==1.38.8",
42-
"cachetools==5.5.2",
40+
"azure-identity==1.23.0",
41+
"boto3==1.38.24",
42+
"cachetools==6.0.0",
4343
"psycopg2-binary==2.9.9",
4444
"semver==3.0.4",
4545
]

redisdb/changelog.d/20399.added

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

redisdb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = "BSD-3-Clause"
3636

3737
[project.optional-dependencies]
3838
deps = [
39-
"redis==6.0.0",
39+
"redis==6.2.0",
4040
]
4141

4242
[project.urls]

riakcs/changelog.d/20399.added

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

riakcs/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-
"boto3==1.38.8",
39+
"boto3==1.38.24",
4040
]
4141

4242
[project.urls]

snmp/changelog.d/20399.added

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

snmp/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.22.0",
41+
"pycryptodomex==3.23.0",
4242
"pysmi==1.2.1",
4343
"pysnmp-mibs==0.1.6",
4444
"pysnmp==5.1.0",

sqlserver/changelog.d/20399.added

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

sqlserver/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "BSD-3-Clause"
3737

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

tls/changelog.d/20399.added

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

tls/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3",
39+
"cryptography==45.0.3",
4040
"service-identity[idna]==24.2.0",
4141
]
4242

0 commit comments

Comments
 (0)