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 #14357

Merged
merged 9 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 amazon_msk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.26.51; python_version > '3.0'",
"boto3==1.26.111; python_version > '3.0'",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
aerospike==4.0.0; sys_platform != 'win32' and sys_platform != 'darwin' and python_version < '3.0'
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin' and python_version > '3.0'
aws-requests-auth==0.4.3
beautifulsoup4==4.11.1; python_version > '3.0'
beautifulsoup4==4.12.2; 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.26.51; python_version > '3.0'
boto3==1.26.111; python_version > '3.0'
boto==2.49.0
botocore==1.20.112; python_version < '3.0'
botocore==1.29.51; python_version > '3.0'
botocore==1.29.111; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.2.1; python_version > '3.0'
cachetools==5.3.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'
Expand All @@ -33,7 +33,7 @@ importlib-metadata==2.1.3; python_version < '3.8'
in-toto==1.0.1; python_version > '3.0'
ipaddress==1.0.23; python_version < '3.0'
jaydebeapi==1.2.3
jellyfish==0.9.0; python_version > '3.0'
jellyfish==0.11.2; python_version > '3.0'
jpype1==1.4.1; python_version > '3.0'
kafka-python==2.0.2
kazoo==2.9.0
Expand All @@ -44,17 +44,18 @@ lxml==4.9.2
lz4==2.2.1; python_version < '3.0'
lz4==3.1.3; python_version > '3.0'
mmh3==2.5.1; python_version < '3.0'
mmh3==3.0.0; python_version > '3.0'
mmh3==3.1.0; python_version > '3.0'
oauthlib==3.1.0; python_version < '3.0'
oauthlib==3.2.2; python_version > '3.0'
openstacksdk==1.0.1; python_version > '3.0'
oracledb==1.2.1; python_version >= '3.8'
orjson==3.8.5; python_version > '3.0'
oracledb==1.3.0; python_version >= '3.8'
orjson==3.8.10; python_version > '3.0'
packaging==23.0; python_version > '3.0'
paramiko==2.12.0
paramiko==2.12.0; python_version < '3.0'
paramiko==3.1.0; python_version > '3.0'
ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.15.0; python_version > '3.0'
prometheus-client==0.16.0; python_version > '3.0'
protobuf==3.17.3; python_version < '3.0'
protobuf==3.20.2; python_version > '3.0'
psutil==5.9.0
Expand Down
12 changes: 6 additions & 6 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
db = [
"mmh3==2.5.1; python_version < '3.0'",
"mmh3==3.0.0; python_version > '3.0'",
"mmh3==3.1.0; python_version > '3.0'",
]
deps = [
"binary==1.0.0",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.2.1; python_version > '3.0'",
"cachetools==5.3.0; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==39.0.1; python_version > '3.0'",
Expand All @@ -52,9 +52,9 @@ deps = [
"immutables==0.19; python_version > '3.0'",
"importlib-metadata==2.1.3; python_version < '3.8'",
"ipaddress==1.0.23; python_version < '3.0'",
"jellyfish==0.9.0; python_version > '3.0'",
"jellyfish==0.11.2; python_version > '3.0'",
"prometheus-client==0.12.0; python_version < '3.0'",
"prometheus-client==0.15.0; python_version > '3.0'",
"prometheus-client==0.16.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==1.10.4; python_version > '3.0'",
Expand All @@ -76,7 +76,7 @@ deps = [
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.29.51; python_version > '3.0'",
"botocore==1.29.111; 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 @@ -89,7 +89,7 @@ http = [
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
]
json = [
"orjson==3.8.5; python_version > '3.0'",
"orjson==3.8.10; python_version > '3.0'",
]
kube = [
"kubernetes==18.20.0; python_version < '3.0'",
Expand Down
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.2.1; python_version > '3.0'",
"cachetools==5.3.0; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==39.0.1; python_version > '3.0'",
"futures==3.4.0; python_version < '3.0'",
Expand Down
4 changes: 2 additions & 2 deletions oracle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ text = "BSD-3-Clause"
deps = [
"jaydebeapi==1.2.3",
"jpype1==1.4.1; python_version > '3.0'",
"oracledb==1.2.1; python_version >= '3.8'",
"oracledb==1.3.0; python_version >= '3.8'",
]
client-only = [
"oracledb==1.2.1; python_version >= '3.8'",
"oracledb==1.3.0; python_version >= '3.8'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.2.1; python_version > '3.0'",
"cachetools==5.3.0; python_version > '3.0'",
"futures==3.4.0; python_version < '3.0'",
"psycopg2-binary==2.8.6; sys_platform != 'darwin' or platform_machine != 'arm64'",
"semver==2.13.0",
Expand Down
6 changes: 4 additions & 2 deletions spark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build-backend = "hatchling.build"
name = "datadog-spark"
description = "The Spark check"
readme = "README.md"
license = {text = "BSD-3-Clause"}
keywords = [
"datadog",
"datadog agent",
Expand All @@ -37,9 +36,12 @@ dynamic = [
"version",
]

[project.license]
text = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"beautifulsoup4==4.11.1; python_version > '3.0'",
"beautifulsoup4==4.12.2; python_version > '3.0'",
"beautifulsoup4==4.9.3; python_version < '3.0'",
]

Expand Down
3 changes: 2 additions & 1 deletion ssh_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ text = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"paramiko==2.12.0",
"paramiko==2.12.0; python_version < '3.0'",
"paramiko==3.1.0; python_version > '3.0'",
]

[project.urls]
Expand Down