Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Apr 22, 2024
1 parent 98df298 commit 993aee8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions agent_requirements.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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
azure-identity==1.15.0; python_version > '3.0'
azure-identity==1.16.0; python_version > '3.0'
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.76; python_version > '3.0'
boto3==1.34.88; python_version > '3.0'
boto==2.49.0
botocore==1.20.112; python_version < '3.0'
botocore==1.34.76; python_version > '3.0'
botocore==1.34.88; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.3.3; python_version > '3.0'
clickhouse-cityhash==1.0.2.3; python_version < '3.0'
Expand Down Expand Up @@ -46,9 +46,9 @@ mmh3==2.5.1; python_version < '3.0'
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.0.0; python_version > '3.0'
openstacksdk==3.1.0; python_version > '3.0'
oracledb==1.3.2; python_version >= '3.0'
orjson==3.10.0; python_version > '3.0'
orjson==3.10.1; python_version > '3.0'
packaging==24.0; python_version > '3.0'
paramiko==2.12.0; python_version < '3.0'
paramiko==3.4.0; python_version > '3.0'
Expand All @@ -61,7 +61,7 @@ psutil==5.9.0
psycopg2-binary==2.9.9; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.20.0
pydantic==2.0.2; python_version > '3.0'
pydantic==2.7.0; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.8.0; python_version > '3.0'
pymongo[srv]==4.6.3; python_version >= '3.9'
Expand Down Expand Up @@ -104,7 +104,7 @@ service-identity[idna]==21.1.0; python_version < '3.0'
service-identity[idna]==24.1.0; python_version > '3.0'
simplejson==3.19.2
six==1.16.0
snowflake-connector-python==3.7.1; python_version > '3.0'
snowflake-connector-python==3.9.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'
Expand Down
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.76; python_version > '3.0'",
"boto3==1.34.88; python_version > '3.0'",
]

[project.urls]
Expand Down
6 changes: 3 additions & 3 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps = [
"prometheus-client==0.20.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==5.26.1; python_version > '3.0'",
"pydantic==2.0.2; python_version > '3.0'",
"pydantic==2.7.0; python_version > '3.0'",
"python-dateutil==2.9.0.post0",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
Expand All @@ -75,7 +75,7 @@ deps = [
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.34.76; python_version > '3.0'",
"botocore==1.34.88; 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 @@ -90,7 +90,7 @@ http = [
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
]
json = [
"orjson==3.10.0; python_version > '3.0'",
"orjson==3.10.1; python_version > '3.0'",
]
kube = [
"kubernetes==18.20.0; python_version < '3.0'",
Expand Down
2 changes: 1 addition & 1 deletion openstack_controller/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 = [
"openstacksdk==3.0.0; python_version > '3.0'",
"openstacksdk==3.1.0; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"azure-identity==1.15.0; python_version > '3.0'",
"azure-identity==1.16.0; python_version > '3.0'",
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.34.76; python_version > '3.0'",
"boto3==1.34.88; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.3; python_version > '3.0'",
"psycopg2-binary==2.9.9; 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.7.1; python_version > '3.0'",
"snowflake-connector-python==3.9.0; python_version > '3.0'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion sqlserver/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 = [
"azure-identity==1.15.0; python_version > '3.0'",
"azure-identity==1.16.0; python_version > '3.0'",
"lxml==4.9.2",
"pyodbc==5.1.0; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
Expand Down

0 comments on commit 993aee8

Please sign in to comment.