Skip to content
Open
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
46 changes: 23 additions & 23 deletions agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,66 +4,66 @@ aws-requests-auth==0.4.3
azure-identity==1.25.3
beautifulsoup4==4.14.3
binary==1.0.2
boto3==1.42.72
botocore==1.42.72
cachetools==7.0.5
clickhouse-connect==0.14.1
boto3==1.43.14
botocore==1.43.14
cachetools==7.1.4
clickhouse-connect==1.0.1
cm-client==45.0.4
confluent-kafka==2.13.2
cryptography==46.0.7
cryptography==48.0.0
ddtrace==3.19.5
dnspython==2.8.0
fastavro==1.12.1
fastavro==1.12.2
foundationdb==6.3.25
hazelcast-python-client==5.6.0
in-toto==2.0.0
jellyfish==1.2.1
kubernetes==35.0.0
kubernetes==36.0.0
lazy-loader==0.5
ldap3==2.9.1
lxml==6.1.0
lz4==4.4.5
mmh3==5.2.1
oauthlib==3.3.1
openstacksdk==4.10.0
orjson==3.11.7
packaging==26.0
paramiko==4.0.0
prometheus-client==0.24.1
protobuf==7.34.0
openstacksdk==4.13.0
orjson==3.11.9
packaging==26.2
paramiko==5.0.0
prometheus-client==0.25.0
protobuf==7.35.0
psutil==6.0.0
psycopg[c,pool]==3.3.3
psycopg[c,pool]==3.3.4
pyasn1==0.6.3
pydantic==2.12.5
pyjwt==2.12.1
pydantic==2.13.4
pyjwt==2.13.0
pymongo[srv]==4.8.0; python_version >= '3.9'
pymqi==1.12.13
pymysql==1.1.2
pymysql==1.2.0
pyodbc==5.3.0
pyopenssl==26.0.0
pyopenssl==26.2.0
pysnmp-mibs==0.1.6
pysnmp==7.1.22
pysocks==1.7.1
python-binary-memcached==0.31.4; sys_platform != 'win32'
python-binary-memcached==0.32.0; sys_platform != 'win32'
python-dateutil==2.9.0.post0
python3-gearman==0.1.0; sys_platform != 'win32'
pyvmomi==8.0.3.0.1
pywin32==311; sys_platform == 'win32'
pyyaml==6.0.3
redis==7.3.0
redis==7.4.0
requests-kerberos==0.15.0
requests-ntlm==1.3.0
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
requests-unixsocket2==1.0.1
requests==2.33.0
requests==2.34.2
rethinkdb==2.4.10.post1
securesystemslib[crypto,pynacl]==0.28.0
semver==3.0.4
service-identity[idna]==24.2.0
simplejson==3.20.2
simplejson==4.1.1
supervisor==4.3.0
tuf==4.0.0
urllib3==2.7.0
vertica-python==1.4.0
wrapt==2.1.2
wrapt==2.2.1
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge End changelog entry with a period

The new changelog entry text is missing a trailing period (Update dependencies), which violates the repository guideline in AGENTS.md (“Write a single line ... End the line with a period.”). This same pattern is repeated across the other changelog.d/23825.added files added in this commit, so the changelog set is not compliant and will require follow-up edits before release automation/review.

Useful? React with 👍 / 👎.

2 changes: 1 addition & 1 deletion amazon_msk/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 = [
"boto3==1.42.72",
"boto3==1.43.14",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cacti/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion cacti/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pymysql==1.1.2",
"pymysql==1.2.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion cisco_aci/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 = [
"cryptography==46.0.7",
"cryptography==48.0.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions clickhouse/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion clickhouse/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 = [
"clickhouse-connect==0.14.1",
"clickhouse-connect==1.0.1",
"lz4==4.4.5",
]

Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
26 changes: 13 additions & 13 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,40 +35,40 @@ db = [
]
deps = [
"binary==1.0.2",
"cachetools==7.0.5",
"cryptography==46.0.7",
"cachetools==7.1.4",
"cryptography==48.0.0",
"ddtrace==3.19.5",
"jellyfish==1.2.1",
"lazy-loader==0.5",
"prometheus-client==0.24.1",
"protobuf==7.34.0",
"pydantic==2.12.5",
"prometheus-client==0.25.0",
"protobuf==7.35.0",
"pydantic==2.13.4",
"python-dateutil==2.9.0.post0",
"pywin32==311; sys_platform == 'win32'",
"pyyaml==6.0.3",
"requests-toolbelt==1.0.0",
"requests-unixsocket2==1.0.1",
"requests==2.33.0",
"simplejson==3.20.2",
"requests==2.34.2",
"simplejson==4.1.1",
"urllib3==2.7.0",
"wrapt==2.1.2",
"wrapt==2.2.1",
]
http = [
"aws-requests-auth==0.4.3",
"botocore==1.42.72",
"botocore==1.43.14",
"oauthlib==3.3.1",
"pyjwt==2.12.1",
"pyopenssl==26.0.0",
"pyjwt==2.13.0",
"pyopenssl==26.2.0",
"pysocks==1.7.1",
"requests-kerberos==0.15.0",
"requests-ntlm==1.3.0",
"requests-oauthlib==2.0.0",
]
json = [
"orjson==3.11.7",
"orjson==3.11.9",
]
kube = [
"kubernetes==35.0.0",
"kubernetes==36.0.0",
"requests-oauthlib==2.0.0",
]

