Skip to content

Commit 3846f01

Browse files
FlorentClarretgithub-actions[bot]
authored andcommitted
Update dependencies
1 parent 6d6070d commit 3846f01

File tree

18 files changed

+29
-23
lines changed

18 files changed

+29
-23
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ requests-ntlm,PyPI,ISC,Copyright (c) 2013 Ben Toews
7474
requests-oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2014 Kenneth Reitz.
7575
requests-oauthlib,PyPI,ISC,Copyright (c) 2014 Kenneth Reitz.
7676
requests-toolbelt,PyPI,Apache-2.0,"Copyright 2014 Ian Cordasco, Cory Benfield"
77-
requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2024 thelab
77+
requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2025 thelab
7878
rethinkdb,PyPI,Apache-2.0,Copyright 2018 RethinkDB.
7979
securesystemslib,PyPI,MIT,Copyright (c) 2016 Santiago Torres
8080
semver,PyPI,BSD-3-Clause,"Copyright (c) 2013, Konstantine Rybnikov"

agent_requirements.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ aws-requests-auth==0.4.3
33
azure-identity==1.21.0
44
beautifulsoup4==4.13.3
55
binary==1.0.1
6-
boto3==1.37.23
7-
botocore==1.37.23
6+
boto3==1.37.28
7+
botocore==1.37.28
88
cachetools==5.5.2
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
12+
confluent-kafka==2.9.0
1313
cryptography==44.0.2
1414
ddtrace==2.21.4
1515
dnspython==2.7.0
16-
foundationdb==6.3.24
16+
foundationdb==7.3.65
1717
hazelcast-python-client==5.5.0
1818
in-toto==2.0.0
19-
jellyfish==1.1.3
19+
jellyfish==1.2.0
2020
kubernetes==32.0.1
2121
lazy-loader==0.4
2222
ldap3==2.9.1
2323
lxml==5.1.1
24-
lz4==4.4.3
24+
lz4==4.4.4
2525
mmh3==5.1.0
2626
oauthlib==3.2.2
2727
openstacksdk==4.4.0
@@ -35,9 +35,9 @@ psutil==6.0.0
3535
psycopg2-binary==2.9.9
3636
pyasn1==0.4.8
3737
pycryptodomex==3.22.0
38-
pydantic==2.11.1
38+
pydantic==2.11.2
3939
pyjwt==2.10.1
40-
pymongo[srv]==4.8.0; python_version >= '3.9'
40+
pymongo[srv]==4.11.3; 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'
@@ -57,7 +57,7 @@ requests-kerberos==0.15.0
5757
requests-ntlm==1.3.0
5858
requests-oauthlib==2.0.0
5959
requests-toolbelt==1.0.0
60-
requests-unixsocket2==0.4.2
60+
requests-unixsocket2==1.0.0
6161
requests==2.32.3
6262
rethinkdb==2.4.10.post1
6363
securesystemslib[crypto,pynacl]==0.28.0

amazon_msk/changelog.d/20014.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.37.23",
39+
"boto3==1.37.28",
4040
]
4141

4242
[project.urls]

clickhouse/changelog.d/20014.added

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

clickhouse/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
"clickhouse-cityhash==1.0.2.4",
4040
"clickhouse-driver==0.2.9",
41-
"lz4==4.4.3",
41+
"lz4==4.4.4",
4242
]
4343

4444
[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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,24 @@ deps = [
3838
"cachetools==5.5.2",
3939
"cryptography==44.0.2",
4040
"ddtrace==2.21.4",
41-
"jellyfish==1.1.3",
41+
"jellyfish==1.2.0",
4242
"lazy-loader==0.4",
4343
"prometheus-client==0.21.1",
4444
"protobuf==6.30.2",
45-
"pydantic==2.11.1",
45+
"pydantic==2.11.2",
4646
"python-dateutil==2.9.0.post0",
4747
"pywin32==310; sys_platform == 'win32'",
4848
"pyyaml==6.0.2",
4949
"requests-toolbelt==1.0.0",
50-
"requests-unixsocket2==0.4.2",
50+
"requests-unixsocket2==1.0.0",
5151
"requests==2.32.3",
5252
"simplejson==3.20.1",
53-
# urllib3 is a dependency of requests that we explicitly
54-
# make use of in a few places
5553
"urllib3==2.3.0",
5654
"wrapt==1.17.2",
5755
]
5856
http = [
5957
"aws-requests-auth==0.4.3",
60-
"botocore==1.37.23",
58+
"botocore==1.37.28",
6159
"oauthlib==3.2.2",
6260
"pyjwt==2.10.1",
6361
"pyopenssl==25.0.0",
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.24",
39+
"foundationdb==7.3.65",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)