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

Merged
merged 2 commits into from
Dec 13, 2023
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
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/16394.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.28.78; python_version > '3.0'",
"boto3==1.33.12; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/16394.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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.28.78; python_version > '3.0'
boto3==1.33.12; python_version > '3.0'
boto==2.49.0
botocore==1.20.112; python_version < '3.0'
botocore==1.31.78; python_version > '3.0'
botocore==1.33.12; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.3.2; python_version > '3.0'
clickhouse-cityhash==1.0.2.3; python_version < '3.0'
Expand All @@ -34,7 +34,7 @@ importlib-metadata==2.1.3; python_version < '3.8'
in-toto==2.0.0; python_version > '3.0'
ipaddress==1.0.23; python_version < '3.0'
jaydebeapi==1.2.3
jellyfish==1.0.1; python_version > '3.0'
jellyfish==1.0.3; python_version > '3.0'
jpype1==1.4.1; python_version > '3.0'
kubernetes==18.20.0; python_version < '3.0'
kubernetes==28.1.0; python_version > '3.0'
Expand All @@ -54,7 +54,7 @@ paramiko==2.12.0; python_version < '3.0'
paramiko==3.3.1; python_version > '3.0'
ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.18.0; python_version > '3.0'
prometheus-client==0.19.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 Expand Up @@ -103,12 +103,13 @@ semver==3.0.2; python_version > '3.0'
service-identity[idna]==21.1.0
simplejson==3.19.2
six==1.16.0
snowflake-connector-python==3.5.0; python_version > '3.0'
snowflake-connector-python==3.6.0; python_version > '3.0'
supervisor==4.2.5
tuf==2.0.0; python_version > '3.0'
typing==3.10.0.0; python_version < '3.0'
uptime==3.0.1
vertica-python==1.2.0; python_version < '3.0'
vertica-python==1.3.6; python_version > '3.0'
vertica-python==1.3.7; python_version > '3.0'
win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'
wrapt==1.15.0
wrapt==1.15.0; python_version < '3.0'
wrapt==1.16.0; python_version > '3.0'
9 changes: 5 additions & 4 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ deps = [
"enum34==1.1.10; python_version < '3.0'",
"importlib-metadata==2.1.3; python_version < '3.8'",
"ipaddress==1.0.23; python_version < '3.0'",
"jellyfish==1.0.1; python_version > '3.0'",
"jellyfish==1.0.3; python_version > '3.0'",
"prometheus-client==0.12.0; python_version < '3.0'",
"prometheus-client==0.18.0; python_version > '3.0'",
"prometheus-client==0.19.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==2.0.2; python_version > '3.0'",
Expand All @@ -69,12 +69,13 @@ deps = [
"six==1.16.0",
"typing==3.10.0.0; python_version < '3.0'",
"uptime==3.0.1",
"wrapt==1.15.0",
"wrapt==1.15.0; python_version < '3.0'",
"wrapt==1.16.0; python_version > '3.0'",
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.31.78; python_version > '3.0'",
"botocore==1.33.12; 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 Down
1 change: 1 addition & 0 deletions mysql/changelog.d/16394.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
3 changes: 3 additions & 0 deletions mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.2; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.6; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to manually remove py2 deps?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our tooling brought back some py2 deps on py3 only integrations (mostly DBM integrations). It's completely ok even if useless. I'll fix this later. We'll keep it for now so we do not keep fighting with our bot when it updates the deps automatically

"pymysql==1.1.0; python_version > '3.0'",
]

Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/16394.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
5 changes: 4 additions & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"azure-identity==1.15.0; python_version > '3.0'",
"boto3==1.28.78; python_version > '3.0'",
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.33.12; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.2; 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/16394.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.5.0; python_version > '3.0'",
"snowflake-connector-python==3.6.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions vertica/changelog.d/16394.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion vertica/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 = [
"vertica-python==1.2.0; python_version < '3.0'",
"vertica-python==1.3.6; python_version > '3.0'",
"vertica-python==1.3.7; python_version > '3.0'",
]

[project.urls]
Expand Down
Loading