Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Dec 12, 2023
1 parent a271fa1 commit 7ea3ab7
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 18 deletions.
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
19 changes: 10 additions & 9 deletions datadog_checks_base/datadog_checks/base/data/agent_requirements.in
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,13 +54,13 @@ 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
psycopg-pool==3.1.8; python_version > '3.0'
psycopg-pool==3.2.0; python_version > '3.0'
psycopg2-binary==2.9.9; python_version > '3.0'
psycopg[binary]==3.1.12; python_version > '3.0'
psycopg[binary]==3.1.14; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==2.0.2; python_version > '3.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'",
"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 rethinkdb/changelog.d/16394.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
1 change: 0 additions & 1 deletion rethinkdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies = [
dynamic = [
"version",
]

license = "BSD-3-Clause"

[project.optional-dependencies]
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

0 comments on commit 7ea3ab7

Please sign in to comment.