Expand Down
1 change: 1 addition & 0 deletions datadog_checks_downloader/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion datadog_checks_downloader/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"in-toto==2.0.0",
"packaging==26.0",
"packaging==26.2",
"securesystemslib[crypto,pynacl]==0.28.0",
"tuf==4.0.0",
]
Expand Down
1 change: 1 addition & 0 deletions do_query_actions/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions do_query_actions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dynamic = [
[project.optional-dependencies]
deps = [
"azure-identity==1.25.3",
"boto3==1.42.72",
"psycopg[c,pool]==3.3.3",
"boto3==1.43.14",
"psycopg[c,pool]==3.3.4",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions http_check/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion http_check/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 = [
"cryptography==46.0.7",
"cryptography==48.0.0",
"pysocks==1.7.1",
"requests-ntlm==1.3.0",
]
Expand Down
1 change: 1 addition & 0 deletions kafka_actions/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
4 changes: 2 additions & 2 deletions kafka_actions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dynamic = [
[project.optional-dependencies]
deps = [
"confluent-kafka==2.13.2",
"fastavro==1.12.1",
"protobuf==7.34.0",
"fastavro==1.12.2",
"protobuf==7.35.0",
"pymongo[srv]==4.8.0; python_version >= '3.9'",
]

Expand Down
1 change: 1 addition & 0 deletions kafka_consumer/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
6 changes: 3 additions & 3 deletions kafka_consumer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"aws-msk-iam-sasl-signer-python==1.0.2",
"boto3==1.42.72",
"boto3==1.43.14",
"confluent-kafka==2.13.2",
"fastavro==1.12.1",
"protobuf==7.34.0",
"fastavro==1.12.2",
"protobuf==7.35.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions kubevirt_api/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion kubevirt_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"kubernetes==35.0.0",
"kubernetes==36.0.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mcache/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion mcache/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"python-binary-memcached==0.31.4; sys_platform != 'win32'",
"python-binary-memcached==0.32.0; sys_platform != 'win32'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mongo/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion mongo/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 = [
"cachetools==7.0.5",
"cachetools==7.1.4",
"psutil==6.0.0",
"pymongo[srv]==4.8.0; python_version >= '3.9'",
]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
8 changes: 4 additions & 4 deletions mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"boto3==1.42.72",
"cachetools==7.0.5",
"cryptography==46.0.7",
"pymysql==1.1.2",
"boto3==1.43.14",
"cachetools==7.1.4",
"cryptography==48.0.0",
"pymysql==1.2.0",
]

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

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions pgbouncer/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion pgbouncer/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 = [
"psycopg[c,pool]==3.3.3",
"psycopg[c,pool]==3.3.4",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
6 changes: 3 additions & 3 deletions postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"azure-identity==1.25.3",
"boto3==1.42.72",
"cachetools==7.0.5",
"psycopg[c,pool]==3.3.3",
"boto3==1.43.14",
"cachetools==7.1.4",
"psycopg[c,pool]==3.3.4",
"semver==3.0.4",
]

Expand Down
1 change: 1 addition & 0 deletions proxysql/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion proxysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"pymysql==1.1.2",
"pymysql==1.2.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions redisdb/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion redisdb/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 = [
"redis==7.3.0",
"redis==7.4.0",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions riakcs/changelog.d/23825.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion riakcs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"boto3==1.42.72",
"boto3==1.43.14",
]

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