Skip to content
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

Update dependencies #19430

Merged
merged 15 commits into from
Jan 23, 2025
Merged
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
2 changes: 1 addition & 1 deletion .ddev/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ unsorted = [
[overrides.dep.updates]
exclude = [
'ddtrace', # https://github.com/DataDog/integrations-core/pull/9132
'foundationdb', # Breaking datadog_checks_base tests
'pyasn1', # https://github.com/pyasn1/pyasn1/issues/52
'pysmi', # pysnmp dependent on pysmi version 1.2.1
'pysnmp', # Breaking snmp tests
Expand All @@ -173,6 +172,7 @@ exclude = [
# https://github.com/DataDog/integrations-core/pull/15859
'psycopg2-binary',
'psutil',
'pymongo[srv]', # Upgrade from 4.8.0 to 4.10.1 causes "AttributeError: module 'pymongo' has no attribute 'mongo_client'"
]

# Dependencies for the downloader that are security-related and should be updated separately from the others
Expand Down
6 changes: 3 additions & 3 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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
hazelcast-python-client,PyPI,Apache-2.0,"Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved."
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
kentik-snmp-profiles,"https://github.com/kentik/snmp-profiles",Apache-2.0,
kubernetes,PyPI,Apache-2.0,Copyright 2014 The Kubernetes Authors.
ldap3,PyPI,LGPL-3.0-only,Copyright 2013 - 2020 Giovanni Cannata
lxml,PyPI,BSD-3-Clause,Copyright (c) 2004 Infrae. All rights reserved.
lz4,PyPI,BSD-3-Clause,"Copyright (c) 2012-2013, Steeve Morin"
mmh3,PyPI,CC0-1.0,Copyright (c) 2011-2023 Hajime Senuma
mmh3,PyPI,CC0-1.0,Copyright (c) 2011-2024 Hajime Senuma
oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2019 The OAuthlib Community
openstacksdk,PyPI,Apache-2.0,Copyright OpenStack
orjson,PyPI,Apache-2.0,Copyright 2018 ijl <[email protected]>
Expand All @@ -54,7 +54,7 @@ pycryptodomex,PyPI,Unlicense,Helder Eijs. pycryptodomex is dedicated to the publ
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,Copyright (c) 2008 Michael Kleehammer
pyodbc,PyPI,MIT-0,Copyright 2008 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 Down
1 change: 1 addition & 0 deletions active_directory/changelog.d/19430.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==306; sys_platform == 'win32'",
"pywin32==308; sys_platform == 'win32'",
]

[project.urls]
Expand Down
48 changes: 24 additions & 24 deletions agent_requirements.in
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
aws-requests-auth==0.4.3
azure-identity==1.17.1
azure-identity==1.19.0
beautifulsoup4==4.12.3
binary==1.0.1
boto3==1.35.10
botocore==1.35.10
boto3==1.36.1
botocore==1.36.1
cachetools==5.5.0
clickhouse-cityhash==1.0.2.4
clickhouse-driver==0.2.9
cm-client==45.0.4
confluent-kafka==2.8.0
cryptography==43.0.1
ddtrace==2.10.6
dnspython==2.6.1
dnspython==2.7.0
foundationdb==6.3.24
hazelcast-python-client==5.4.0
hazelcast-python-client==5.5.0
in-toto==2.0.0
jellyfish==1.1.0
kubernetes==30.1.0
jellyfish==1.1.3
kubernetes==31.0.0
ldap3==2.9.1
lxml==5.1.1
lz4==4.3.3
mmh3==4.1.0
mmh3==5.0.1
oauthlib==3.2.2
openstacksdk==3.3.0
orjson==3.10.7
packaging==24.1
paramiko==3.4.1
openstacksdk==4.2.0
orjson==3.10.14
packaging==24.2
paramiko==3.5.0
ply==3.11
prometheus-client==0.20.0
protobuf==5.27.3
prometheus-client==0.21.1
protobuf==5.29.3
psutil==6.0.0
psycopg2-binary==2.9.9
pyasn1==0.4.8
pycryptodomex==3.20.0
pydantic==2.8.2
pyjwt==2.9.0
pycryptodomex==3.21.0
pydantic==2.10.5
pyjwt==2.10.1
pymongo[srv]==4.8.0; python_version >= '3.9'
pymqi==1.12.10; sys_platform != 'darwin' or platform_machine != 'arm64'
pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64'
pymysql==1.1.1
pyodbc==5.1.0; sys_platform != 'darwin' or platform_machine != 'arm64'
pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'
pyopenssl==24.2.1
pysmi==1.2.1
pysnmp-mibs==0.1.6
Expand All @@ -49,9 +49,9 @@ 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==306; sys_platform == 'win32'
pywin32==308; sys_platform == 'win32'
pyyaml==6.0.2
redis==5.0.8
redis==5.2.1
requests-kerberos==0.15.0
requests-ntlm==1.3.0
requests-oauthlib==2.0.0
Expand All @@ -61,11 +61,11 @@ requests==2.32.3
rethinkdb==2.4.10post1
securesystemslib[crypto,pynacl]==0.28.0
semver==3.0.2
service-identity[idna]==24.1.0
service-identity[idna]==24.2.0
simplejson==3.19.3
snowflake-connector-python==3.12.3
snowflake-connector-python==3.12.4
supervisor==4.2.5
tuf==4.0.0
uptime==3.0.1
vertica-python==1.4.0
wrapt==1.16.0
wrapt==1.17.2
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/19430.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.35.10",
"boto3==1.36.1",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions aspdotnet/changelog.d/19430.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==306; sys_platform == 'win32'",
"pywin32==308; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/19430.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
22 changes: 11 additions & 11 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,43 +31,43 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
db = [
"mmh3==4.1.0",
"mmh3==5.0.1",
]
deps = [
"binary==1.0.1",
"cachetools==5.5.0",
"cryptography==43.0.1",
"ddtrace==2.10.6",
"jellyfish==1.1.0",
"prometheus-client==0.20.0",
"protobuf==5.27.3",
"pydantic==2.8.2",
"jellyfish==1.1.3",
"prometheus-client==0.21.1",
"protobuf==5.29.3",
"pydantic==2.10.5",
"python-dateutil==2.9.0.post0",
"pywin32==306; sys_platform == 'win32'",
"pywin32==308; sys_platform == 'win32'",
"pyyaml==6.0.2",
"requests-toolbelt==1.0.0",
"requests-unixsocket2==0.4.2",
"requests==2.32.3",
"simplejson==3.19.3",
"uptime==3.0.1",
"wrapt==1.16.0",
"wrapt==1.17.2",
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.35.10",
"botocore==1.36.1",
"oauthlib==3.2.2",
"pyjwt==2.9.0",
"pyjwt==2.10.1",
"pyopenssl==24.2.1",
"pysocks==1.7.1",
"requests-kerberos==0.15.0",
"requests-ntlm==1.3.0",
"requests-oauthlib==2.0.0",
]
json = [
"orjson==3.10.7",
"orjson==3.10.14",
]
kube = [
"kubernetes==30.1.0",
"kubernetes==31.0.0",
"requests-oauthlib==2.0.0",
]

Expand Down
1 change: 1 addition & 0 deletions datadog_checks_downloader/changelog.d/19430.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion datadog_checks_downloader/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"in-toto==2.0.0",
"packaging==24.1",
"packaging==24.2",
"securesystemslib[crypto,pynacl]==0.28.0",
"tuf==4.0.0",
]
Expand Down
1 change: 1 addition & 0 deletions dns_check/changelog.d/19430.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion dns_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"dnspython==2.6.1",
"dnspython==2.7.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions dotnetclr/changelog.d/19430.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==306; sys_platform == 'win32'",
"pywin32==308; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions exchange_server/changelog.d/19430.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==306; sys_platform == 'win32'",
"pywin32==308; sys_platform == 'win32'",
]

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

