Skip to content

Commit c0b2743

Browse files
authored
Revert dependency bump (#20064)
* resolve conflicts * remove uptime
1 parent 7bc1521 commit c0b2743

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ binary,PyPI,Apache-2.0,Copyright 2018 Ofek Lev
1111
binary,PyPI,MIT,Copyright 2018 Ofek Lev
1212
boto3,PyPI,Apache-2.0,"Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved."
1313
botocore,PyPI,Apache-2.0,"Copyright 2012-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved."
14-
cachetools,PyPI,MIT,Copyright (c) 2014-2025 Thomas Kemmer
14+
cachetools,PyPI,MIT,Copyright (c) 2014-2024 Thomas Kemmer
1515
check-postgres,"https://github.com/bucardo/",BSD-2-Clause,Copyright 2007 - 2023 Greg Sabino Mullane
1616
clickhouse-cityhash,PyPI,MIT,"Copyright (c) 2011, Alexander Marshalov <alone.amper@gmail.com>"
1717
clickhouse-driver,PyPI,MIT,Copyright (c) 2017 by Konstantin Lebedev.

agent_requirements.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
22
aws-requests-auth==0.4.3
3-
azure-identity==1.20.0
4-
beautifulsoup4==4.13.3
3+
azure-identity==1.19.0
4+
beautifulsoup4==4.12.3
55
binary==1.0.1
6-
boto3==1.36.26
7-
botocore==1.36.26
8-
cachetools==5.5.2
6+
boto3==1.36.16
7+
botocore==1.36.16
8+
cachetools==5.5.1
99
clickhouse-cityhash==1.0.2.4
1010
clickhouse-driver==0.2.9
1111
cm-client==45.0.4
1212
confluent-kafka==2.8.0
13-
cryptography==44.0.1
13+
cryptography==43.0.1
1414
ddtrace==2.10.6
1515
dnspython==2.7.0
1616
foundationdb==6.3.24
1717
hazelcast-python-client==5.5.0
1818
in-toto==2.0.0
1919
jellyfish==1.1.3
20-
kubernetes==32.0.1
20+
kubernetes==32.0.0
2121
lazy-loader==0.4
2222
ldap3==2.9.1
2323
lxml==5.1.1
@@ -41,7 +41,7 @@ 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==24.3.0
44+
pyopenssl==24.2.1
4545
pysmi==1.2.1
4646
pysnmp-mibs==0.1.6
4747
pysnmp==5.1.0
@@ -63,7 +63,7 @@ rethinkdb==2.4.10.post1
6363
securesystemslib[crypto,pynacl]==0.28.0
6464
semver==3.0.4
6565
service-identity[idna]==24.2.0
66-
simplejson==3.20.1
66+
simplejson==3.19.3
6767
snowflake-connector-python==3.13.2
6868
supervisor==4.2.5
6969
tuf==4.0.0

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.36.26",
39+
"boto3==1.36.16",
4040
]
4141

4242
[project.urls]

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.1",
39+
"cryptography==43.0.1",
4040
]
4141

4242
[project.urls]

datadog_checks_base/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ db = [
3535
]
3636
deps = [
3737
"binary==1.0.1",
38-
"cachetools==5.5.2",
39-
"cryptography==44.0.1",
38+
"cachetools==5.5.1",
39+
"cryptography==43.0.1",
4040
"ddtrace==2.10.6",
4141
"jellyfish==1.1.3",
4242
"lazy-loader==0.4",
@@ -49,15 +49,15 @@ deps = [
4949
"requests-toolbelt==1.0.0",
5050
"requests-unixsocket2==0.4.2",
5151
"requests==2.32.3",
52-
"simplejson==3.20.1",
52+
"simplejson==3.19.3",
5353
"wrapt==1.17.2",
5454
]
5555
http = [
5656
"aws-requests-auth==0.4.3",
57-
"botocore==1.36.26",
57+
"botocore==1.36.16",
5858
"oauthlib==3.2.2",
5959
"pyjwt==2.10.1",
60-
"pyopenssl==24.3.0",
60+
"pyopenssl==24.2.1",
6161
"pysocks==1.7.1",
6262
"requests-kerberos==0.15.0",
6363
"requests-ntlm==1.3.0",
@@ -67,7 +67,7 @@ json = [
6767
"orjson==3.10.15",
6868
]
6969
kube = [
70-
"kubernetes==32.0.1",
70+
"kubernetes==32.0.0",
7171
"requests-oauthlib==2.0.0",
7272
]
7373

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.1",
39+
"cryptography==43.0.1",
4040
"requests-ntlm==1.3.0",
4141
]
4242

kubevirt_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dynamic = [
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"kubernetes==32.0.1",
40+
"kubernetes==32.0.0"
4141
]
4242

4343
[project.urls]

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==5.5.1",
4141
"psutil==6.0.0",
4242
"pymongo[srv]==4.8.0; python_version >= '3.9'",
4343
]

mysql/pyproject.toml

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

3737
[project.optional-dependencies]
3838
deps = [
39-
"cachetools==5.5.2",
40-
"cryptography==44.0.1",
39+
"cachetools==5.5.1",
40+
"cryptography==43.0.1",
4141
"pymysql==1.1.1",
4242
]
4343

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.20.0",
41-
"boto3==1.36.26",
42-
"cachetools==5.5.2",
40+
"azure-identity==1.19.0",
41+
"boto3==1.36.16",
42+
"cachetools==5.5.1",
4343
"psycopg2-binary==2.9.9",
4444
"semver==3.0.4",
4545
]

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.36.26",
39+
"boto3==1.36.16",
4040
]
4141

4242
[project.urls]

spark/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-
"beautifulsoup4==4.13.3",
39+
"beautifulsoup4==4.12.3",
4040
]
4141

4242
[project.urls]

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.20.0",
40+
"azure-identity==1.19.0",
4141
"lxml==5.1.1",
4242
"pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
4343
"pywin32==308; sys_platform == 'win32'",

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.1",
39+
"cryptography==43.0.1",
4040
"service-identity[idna]==24.2.0",
4141
]
4242

0 commit comments

Comments
 (0)