Skip to content

Commit

Permalink
Update dependencies (#18478)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update agent_requirements.in

* Update pyproject.toml

* fix changelog entry

---------

Co-authored-by: FlorentClarret <1266346+FlorentClarret@users.noreply.github.com>
Co-authored-by: Steven Yuen <steven.yuen@datadoghq.com>
  • Loading branch information
3 people authored Sep 3, 2024
1 parent fe2182f commit 4da4636
Show file tree
Hide file tree
Showing 23 changed files with 42 additions and 31 deletions.
22 changes: 11 additions & 11 deletions agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ beautifulsoup4==4.12.3; python_version > '3.0'
beautifulsoup4==4.9.3; python_version < '3.0'
binary==1.0.0
boto3==1.17.112; python_version < '3.0'
boto3==1.34.153; python_version > '3.0'
boto3==1.35.10; python_version > '3.0'
boto==2.49.0
botocore==1.20.112; python_version < '3.0'
botocore==1.34.153; python_version > '3.0'
botocore==1.35.10; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.4.0; python_version > '3.0'
cachetools==5.5.0; python_version > '3.0'
clickhouse-cityhash==1.0.2.3; python_version < '3.0'
clickhouse-cityhash==1.0.2.4; python_version > '3.0'
clickhouse-driver==0.2.0; python_version < '3.0'
clickhouse-driver==0.2.8; python_version > '3.0'
clickhouse-driver==0.2.9; python_version > '3.0'
cm-client==45.0.4
confluent-kafka==2.5.0; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==42.0.8; python_version > '3.0'
cryptography==43.0.0; python_version > '3.0'
ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'
ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'
ddtrace==2.10.6; python_version > '3.0'
Expand All @@ -45,10 +45,10 @@ mmh3==4.1.0; python_version > '3.0'
oauthlib==3.1.0; python_version < '3.0'
oauthlib==3.2.2; python_version > '3.0'
openstacksdk==3.3.0; python_version > '3.0'
orjson==3.10.6; python_version > '3.0'
orjson==3.10.7; python_version > '3.0'
packaging==24.1; python_version > '3.0'
paramiko==2.12.0; python_version < '3.0'
paramiko==3.4.0; python_version > '3.0'
paramiko==3.4.1; python_version > '3.0'
ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.20.0; python_version > '3.0'
Expand Down Expand Up @@ -82,7 +82,7 @@ pyvmomi==8.0.3.0.1; python_version > '3.0'
pywin32==228; sys_platform == 'win32' and python_version < '3.0'
pywin32==306; sys_platform == 'win32' and python_version > '3.0'
pyyaml==5.4.1; python_version < '3.0'
pyyaml==6.0.1; python_version > '3.0'
pyyaml==6.0.2; python_version > '3.0'
redis==3.5.3; python_version < '3.0'
redis==5.0.8; python_version > '3.0'
requests-kerberos==0.12.0; python_version < '3.0'
Expand All @@ -92,7 +92,7 @@ requests-ntlm==1.3.0; python_version > '3.0'
requests-oauthlib==1.3.1; python_version < '3.0'
requests-oauthlib==2.0.0; python_version > '3.0'
requests-toolbelt==1.0.0
requests-unixsocket2==0.4.1; python_version > '3.0'
requests-unixsocket2==0.4.2; python_version > '3.0'
requests-unixsocket==0.3.0; python_version < '3.0'
requests==2.27.1; python_version < '3.0'
requests==2.32.3; python_version > '3.0'
Expand All @@ -103,9 +103,9 @@ semver==2.13.0; python_version < '3.0'
semver==3.0.2; python_version > '3.0'
service-identity[idna]==21.1.0; python_version < '3.0'
service-identity[idna]==24.1.0; python_version > '3.0'
simplejson==3.19.2
simplejson==3.19.3
six==1.16.0
snowflake-connector-python==3.12.0; python_version > '3.0'
snowflake-connector-python==3.12.1; python_version > '3.0'
supervisor==4.2.5
tuf==4.0.0; python_version > '3.0'
typing==3.10.0.0; python_version < '3.0'
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/18478.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 @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.34.153; python_version > '3.0'",
"boto3==1.35.10; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/18478.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 @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.8; python_version > '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions clickhouse/changelog.d/18478.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 @@ -42,7 +42,7 @@ deps = [
"clickhouse-cityhash==1.0.2.3; python_version < '3.0'",
"clickhouse-cityhash==1.0.2.4; python_version > '3.0'",
"clickhouse-driver==0.2.0; python_version < '3.0'",
"clickhouse-driver==0.2.8; python_version > '3.0'",
"clickhouse-driver==0.2.9; python_version > '3.0'",
"lz4==2.2.1; python_version < '3.0'",
"lz4==4.3.3; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/18478.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
15 changes: 7 additions & 8 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ db = [
deps = [
"binary==1.0.0",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.4.0; python_version > '3.0'",
"cachetools==5.5.0; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.8; python_version > '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'",
"ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'",
# https://github.com/DataDog/dd-trace-py/issues/10002
"ddtrace==2.10.6; python_version > '3.0'",
"enum34==1.1.10; python_version < '3.0'",
"importlib-metadata==2.1.3; python_version < '3.8'",
Expand All @@ -61,13 +60,13 @@ deps = [
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
"pyyaml==5.4.1; python_version < '3.0'",
"pyyaml==6.0.1; python_version > '3.0'",
"pyyaml==6.0.2; python_version > '3.0'",
"requests-toolbelt==1.0.0",
"requests-unixsocket2==0.4.1; python_version > '3.0'",
"requests-unixsocket2==0.4.2; python_version > '3.0'",
"requests-unixsocket==0.3.0; python_version < '3.0'",
"requests==2.27.1; python_version < '3.0'",
"requests==2.32.3; python_version > '3.0'",
"simplejson==3.19.2",
"simplejson==3.19.3",
"six==1.16.0",
"typing==3.10.0.0; python_version < '3.0'",
"uptime==3.0.1",
Expand All @@ -77,7 +76,7 @@ deps = [
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.34.153; python_version > '3.0'",
"botocore==1.35.10; python_version > '3.0'",
"oauthlib==3.1.0; python_version < '3.0'",
"oauthlib==3.2.2; python_version > '3.0'",
"pyjwt==1.7.1; python_version < '3.0'",
Expand All @@ -93,7 +92,7 @@ http = [
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
]
json = [
"orjson==3.10.6; python_version > '3.0'",
"orjson==3.10.7; python_version > '3.0'",
]
kube = [
"kubernetes==18.20.0; python_version < '3.0'",
Expand Down
1 change: 1 addition & 0 deletions http_check/changelog.d/18478.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 @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.8; python_version > '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"requests-ntlm==1.1.0; python_version < '3.0'",
"requests-ntlm==1.3.0; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions mongo/changelog.d/18478.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
3 changes: 2 additions & 1 deletion mongo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.5.0; python_version > '3.0'",
"pymongo[srv]==4.8.0; python_version >= '3.9'",
"cachetools==5.4.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/18478.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.4.0; python_version > '3.0'",
"cachetools==5.5.0; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.8; python_version > '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.1; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/18478.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 @@ -39,9 +39,9 @@ license = "BSD-3-Clause"
deps = [
"azure-identity==1.17.1; python_version > '3.0'",
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.34.153; python_version > '3.0'",
"boto3==1.35.10; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.4.0; python_version > '3.0'",
"cachetools==5.5.0; python_version > '3.0'",
"psycopg2-binary==2.9.9; python_version > '3.0'",
"semver==2.13.0; python_version < '3.0'",
"semver==3.0.2; python_version > '3.0'",
Expand Down
1 change: 1 addition & 0 deletions snowflake/changelog.d/18478.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion snowflake/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 = [
"snowflake-connector-python==3.12.0; python_version > '3.0'",
"snowflake-connector-python==3.12.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions ssh_check/changelog.d/18478.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion ssh_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"paramiko==2.12.0; python_version < '3.0'",
"paramiko==3.4.0; python_version > '3.0'",
"paramiko==3.4.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions tls/changelog.d/18478.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion tls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.8; python_version > '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"ipaddress==1.0.23; python_version < '3.0'",
"service-identity[idna]==21.1.0; python_version < '3.0'",
"service-identity[idna]==24.1.0; python_version > '3.0'",
Expand Down

0 comments on commit 4da4636

Please sign in to comment.