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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/17385.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.34.76; python_version > '3.0'",
"boto3==1.34.84; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/17385.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
@@ -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.84; 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.84; 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 @@ -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.8.1; 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
4 changes: 2 additions & 2 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.84; 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 postgres/changelog.d/17385.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
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.84; 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
1 change: 1 addition & 0 deletions snowflake/changelog.d/17385.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.7.1; python_version > '3.0'",
"snowflake-connector-python==3.8.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions sqlserver/changelog.d/17385.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
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