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

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flup-py3,Vendor,BSD-3-Clause,"Copyright (c) 2005, 2006 Allan Saddi <allan@saddi.
foundationdb,PyPI,Apache-2.0,Copyright 2017 FoundationDB
futures,PyPI,PSF,Copyright (c) 2015 Brian Quinlan
gearman,PyPI,Apache-2.0,Copyright 2010 Yelp
hazelcast-python-client,PyPI,Apache-2.0,"Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved."
hazelcast-python-client,PyPI,Apache-2.0,"Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved."
importlib-metadata,PyPI,Apache-2.0,"Copyright 2017-2019 Jason R. Coombs, Barry Warsaw"
in-toto,PyPI,Apache-2.0,Copyright 2018 New York University
ipaddress,PyPI,PSF,Copyright (c) 2013 Philipp Hagemeister
Expand Down
16 changes: 8 additions & 8 deletions agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ 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.35.10; python_version > '3.0'
boto3==1.35.14; python_version > '3.0'
botocore==1.20.112; python_version < '3.0'
botocore==1.35.10; python_version > '3.0'
botocore==1.35.14; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.5.0; python_version > '3.0'
clickhouse-cityhash==1.0.2.3; python_version < '3.0'
clickhouse-cityhash==1.0.2.4; python_version > '3.0'
clickhouse-driver==0.2.0; python_version < '3.0'
clickhouse-driver==0.2.9; python_version > '3.0'
cm-client==45.0.4
confluent-kafka==2.5.0; python_version > '3.0'
confluent-kafka==2.5.3; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==43.0.0; python_version > '3.0'
cryptography==43.0.1; 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==2.10.6; python_version > '3.0'
Expand All @@ -29,7 +29,7 @@ enum34==1.1.10; python_version < '3.0'
foundationdb==6.3.24; python_version > '3.0'
futures==3.4.0; python_version < '3.0'
gearman==2.0.2; sys_platform != 'win32' and python_version < '3.0'
hazelcast-python-client==5.4.0; python_version > '3.0'
hazelcast-python-client==5.5.0; python_version > '3.0'
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'
Expand All @@ -44,7 +44,7 @@ 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.3.0; python_version > '3.0'
openstacksdk==4.0.0; python_version > '3.0'
orjson==3.10.7; python_version > '3.0'
packaging==24.1; python_version > '3.0'
paramiko==2.12.0; python_version < '3.0'
Expand All @@ -53,12 +53,12 @@ ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.20.0; python_version > '3.0'
protobuf==3.17.3; python_version < '3.0'
protobuf==5.27.3; python_version > '3.0'
protobuf==5.28.0; python_version > '3.0'
psutil==5.9.6
psycopg2-binary==2.9.9; python_version > '3.0'
pyasn1==0.4.8
pycryptodomex==3.20.0
pydantic==2.8.2; python_version > '3.0'
pydantic==2.9.0; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.9.0; python_version > '3.0'
pymongo[srv]==4.8.0; python_version >= '3.9'
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in amazon_msk/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv amazon_msk/changelog.d/18529.added amazon_msk/changelog.d/18532.added

Check failure on line 1 in amazon_msk/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv amazon_msk/changelog.d/18529.added amazon_msk/changelog.d/18532.added

Check failure on line 1 in amazon_msk/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv amazon_msk/changelog.d/18529.added amazon_msk/changelog.d/18532.added
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.35.10; python_version > '3.0'",
"boto3==1.35.14; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in cisco_aci/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv cisco_aci/changelog.d/18529.added cisco_aci/changelog.d/18532.added

Check failure on line 1 in cisco_aci/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv cisco_aci/changelog.d/18529.added cisco_aci/changelog.d/18532.added

Check failure on line 1 in cisco_aci/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv cisco_aci/changelog.d/18529.added cisco_aci/changelog.d/18532.added
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==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in datadog_checks_base/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv datadog_checks_base/changelog.d/18529.added datadog_checks_base/changelog.d/18532.added

Check failure on line 1 in datadog_checks_base/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv datadog_checks_base/changelog.d/18529.added datadog_checks_base/changelog.d/18532.added

