Skip to content

Update dependencies #20002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
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
16 changes: 8 additions & 8 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ddtrace,PyPI,BSD-3-Clause,"Copyright 2016 Datadog, Inc."
dnspython,PyPI,ISC,Copyright (C) Dnspython Contributors
flup,Vendor,BSD-3-Clause,Copyright (c) 2005 Allan Saddi. All Rights Reserved.
flup-py3,Vendor,BSD-3-Clause,"Copyright (c) 2005, 2006 Allan Saddi <[email protected]> All rights reserved."
foundationdb,PyPI,Apache-2.0,Copyright 2017 FoundationDB
foundationdb,PyPI,Apache-2.0,Copyright FoundationDB
hazelcast-python-client,PyPI,Apache-2.0,"Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved."
in-toto,PyPI,Apache-2.0,Copyright 2018 New York University
jellyfish,PyPI,MIT,Copyright (c) 2015 James Turk
Expand All @@ -41,21 +41,21 @@ orjson,PyPI,Apache-2.0,Copyright ijl <[email protected]>
orjson,PyPI,MIT,Copyright (c) ijl <[email protected]>
packaging,PyPI,Apache-2.0,Copyright (c) Donald Stufft and individual contributors.
packaging,PyPI,BSD-3-Clause,Copyright (c) Donald Stufft and individual contributors.
paramiko,PyPI,LGPL-2.1-only,Copyright (C) 2009 Jeff Forcier
paramiko,PyPI,LGPL-2.1-only,Copyright (C) Jeff Forcier
ply,PyPI,BSD-3-Clause,Copyright (C) 2001-2018
prometheus-client,PyPI,Apache-2.0,Copyright 2015 The Prometheus Authors
protobuf,PyPI,BSD-3-Clause,Copyright 2008 Google Inc. All rights reserved.
psutil,PyPI,BSD-3-Clause,"Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola"
psycopg2-binary,PyPI,BSD-3-Clause,Copyright 2013 Federico Di Gregorio
psycopg2-binary,PyPI,LGPL-3.0-only,Copyright (C) 2013 Federico Di Gregorio
psycopg2-binary,PyPI,BSD-3-Clause,Copyright Federico Di Gregorio
psycopg2-binary,PyPI,LGPL-3.0-only,Copyright (C) Federico Di Gregorio
pyOpenSSL,PyPI,Apache-2.0,Copyright The pyOpenSSL developers
pyasn1,PyPI,BSD-3-Clause,"Copyright (c) 2005-2019, Ilya Etingof <[email protected]>"
pycryptodomex,PyPI,BSD-2-Clause,Copyright 2014 Helder Eijs
pycryptodomex,PyPI,BSD-2-Clause,Copyright Helder Eijs
pycryptodomex,PyPI,Unlicense,Helder Eijs. pycryptodomex is dedicated to the public domain under Unlicense.
pydantic,PyPI,MIT,Copyright (c) 2017 to present Pydantic Services Inc. and individual contributors.
pymongo,PyPI,Apache-2.0,Copyright The MongoDB Python Team
pymqi,PyPI,PSF,Copyright (c) Zato Source s.r.o.
pyodbc,PyPI,MIT-0,Copyright 2008 Michael Kleehammer
pyodbc,PyPI,MIT-0,Copyright Michael Kleehammer
pysmi,PyPI,BSD-2-Clause,Copyright (c) 2015-2020 Ilya Etingof <[email protected]>
pysmi,PyPI,BSD-3-Clause,Copyright (c) 2015-2020 Ilya Etingof <[email protected]>
pysnmp,PyPI,BSD-2-Clause,"Copyright (c) 2005-2019, Ilya Etingof <[email protected]>"
Expand All @@ -75,7 +75,7 @@ requests-oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2014 Kenneth Reitz.
requests-oauthlib,PyPI,ISC,Copyright (c) 2014 Kenneth Reitz.
requests-toolbelt,PyPI,Apache-2.0,"Copyright 2014 Ian Cordasco, Cory Benfield"
requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2024 thelab
rethinkdb,PyPI,Apache-2.0,Copyright 2018 RethinkDB.
rethinkdb,PyPI,Apache-2.0,Copyright RethinkDB.
securesystemslib,PyPI,MIT,Copyright (c) 2016 Santiago Torres
semver,PyPI,BSD-3-Clause,"Copyright (c) 2013, Konstantine Rybnikov"
service-identity,PyPI,MIT,Copyright (c) 2014 Hynek Schlawack and the service-identity contributors
Expand All @@ -84,5 +84,5 @@ snowflake-connector-python,PyPI,Apache-2.0,"Copyright (c) 2013-2023 Snowflake Co
supervisor,PyPI,BSD-3-Clause-Modification,"Copyright (c) 2002-2005, Daniel Krech, http://eikeon.com/"
tuf,PyPI,Apache-2.0,Copyright (c) 2010 New York University
tuf,PyPI,MIT,Copyright (c) 2010 New York University
vertica-python,PyPI,Apache-2.0,"Copyright 2013 Justin Berka, Alex Kim, Siting Ren"
vertica-python,PyPI,Apache-2.0,"Copyright Justin Berka, Alex Kim, Siting Ren"
wrapt,PyPI,BSD-3-Clause,"Copyright (c) 2013-2023, Graham Dumpleton"
1 change: 1 addition & 0 deletions active_directory/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion active_directory/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
34 changes: 17 additions & 17 deletions agent_requirements.in
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
aws-requests-auth==0.4.3
azure-identity==1.20.0
azure-identity==1.21.0
beautifulsoup4==4.13.3
binary==1.0.1
boto3==1.36.26
botocore==1.36.26
boto3==1.37.26
botocore==1.37.26
cachetools==5.5.2
clickhouse-cityhash==1.0.2.4
clickhouse-driver==0.2.9
cm-client==45.0.4
confluent-kafka==2.8.0
cryptography==44.0.1
confluent-kafka==2.9.0
cryptography==44.0.2
ddtrace==2.21.4
dnspython==2.7.0
foundationdb==6.3.24
foundationdb==7.3.63
hazelcast-python-client==5.5.0
in-toto==2.0.0
jellyfish==1.1.3
jellyfish==1.2.0
kubernetes==32.0.1
lazy-loader==0.4
ldap3==2.9.1
lxml==5.1.1
lz4==4.4.3
lz4==4.4.4
mmh3==5.1.0
oauthlib==3.2.2
openstacksdk==4.3.0
orjson==3.10.15
openstacksdk==4.4.0
orjson==3.10.16
packaging==24.2
paramiko==3.5.1
ply==3.11
prometheus-client==0.21.1
protobuf==5.29.3
protobuf==6.30.2
psutil==6.0.0
psycopg2-binary==2.9.9
pyasn1==0.4.8
pycryptodomex==3.21.0
pydantic==2.10.6
pycryptodomex==3.22.0
pydantic==2.11.1
pyjwt==2.10.1
pymongo[srv]==4.8.0; python_version >= '3.9'
pymongo[srv]==4.11.3; python_version >= '3.9'
pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64'
pymysql==1.1.1
pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'
pyopenssl==24.3.0
pyopenssl==25.0.0
pysmi==1.2.1
pysnmp-mibs==0.1.6
pysnmp==5.1.0
Expand All @@ -50,7 +50,7 @@ python-binary-memcached==0.31.4; sys_platform != 'win32'
python-dateutil==2.9.0.post0
python3-gearman==0.1.0; sys_platform != 'win32'
pyvmomi==8.0.3.0.1
pywin32==308; sys_platform == 'win32'
pywin32==310; sys_platform == 'win32'
pyyaml==6.0.2
redis==5.2.1
requests-kerberos==0.15.0
Expand All @@ -64,7 +64,7 @@ securesystemslib[crypto,pynacl]==0.28.0
semver==3.0.4
service-identity[idna]==24.2.0
simplejson==3.20.1
snowflake-connector-python==3.13.2
snowflake-connector-python==3.14.0
supervisor==4.2.5
tuf==4.0.0
vertica-python==1.4.0
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
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.36.26",
"boto3==1.37.26",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions aspdotnet/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion aspdotnet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion cisco_aci/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 = [
"cryptography==44.0.1",
"cryptography==44.0.2",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions clickhouse/changelog.d/20002.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 @@ -38,7 +38,7 @@ license = "BSD-3-Clause"
deps = [
"clickhouse-cityhash==1.0.2.4",
"clickhouse-driver==0.2.9",
"lz4==4.4.3",
"lz4==4.4.4",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
16 changes: 8 additions & 8 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ db = [
deps = [
"binary==1.0.1",
"cachetools==5.5.2",
"cryptography==44.0.1",
"cryptography==44.0.2",
"ddtrace==2.21.4",
"jellyfish==1.1.3",
"jellyfish==1.2.0",
"lazy-loader==0.4",
"prometheus-client==0.21.1",
"protobuf==5.29.3",
"pydantic==2.10.6",
"protobuf==6.30.2",
"pydantic==2.11.1",
"python-dateutil==2.9.0.post0",
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
"pyyaml==6.0.2",
"requests-toolbelt==1.0.0",
"requests-unixsocket2==0.4.2",
Expand All @@ -54,17 +54,17 @@ deps = [
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.36.26",
"botocore==1.37.26",
"oauthlib==3.2.2",
"pyjwt==2.10.1",
"pyopenssl==24.3.0",
"pyopenssl==25.0.0",
"pysocks==1.7.1",
"requests-kerberos==0.15.0",
"requests-ntlm==1.3.0",
"requests-oauthlib==2.0.0",
]
json = [
"orjson==3.10.15",
"orjson==3.10.16",
]
kube = [
"kubernetes==32.0.1",
Expand Down
1 change: 1 addition & 0 deletions dotnetclr/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion dotnetclr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions exchange_server/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion exchange_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions foundationdb/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion foundationdb/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 = [
"foundationdb==6.3.24",
"foundationdb==7.3.63",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions http_check/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion http_check/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 = [
"cryptography==44.0.1",
"cryptography==44.0.2",
"requests-ntlm==1.3.0",
]

Expand Down
1 change: 1 addition & 0 deletions iis/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion iis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions kafka_consumer/changelog.d/20002.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 @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"confluent-kafka==2.8.0",
"confluent-kafka==2.9.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mongo/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion mongo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"
deps = [
"cachetools==5.5.2",
"psutil==6.0.0",
"pymongo[srv]==4.8.0; python_version >= '3.9'",
"pymongo[srv]==4.11.3; python_version >= '3.9'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/20002.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 @@ -37,7 +37,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cachetools==5.5.2",
"cryptography==44.0.1",
"cryptography==44.0.2",
"pymysql==1.1.1",
]

Expand Down
1 change: 1 addition & 0 deletions openstack_controller/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion openstack_controller/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 = [
"openstacksdk==4.3.0",
"openstacksdk==4.4.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions pdh_check/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion pdh_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pywin32==308; sys_platform == 'win32'",
"pywin32==310; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"azure-identity==1.20.0",
"boto3==1.36.26",
"azure-identity==1.21.0",
"boto3==1.37.26",
"cachetools==5.5.2",
"psycopg2-binary==2.9.9",
"semver==3.0.4",
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/20002.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.36.26",
"boto3==1.37.26",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions snmp/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion snmp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license = "BSD-3-Clause"
deps = [
"ply==3.11",
"pyasn1==0.4.8",
"pycryptodomex==3.21.0",
"pycryptodomex==3.22.0",
"pysmi==1.2.1",
"pysnmp-mibs==0.1.6",
"pysnmp==5.1.0",
Expand Down
1 change: 1 addition & 0 deletions snowflake/changelog.d/20002.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
Loading
Loading