[project.optional-dependencies]
deps = [
"hazelcast-python-client==5.4.0",
"hazelcast-python-client==5.5.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions ibm_ace/changelog.d/19430.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion ibm_ace/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 = [
"pymqi==1.12.10; (sys_platform != 'darwin' or platform_machine != 'arm64')",
"pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions ibm_i/changelog.d/19430.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion ibm_i/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 = [
"pyodbc==5.1.0; (sys_platform != 'darwin' or platform_machine != 'arm64')",
"pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions ibm_mq/changelog.d/19430.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion ibm_mq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requires-python = ">=3.9"
[project.optional-dependencies]
deps = [
"psutil==6.0.0",
"pymqi==1.12.10; (sys_platform != 'darwin' or platform_machine != 'arm64')",
"pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions iis/changelog.d/19430.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==306; sys_platform == 'win32'",
"pywin32==308; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions openstack_controller/changelog.d/19430.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==3.3.0",
"openstacksdk==4.2.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions pdh_check/changelog.d/19430.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==306; sys_platform == 'win32'",
"pywin32==308; sys_platform == 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/19430.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.17.1",
"boto3==1.35.10",
"azure-identity==1.19.0",
"boto3==1.36.1",
"cachetools==5.5.0",
"psycopg2-binary==2.9.9",
"semver==3.0.2",
Expand Down
1 change: 1 addition & 0 deletions redisdb/changelog.d/19430.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion redisdb/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 = [
"redis==5.0.8",
"redis==5.2.1",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/19430.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.35.10",
"boto3==1.36.1",
]

[project.urls]
Expand Down
Loading
Loading