Check failure on line 1 in datadog_checks_base/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv datadog_checks_base/changelog.d/18529.added datadog_checks_base/changelog.d/18532.added
8 changes: 4 additions & 4 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps = [
"cachetools==5.5.0; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; 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==2.10.6; python_version > '3.0'",
Expand All @@ -54,8 +54,8 @@ deps = [
"prometheus-client==0.12.0; python_version < '3.0'",
"prometheus-client==0.20.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==5.27.3; python_version > '3.0'",
"pydantic==2.8.2; python_version > '3.0'",
"protobuf==5.28.0; python_version > '3.0'",
"pydantic==2.9.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 @@ -76,7 +76,7 @@ deps = [
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.35.10; python_version > '3.0'",
"botocore==1.35.14; 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 hazelcast/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in hazelcast/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv hazelcast/changelog.d/18529.added hazelcast/changelog.d/18532.added

Check failure on line 1 in hazelcast/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv hazelcast/changelog.d/18529.added hazelcast/changelog.d/18532.added

Check failure on line 1 in hazelcast/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv hazelcast/changelog.d/18529.added hazelcast/changelog.d/18532.added
2 changes: 1 addition & 1 deletion hazelcast/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"hazelcast-python-client==5.4.0; python_version > '3.0'",
"hazelcast-python-client==5.5.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions http_check/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in http_check/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv http_check/changelog.d/18529.added http_check/changelog.d/18532.added

Check failure on line 1 in http_check/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv http_check/changelog.d/18529.added http_check/changelog.d/18532.added

Check failure on line 1 in http_check/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv http_check/changelog.d/18529.added http_check/changelog.d/18532.added
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==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; python_version > '3.0'",
"requests-ntlm==1.1.0; python_version < '3.0'",
"requests-ntlm==1.3.0; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions kafka_consumer/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in kafka_consumer/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv kafka_consumer/changelog.d/18529.added kafka_consumer/changelog.d/18532.added

Check failure on line 1 in kafka_consumer/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv kafka_consumer/changelog.d/18529.added kafka_consumer/changelog.d/18532.added

Check failure on line 1 in kafka_consumer/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv kafka_consumer/changelog.d/18529.added kafka_consumer/changelog.d/18532.added
2 changes: 1 addition & 1 deletion kafka_consumer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"confluent-kafka==2.5.0; python_version > '3.0'",
"confluent-kafka==2.5.3; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in mysql/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv mysql/changelog.d/18529.added mysql/changelog.d/18532.added

Check failure on line 1 in mysql/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv mysql/changelog.d/18529.added mysql/changelog.d/18532.added

Check failure on line 1 in mysql/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv mysql/changelog.d/18529.added mysql/changelog.d/18532.added
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.5.0; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.1; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions openstack_controller/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in openstack_controller/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv openstack_controller/changelog.d/18529.added openstack_controller/changelog.d/18532.added

Check failure on line 1 in openstack_controller/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv openstack_controller/changelog.d/18529.added openstack_controller/changelog.d/18532.added

Check failure on line 1 in openstack_controller/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv openstack_controller/changelog.d/18529.added openstack_controller/changelog.d/18532.added
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.3.0; python_version > '3.0'",
"openstacksdk==4.0.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in postgres/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv postgres/changelog.d/18529.added postgres/changelog.d/18532.added

Check failure on line 1 in postgres/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv postgres/changelog.d/18529.added postgres/changelog.d/18532.added

Check failure on line 1 in postgres/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv postgres/changelog.d/18529.added postgres/changelog.d/18532.added
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"
deps = [
"azure-identity==1.17.1; python_version > '3.0'",
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.35.10; python_version > '3.0'",
"boto3==1.35.14; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.5.0; python_version > '3.0'",
"psycopg2-binary==2.9.9; python_version > '3.0'",
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Check failure on line 1 in riakcs/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv riakcs/changelog.d/18529.added riakcs/changelog.d/18532.added

Check failure on line 1 in riakcs/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv riakcs/changelog.d/18529.added riakcs/changelog.d/18532.added

Check failure on line 1 in riakcs/changelog.d/18529.added

View workflow job for this annotation

GitHub Actions / run / Check PR

Your changelog entry has the wrong PR number. To fix this please run: mv riakcs/changelog.d/18529.added riakcs/changelog.d/18532.added
3 changes: 2 additions & 1 deletion riakcs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ dynamic = [

[project.optional-dependencies]
deps = [
"boto3==1.35.10; python_version > '3.0'",
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.35.14; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions tls/changelog.d/18529.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
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==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; python_version > '3.0'",
"ipaddress==1.0.23; python_version < '3.0'",
"service-identity[idna]==21.1.0; python_version < '3.0'",
"service-identity[idna]==24.1.0; python_version > '3.0'",
Expand Down
Loading