Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Dec 11, 2023
1 parent a271fa1 commit a75791c
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 23 deletions.
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.11; python_version > '3.0'",
]

[project.urls]
Expand Down
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==41.0.6; python_version > '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
]

[project.urls]
Expand Down
21 changes: 11 additions & 10 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.11; 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.11; 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 @@ -20,7 +20,7 @@ cm-client==45.0.4
confluent-kafka==2.3.0; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==41.0.6; python_version > '3.0'
cryptography==41.0.7; 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==1.11.2; 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'
11 changes: 6 additions & 5 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ deps = [
"cachetools==5.3.2; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.6; python_version > '3.0'",
"cryptography==41.0.7; 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==1.11.2; python_version > '3.0'",
"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.11; 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
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==41.0.6; python_version > '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"requests-ntlm==1.1.0; python_version < '3.0'",
"requests-ntlm==1.2.0; python_version > '3.0'",
]
Expand Down
5 changes: 4 additions & 1 deletion 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==41.0.6; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.0; python_version > '3.0'",
]

Expand Down
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.11; 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
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
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==41.0.6; python_version > '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"ipaddress==1.0.23; python_version < '3.0'",
"service-identity[idna]==21.1.0",
]
Expand Down
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 a75791c

Please sign in to comment.