JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 6389,
"has_wiki": true,
"homepage": "https://trio.readthedocs.io",
"languages": {
"Shell": 8792,
"Python": 1193468
},
"pushed_at": "2021-06-22T16:37:44Z",
"created_at": "2020-01-14T03:57:11Z",
"owner_type": "User",
"updated_at": "2021-06-14T19:00:27Z",
"description": "Trio – a friendly Python library for async concurrency and I/O",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Kyle Altendorf",
"type": "User",
"login": "altendky",
"company": null,
"location": null,
"followers": 306,
"avatar_url": "https://avatars.githubusercontent.com/u/543719?v=4",
"created_at": "2011-01-01T23:01:43Z",
"is_verified": null,
"public_repos": 299,
"account_age_days": 5684
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2019-11-02T20:31:38Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2019-08-01T07:51:09Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2019-08-01T04:12:18Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2019-02-09T20:23:52Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2019-01-07T19:17:28Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2018-10-12T16:35:41Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2018-10-01T01:21:00Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2018-09-03T16:50:40Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2018-08-13T12:36:50Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2018-07-20T09:58:45Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2018-04-14T09:40:20Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2017-12-28T01:27:42Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2017-12-06T11:27:42Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-03-11T00:29:44Z"
}
],
"recent_commits": [
{
"oid": "6c0428ba68e8d4c879ce6548c8097acdd1e9531e",
"body": "fix sys.platform/sys.implementation.name confusion",
"is_bot": false,
"headline": "Merge pull request #2039 from graingert/fix-ssl-tests-sys-platform",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2021-06-14T18:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c575703c1bf13e9a986503b96672da8d567fc520",
"body": null,
"is_bot": false,
"headline": "fix sys.platform/sys.implementation.name confusion",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2021-06-14T18:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efab757b80891ceba6a599365c926d975f769173",
"body": "✏️ Fix a couple of typos in tutorial",
"is_bot": false,
"headline": "Merge pull request #2038 from tiangolo/tutorial-typos",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-06-14T17:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71badc7f9586d763970b0d8557d5504e90a4d3c7",
"body": null,
"is_bot": false,
"headline": ":pencil2: Fix a couple of typos in tutorial",
"author_name": "Sebastián Ramírez",
"author_login": "tiangolo",
"committed_at": "2021-06-14T14:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a65fbd91d8daae951789a6310f3bd48774ac89de",
"body": "collect telemetry on bpo-32219",
"is_bot": false,
"headline": "Merge pull request #2035 from graingert/collect-telemetry-on-bpo-32219",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2021-06-14T13:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768b3b915e561db22f5513073c3a986ecf23dca2",
"body": null,
"is_bot": false,
"headline": "Merge pull request #2036 from tiangolo/tutorial-call-stack",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-06-14T10:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a448ea1d1df37564b292e8479e419f8e3d2b35ba",
"body": null,
"is_bot": false,
"headline": ":memo: Reword tutorial, remove reference to call stack, from code review",
"author_name": "Sebastián Ramírez",
"author_login": "tiangolo",
"committed_at": "2021-06-14T10:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04ace7c3685e3ac14c3a93226d413c001cecaba",
"body": null,
"is_bot": false,
"headline": ":memo: Add small description of call stack in tutorial",
"author_name": "Sebastián Ramírez",
"author_login": "tiangolo",
"committed_at": "2021-06-14T09:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d435934874338b8d90724b90bbbf1882693c193",
"body": null,
"is_bot": false,
"headline": "Merge pull request #2037 from tiangolo/ci-fedora",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-06-14T09:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27612eaf1517282909701cea1847d021ae76ccc4",
"body": "…om source",
"is_bot": false,
"headline": ":green_heart: Make Fedora build use Python 3.9 to avoid cffi build fr…",
"author_name": "Sebastián Ramírez",
"author_login": "tiangolo",
"committed_at": "2021-06-14T08:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add57b9ec5a70217373ae1624ddc6e30f30b02ae",
"body": "…e with the Fedora job",
"is_bot": false,
"headline": ":construction_worker: Trigger CI to confirm that master has a CI issu…",
"author_name": "Sebastián Ramírez",
"author_login": "tiangolo",
"committed_at": "2021-06-14T08:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fc4190f3ecb290c64d5f9ec15fb676e3e701ae",
"body": null,
"is_bot": false,
"headline": "only ignore buggy exception on old versions of cpython",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2021-06-11T16:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc7d0620a86791f3cd0931652c7b15432593d4c",
"body": "Co-authored-by: Kyle Altendorf <sda@fstab.net>",
"is_bot": false,
"headline": "Update trio/tests/test_ssl.py",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2021-06-11T16:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399c850ab9fe841b888208d37b35b796c5f576ea",
"body": null,
"is_bot": false,
"headline": "collect telemetry on bpo-32219",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2021-06-11T08:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f5078524255c1802bc3a83e7dfe9baa49b1692a",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2034 from python-trio/dependabot/pip/mypy-0.902",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-11T05:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc94e670c8a31ada349545a37d420cdd4a0325da",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2033 from python-trio/dependabot/pip/black-21.6b0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-11T05:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4ae69772c9f30da9ec0cd939333c515e785257",
"body": "Bumps [mypy](https://github.com/python/mypy) from 0.901 to 0.902.\n- [Release notes](https://github.com/python/mypy/releases)\n- [Commits](https://github.com/python/mypy/compare/v0.901...v0.902)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump mypy from 0.901 to 0.902",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-11T05:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005826a2ed659c15ea8635694ce6e49fafd005c2",
"body": "Bumps [black](https://github.com/psf/black) from 21.5b2 to 21.6b0.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\n- [Commits](https://github.com/psf/black/commits)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump black from 21.5b2 to 21.6b0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-11T05:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4be5de3ac171bbd4037db3f77b44bb56984c8f1c",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2032 from python-trio/dependabot/pip/trustme-0.8.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-09T06:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8286fc96e3dfb2cbd94792f1ab6579c2e31c6b38",
"body": "Bumps [trustme](https://github.com/python-trio/trustme) from 0.7.0 to 0.8.0.\n- [Release notes](https://github.com/python-trio/trustme/releases)\n- [Commits](https://github.com/python-trio/trustme/compare/v0.7.0...v0.8.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump trustme from 0.7.0 to 0.8.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-09T05:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa86bbb55b898c593075e5099e16b7beb51985d",
"body": "…sions-3.10.0.0",
"is_bot": true,
"headline": "Merge pull request #1992 from python-trio/dependabot/pip/typing-exten…",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-09T05:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64f4134d7ef9f61e39e81861a0de31274c5137b",
"body": "Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.3 to 3.10.0.0.\n- [Release notes](https://github.com/python/typing/releases)\n- [Commits](https://github.com/python/typing/compare/3.7.4.3...3.10.0.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump typing-extensions from 3.7.4.3 to 3.10.0.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-09T05:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a80157d90c3806b8e0ba431eff14540ec8c33e02",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2031 from python-trio/dependabot/pip/mypy-0.901",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-09T05:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3794f88328f3baf3f0fb4f4d716de0a7089fcdb5",
"body": "Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.901.\n- [Release notes](https://github.com/python/mypy/releases)\n- [Commits](https://github.com/python/mypy/compare/v0.812...v0.901)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump mypy from 0.812 to 0.901",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-09T05:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f411bd086d8030aa5014dcf2285a8c29a8ad709",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2029 from python-trio/dependabot/pip/ipython-7.24.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-03T05:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7eb41ba028067006cca3529407fb231a405673",
"body": "Bumps [ipython](https://github.com/ipython/ipython) from 7.24.0 to 7.24.1.\n- [Release notes](https://github.com/ipython/ipython/releases)\n- [Commits](https://github.com/ipython/ipython/compare/7.24.0...7.24.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump ipython from 7.24.0 to 7.24.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-03T05:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00da2cdfb4e0efe0f4174a889ebfb4f1f8629e29",
"body": "….12.1",
"is_bot": true,
"headline": "Merge pull request #2028 from python-trio/dependabot/pip/pytest-cov-2…",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-02T05:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca0a824df481824c590a382015c88fa673ef92ed",
"body": "Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 2.12.1.\n- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)\n- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v2.12.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump pytest-cov from 2.12.0 to 2.12.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-02T05:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2195763196d46643e46ed2959eac59d70f838ee6",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2027 from python-trio/dependabot/pip/pylint-2.8.3",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-01T05:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aec060b6bf167a80ff9cbc876a80c3efaa2bc7f",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2026 from python-trio/dependabot/pip/black-21.5b2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-01T05:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f595a14bb96e3599d4dfcf0284f62d3355bdbf",
"body": "Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.2 to 2.8.3.\n- [Release notes](https://github.com/PyCQA/pylint/releases)\n- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)\n- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump pylint from 2.8.2 to 2.8.3",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-01T05:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99002069126b634a793950267dd3340db715c4a5",
"body": "Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.5b2.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\n- [Commits](https://github.com/psf/black/commits)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump black from 21.5b1 to 21.5b2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-06-01T05:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35c5cf54cdb6fdda5d38a76f6d91a431bdf59ea",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2025 from python-trio/dependabot/pip/astroid-2.5.7",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-31T06:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a70314d46b1ada671bb92ded0b0412a47aef870",
"body": "….5.30",
"is_bot": true,
"headline": "Merge pull request #2024 from python-trio/dependabot/pip/certifi-2021…",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-31T05:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f3fd230dc10480e62d97fc15c430a816e7fc3d",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2023 from python-trio/dependabot/pip/ipython-7.24.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-31T05:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fa7af4b8c14f4ea6e6cb02383696cb0df01ca06",
"body": "Bumps [astroid](https://github.com/PyCQA/astroid) from 2.5.6 to 2.5.7.\n- [Release notes](https://github.com/PyCQA/astroid/releases)\n- [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog)\n- [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.5.6...v2.5.7)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump astroid from 2.5.6 to 2.5.7",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-31T05:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f6a1d6ffb5adba99ae166625754459e943f083",
"body": "Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2021.5.30.\n- [Release notes](https://github.com/certifi/python-certifi/releases)\n- [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2021.05.30)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump certifi from 2020.12.5 to 2021.5.30",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-31T05:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d15683515b8acca833a44b59e652dc2d9986d0",
"body": "Bumps [ipython](https://github.com/ipython/ipython) from 7.23.1 to 7.24.0.\n- [Release notes](https://github.com/ipython/ipython/releases)\n- [Commits](https://github.com/ipython/ipython/compare/7.23.1...7.24.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump ipython from 7.23.1 to 7.24.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-31T05:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12f154a29a5537f0288070d1de8e01dd2f83de2",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2021 from python-trio/dependabot/pip/urllib3-1.26.5",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-27T05:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3362898552a9bfa0b2d8b8230fba490d220e3906",
"body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump urllib3 from 1.26.4 to 1.26.5",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-27T05:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dedadc18fe335b66cc0f6a825e9ea14b06da429b",
"body": "…b-htmlhelp-2.0.0",
"is_bot": true,
"headline": "Merge pull request #2020 from python-trio/dependabot/pip/sphinxcontri…",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-24T05:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ec3d0d82c57b0c379cf5dc443a1449a660e5e4",
"body": "…b-serializinghtml-1.1.5",
"is_bot": true,
"headline": "Merge pull request #2019 from python-trio/dependabot/pip/sphinxcontri…",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-24T05:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3062fecea4be1d7182f90848c3515f34b18629",
"body": "Bumps [sphinxcontrib-htmlhelp](http://sphinx-doc.org/) from 1.0.3 to 2.0.0.\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump sphinxcontrib-htmlhelp from 1.0.3 to 2.0.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-24T05:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f091f1a55e48428ee35c01214c2a4dfb39b1bf",
"body": "Bumps [sphinxcontrib-serializinghtml](http://sphinx-doc.org/) from 1.1.4 to 1.1.5.\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump sphinxcontrib-serializinghtml from 1.1.4 to 1.1.5",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-24T05:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3750516de298ae3e87e276ef6896645b9c1db513",
"body": "…ners-2.4.0",
"is_bot": true,
"headline": "Merge pull request #2013 from python-trio/dependabot/pip/sortedcontai…",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-20T05:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37a8dea9a870643cd29df8ac7d12e67e92d9ee6",
"body": "Bumps [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) from 2.3.0 to 2.4.0.\n- [Release notes](https://github.com/grantjenks/python-sortedcontainers/releases)\n- [Changelog](https://github.com/grantjenks/python-sortedcontainers/blob/master/HISTORY.rst)\n- [Commits](https://github.com/grantjenks/python-sortedcontainers/compare/v2.3.0...v2.4.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump sortedcontainers from 2.3.0 to 2.4.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-20T05:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdea86f2710da3e2ca8071d498be46e8eb7e8803",
"body": "….12.0",
"is_bot": true,
"headline": "Merge pull request #2011 from python-trio/dependabot/pip/pytest-cov-2…",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-20T05:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b076a344f24af44c4a029a0285a5349dcd44a56",
"body": "Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.0.\n- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)\n- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.1...v2.12.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump pytest-cov from 2.11.1 to 2.12.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-20T05:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe06dbd315bc72245975044b1a94533c0b85d995",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2015 from python-trio/dependabot/pip/click-8.0.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-20T05:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a4350781cb6bf3498f7fe305bda850e8b3107f0",
"body": "Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.1.\n- [Release notes](https://github.com/pallets/click/releases)\n- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)\n- [Commits](https://github.com/pallets/click/compare/7.1.2...8.0.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump click from 7.1.2 to 8.0.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-20T05:28:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ceb70091297a5d612744f0ec4d548db85e5184e",
"body": "….0.0",
"is_bot": false,
"headline": "Merge pull request #2009 from python-trio/dependabot/pip/markupsafe-2…",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-05-19T06:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c63014f86dcaf1da2397ce5838dd0b37e23d45",
"body": null,
"is_bot": false,
"headline": "Bump markupsafe from 2.0.0 to 2.0.1",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-05-19T06:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d86d22c3c028887ccd2c78ffcc2bbc6bdb803446",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2014 from python-trio/dependabot/pip/jinja2-3.0.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-19T05:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb70cccee976261c545d3d64a9f0dab66faf4f7f",
"body": "Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.0.1.\n- [Release notes](https://github.com/pallets/jinja/releases)\n- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)\n- [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.0.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump jinja2 from 2.11.3 to 3.0.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-19T05:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16decc5aa1ac03cbd517b5224cb08914ab29aeb0",
"body": null,
"is_bot": false,
"headline": "Trigger sr.ht build",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-05-17T06:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ed4e0f6b19b652c91b2e936e5900a2bfb6e5618",
"body": "Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.1 to 2.0.0.\n- [Release notes](https://github.com/pallets/markupsafe/releases)\n- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)\n- [Commits](https://github.com/pallets/markupsafe/compare/1.1.1...2.0.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump markupsafe from 1.1.1 to 2.0.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-17T06:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0308cda9411791e1a32bbf7b2a81550a5926d2e9",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2012 from python-trio/dependabot/pip/decorator-5.0.9",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-17T05:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a784d92a5f167083e91b26977a4037b4c46923",
"body": "Bumps [decorator](https://github.com/micheles/decorator) from 5.0.7 to 5.0.9.\n- [Release notes](https://github.com/micheles/decorator/releases)\n- [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md)\n- [Commits](https://github.com/micheles/decorator/compare/5.0.7...5.0.9)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump decorator from 5.0.7 to 5.0.9",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-17T05:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d3c049b6ca33c345923f5bebbcd911e588f0ef8",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2005 from python-trio/dependabot/pip/black-21.5b1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-11T05:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3681f1c9452ec0d8b6495bd04e0134be5d8a55",
"body": "Bumps [black](https://github.com/psf/black) from 21.5b0 to 21.5b1.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\n- [Commits](https://github.com/psf/black/commits)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump black from 21.5b0 to 21.5b1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-11T05:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c3ef2e4a3a0f0696043ced19219115d312d11c",
"body": null,
"is_bot": true,
"headline": "Merge pull request #2004 from python-trio/dependabot/pip/flake8-3.9.2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-10T06:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5a9e05870ea9949290c1fc5c274267f477e0b3",
"body": "Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2.\n- [Release notes](https://gitlab.com/pycqa/flake8/tags)\n- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump flake8 from 3.9.1 to 3.9.2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-10T06:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac693f6565ae37fd602b7c1a69f4e52b450e2656",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1998 from python-trio/dependabot/pip/ipython-7.23.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-06T05:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3156debeeb97761429be8d970a768edd5d6cb778",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1997 from python-trio/dependabot/pip/six-1.16.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-06T05:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a3934f5e6b89b436b3cd412cc9a39460440f10d",
"body": "Bumps [ipython](https://github.com/ipython/ipython) from 7.23.0 to 7.23.1.\n- [Release notes](https://github.com/ipython/ipython/releases)\n- [Commits](https://github.com/ipython/ipython/compare/7.23.0...7.23.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump ipython from 7.23.0 to 7.23.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-06T05:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d6470cf641d10a86f1c446eb90518575093a84",
"body": "Bumps [six](https://github.com/benjaminp/six) from 1.15.0 to 1.16.0.\n- [Release notes](https://github.com/benjaminp/six/releases)\n- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES)\n- [Commits](https://github.com/benjaminp/six/compare/1.15.0...1.16.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump six from 1.15.0 to 1.16.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-06T05:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f87483e6127388dc18384d47d9aecd12313abfd1",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1991 from python-trio/dependabot/pip/ipython-7.23.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-05T05:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5342463141ee8ebbdc2f0ac74fd32c3b411099a",
"body": "Bumps [ipython](https://github.com/ipython/ipython) from 7.22.0 to 7.23.0.\n- [Release notes](https://github.com/ipython/ipython/releases)\n- [Commits](https://github.com/ipython/ipython/compare/7.22.0...7.23.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump ipython from 7.22.0 to 7.23.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-05T05:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edb9260b34b454952ba295795faece189d627e5d",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1996 from python-trio/dependabot/pip/black-21.5b0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-05T05:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91a142e5dc1d9507820df4d2f9cc2a91ce0f561",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1995 from python-trio/dependabot/pip/pytest-6.2.4",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-05T05:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f215661444455d85218d15fc06f1e55b1295de20",
"body": "Bumps [black](https://github.com/psf/black) from 21.4b2 to 21.5b0.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md)\n- [Commits](https://github.com/psf/black/commits)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump black from 21.4b2 to 21.5b0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-05T05:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ea8af36400317efb57101691db8b9715dc3c95",
"body": "Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4.\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump pytest from 6.2.3 to 6.2.4",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-05-05T05:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d793272f2691947e85b6e376e4a83ae130e03369",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1987 from python-trio/dependabot/pip/black-21.4b2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-29T05:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "326672d45e7cba34e428ad109ab960aab211e08b",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1986 from python-trio/dependabot/pip/babel-2.9.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-29T05:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36cd27f17ced09b2b3a33f25d7c160ac9bb17fe7",
"body": "Bumps [black](https://github.com/psf/black) from 21.4b1 to 21.4b2.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md)\n- [Commits](https://github.com/psf/black/commits)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump black from 21.4b1 to 21.4b2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-29T05:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29d74b7eadce16acc7c270eb2143dd4d2b4f54ad",
"body": "Bumps [babel](https://github.com/python-babel/babel) from 2.9.0 to 2.9.1.\n- [Release notes](https://github.com/python-babel/babel/releases)\n- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)\n- [Commits](https://github.com/python-babel/babel/compare/v2.9.0...v2.9.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump babel from 2.9.0 to 2.9.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-29T05:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e275c814443fa2a66af86b5fce827d2db9f362",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1985 from python-trio/dependabot/pip/black-21.4b1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-28T14:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "572d02ed01c8397e97aea8d577dbd38bb5d836d2",
"body": "Bumps [black](https://github.com/psf/black) from 21.4b0 to 21.4b1.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md)\n- [Commits](https://github.com/psf/black/commits)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump black from 21.4b0 to 21.4b1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-28T14:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181df5a3588c760e0a8fea02d45319da23ac4279",
"body": null,
"is_bot": true,
"headline": "Merge pull request #1984 from python-trio/dependabot/pip/pylint-2.8.2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-28T04:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12de1803066b9ee31fb573207965821c7624f6f4",
"body": "Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.1 to 2.8.2.\n- [Release notes](https://github.com/PyCQA/pylint/releases)\n- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)\n- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.8.1...v2.8.2)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump pylint from 2.8.1 to 2.8.2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-28T04:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d598f5cd265e5db6dcd2ef962dfd74a8389a2e",
"body": "Remove .travis.yml",
"is_bot": false,
"headline": "Merge pull request #1982 from njsmith/travis-incredible-journey",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-04-27T09:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85059e818d49392fd02758d06627b3d86774f98",
"body": "Reduce coverage flapping",
"is_bot": false,
"headline": "Merge pull request #1983 from njsmith/minor-coverage-fixes",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-04-27T09:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab75cd12a4db68e2fbb2e58f46900ebaa582aab2",
"body": "…proxy-1.6.0\n\nBump lazy-object-proxy from 1.5.2 to 1.6.0",
"is_bot": false,
"headline": "Merge pull request #1935 from python-trio/dependabot/pip/lazy-object-…",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T21:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfbb127a2e5e8f9125e41660a1bafb3acfc7bf65",
"body": "…it-3.0.18\n\nBump prompt-toolkit from 3.0.17 to 3.0.18",
"is_bot": false,
"headline": "Merge pull request #1936 from python-trio/dependabot/pip/prompt-toolk…",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T21:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94562c54d241859eb05ed85c88fd6073d6752ff6",
"body": "Bump astroid from 2.5.3 to 2.5.6",
"is_bot": false,
"headline": "Merge pull request #1981 from python-trio/dependabot/pip/astroid-2.5.6",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T21:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97c4f3255a5796f9ccdca526e0f8df7ba713262c",
"body": "Add `# pragma: no cover` to a few places where our tests have\nfallbacks for OS flakiness, and that are causing coverage to randomly\ngo up and down depending on CI host load.",
"is_bot": false,
"headline": "Reduce coverage flapping",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T21:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cb376962ed546838cc197071508e9f1c57f947c",
"body": "Bump regex from 2020.11.13 to 2021.4.4",
"is_bot": false,
"headline": "Merge pull request #1945 from python-trio/dependabot/pip/regex-2021.4.4",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T21:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cac912ebfb7dd148446de28f7b752525a7a14ea",
"body": "Bump pylint from 2.7.4 to 2.8.1",
"is_bot": false,
"headline": "Merge pull request #1979 from python-trio/dependabot/pip/pylint-2.8.1",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T20:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2773dfcec36bd0e090e5288b103113a824f6f7f",
"body": "Bump black from 20.8b1 to 21.4b0",
"is_bot": false,
"headline": "Merge pull request #1980 from python-trio/dependabot/pip/black-21.4b0",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T20:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c35846783d3a1e791acca7a3b06651c31e387b",
"body": "Closes #1785. We'll miss you.",
"is_bot": false,
"headline": "Remove .travis.yml",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T20:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22f5e4d3cf56b416d9e2e347ac668aa0a2bc15ce",
"body": "updated race example to use variable assignment to track winner instead of memory channel",
"is_bot": false,
"headline": "Merge pull request #1978 from kbiggers/doc-updates",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-26T20:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb04627c2311e6cddc156019123a30e75ec1a02e",
"body": null,
"is_bot": false,
"headline": "fixed await syntax for variable assignment",
"author_name": "Kevin",
"author_login": "kbiggers",
"committed_at": "2021-04-26T14:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9de93938322742e082b4260aef1a597b2e340b",
"body": "fix some typos in the code comments",
"is_bot": false,
"headline": "Merge pull request #1976 from sophoi/typo_fix",
"author_name": "Quentin Pradet",
"author_login": "pquentin",
"committed_at": "2021-04-26T07:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ddf6c7f4c2da8c8be9eb981d6b8eb59a9d4342c",
"body": "Bumps [astroid](https://github.com/PyCQA/astroid) from 2.5.3 to 2.5.6.\n- [Release notes](https://github.com/PyCQA/astroid/releases)\n- [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog)\n- [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.5.3...astroid-2.5.6)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump astroid from 2.5.3 to 2.5.6",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-26T05:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7420eb9b7c0073bd7bbbb28889a342d1700183",
"body": "Bumps [black](https://github.com/psf/black) from 20.8b1 to 21.4b0.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md)\n- [Commits](https://github.com/psf/black/commits)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump black from 20.8b1 to 21.4b0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-26T05:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b01b438f8f919d54f82636ad8df0c280974c408",
"body": "Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.8.1.\n- [Release notes](https://github.com/PyCQA/pylint/releases)\n- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)\n- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.4...pylint-2.8.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump pylint from 2.7.4 to 2.8.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-26T05:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e2c0aae257c0a075e1796082799ebc3621da38",
"body": "…ad of memory channel.",
"is_bot": false,
"headline": "updated race example to use variable assignment to track winner inste…",
"author_name": "Kevin",
"author_login": "kbiggers",
"committed_at": "2021-04-23T21:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "141bd6e8e53c51ce8fcd8f830b4ec2160ae2af1d",
"body": null,
"is_bot": false,
"headline": "fix some typos in the code comments",
"author_name": "Shawnee",
"author_login": null,
"committed_at": "2021-04-23T20:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "813fc99ed2670212ad811eaa1682231d5ff2cceb",
"body": "Add .gitattributes and mark generated files",
"is_bot": false,
"headline": "Merge pull request #1974 from sadahaluu/pr",
"author_name": "Nathaniel J. Smith",
"author_login": "njsmith",
"committed_at": "2021-04-23T19:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06e812abe5b7c63032cd7595315cb0a7a68d4af3",
"body": null,
"is_bot": false,
"headline": "Add .gitattributes and mark generated files",
"author_name": "sadahalu",
"author_login": null,
"committed_at": "2021-04-23T00:27:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 0,
"latest_release_at": "2019-11-02T20:31:38Z",
"latest_release_tag": "v0.13.0",
"releases_from_tags": true,
"days_since_last_push": 1859,
"active_weeks_last_year": 0,
"days_since_latest_release": 2457,
"mean_days_between_releases": 52.3
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "trio",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"async",
"io",
"networking",
"trio",
"Development Status :: 4 - Beta",
"Framework :: Trio",
"Intended Audience :: Developers",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: BSD",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Networking",
"Typing :: Typed"
],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/trio/",
"is_deprecated": false,
"latest_version": "0.33.0",
"repository_url": "https://github.com/python-trio/trio",
"versions_count": 43,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2017-01-14T00:27:42.056802Z",
"latest_published_at": "2026-02-14T18:40:55.386057Z",
"latest_version_yanked": null,
"days_since_latest_publish": 161
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"mypy.ini"
],
"toolchain_manifests": [],
"largest_source_bytes": 96138,
"source_files_sampled": 174,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": "pypi:trio@0.33.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "njsmith",
"commits": 1627,
"avatar_url": "https://avatars.githubusercontent.com/u/609896?v=4"
},
{
"type": "User",
"login": "pquentin",
"commits": 324,
"avatar_url": "https://avatars.githubusercontent.com/u/42327?v=4"
},
{
"type": "User",
"login": "oremanj",
"commits": 273,
"avatar_url": "https://avatars.githubusercontent.com/u/4316136?v=4"
},
{
"type": "User",
"login": "dependabot-support",
"commits": 144,
"avatar_url": "https://avatars.githubusercontent.com/u/112581971?v=4"
},
{
"type": "User",
"login": "Fuyukai",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/8783751?v=4"
},
{
"type": "User",
"login": "buhman",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/728108?v=4"
},
{
"type": "User",
"login": "jmfrank63",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/3090462?v=4"
},
{
"type": "User",
"login": "smurfix",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/236571?v=4"
},
{
"type": "User",
"login": "belm0",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/1708631?v=4"
},
{
"type": "User",
"login": "altendky",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/543719?v=4"
}
],
"contributors_sampled": 97,
"top_contributor_share": 0.527
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 61 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "43 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6c0428ba68e8d4c879ce6548c8097acdd1e9531e",
"ran_at": "2026-07-26T00:36:13Z",
"aggregate_score": 2.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/altendky/trio",
"host": "github.com",
"name": "trio",
"owner": "altendky"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"security": 40,
"vitality": 17,
"community": 9,
"governance": 37,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.34,
"days_since_last_push": 1859,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1859 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1859
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.13.0",
"releases_from_tags": true,
"days_since_latest_release": 2457,
"mean_days_between_releases": 52.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2457 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2457
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~52.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 52.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1867,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1867 days, with nothing left unanswered; held at dormant by nothing open to answer, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 1867
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 9,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 37,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 97,
"top_contributor_share": 0.527
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 53% of commits",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 53
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "97 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 97
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 61 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"followers": 306,
"owner_type": "User",
"is_verified": null,
"owner_login": "altendky",
"public_repos": 299,
"account_age_days": 5684
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "306 followers of altendky",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 306,
"login": "altendky"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "299 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 299
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://trio.readthedocs.io",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://trio.readthedocs.io",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 61 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "43 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:trio@0.33.0 runtime dependency closure — what installing the published package pulls in — 5 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:trio@0.33.0",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.529,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "18 of 34 human commits state their intent (structured subject or explanatory body)",
"points": 28.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 34
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"mypy.ini"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.66
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "mypy.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "mypy.ini"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "66 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 66,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 96138,
"source_files_sampled": 174,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (mypy.ini)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "mypy.ini",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/174 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 174,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"pypi package 'trio' points at a different repository (https://github.com/python-trio/trio); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T00:36:29.141952Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/altendky/trio.svg",
"full_name": "altendky/trio",
"license_state": "custom",
"license_spdx": null
}