)]}'
{
  "log": [
    {
      "commit": "f019444e13c677cd58e7b42b0ca47717a4b5fbd2",
      "tree": "0c37f64e6f813f76deff72a01229e3edbe06738c",
      "parents": [
        "b882cf5988082350e603809e89a45f0fb4262b86"
      ],
      "author": {
        "name": "Paul Kehrer",
        "email": "paul.l.kehrer@gmail.com",
        "time": "Wed Sep 02 03:57:18 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 02 03:57:18 2026"
      },
      "message": "Key the cargo cache on the OpenSSL build it was compiled against (#15570)\n\n* Key the cargo cache on the OpenSSL build it was compiled against\n\nopenssl-sys registers cargo:rerun-if-changed on the OpenSSL include\ndirectory, and cargo evaluates that by mtime. The cargo cache was keyed\non the OpenSSL configuration but not on the specific build, so a\ncargo cache saved before the library was rebuilt saw \"newer\" headers on\nevery run and recompiled openssl-sys, openssl, and everything above\nthem until the next Cargo.lock or rustc change rotated the key. On\nmacOS this was happening on every run: the pyca/infra artifact is\nnewer than the cache.\n\nOn macOS and Windows the id of the downloaded artifact becomes part of\nthe key, which means downloading before the cache step. On linux the\nOpenSSL cache key (which, unlike the config hash, includes the build\nscript hash) is used instead of the config hash.\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_01QZZQDQuPPD8T7jaAsCSHtM\n\n* Trim comments\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_01QZZQDQuPPD8T7jaAsCSHtM\n\n---------\n\nCo-authored-by: Claude \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "b882cf5988082350e603809e89a45f0fb4262b86",
      "tree": "b739826f7d6c35081bb4a6579c30e47f9cafa58d",
      "parents": [
        "6fa59292134414ca443b68a636743103660752c3"
      ],
      "author": {
        "name": "Paul Kehrer",
        "email": "paul.l.kehrer@gmail.com",
        "time": "Wed Sep 02 03:54:44 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 02 03:54:44 2026"
      },
      "message": "Build BoringSSL and AWS-LC with optimization in CI (#15571)\n\n* Build BoringSSL and AWS-LC with optimization in CI\n\nNeither project sets a default CMAKE_BUILD_TYPE, and the CI build\ndidn\u0027t pass one, so CMake passed no optimization flags at all and the\nlibraries under test were compiled at -O0. RelWithAsserts is Release\nwithout NDEBUG, i.e. -O3 with asserts kept, and is what BoringSSL\u0027s\nown CI uses.\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_01QZZQDQuPPD8T7jaAsCSHtM\n\n* Drop comments\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_01QZZQDQuPPD8T7jaAsCSHtM\n\n---------\n\nCo-authored-by: Claude \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "6fa59292134414ca443b68a636743103660752c3",
      "tree": "d6a534578bab29e0aaf23f61198bec26797d0c79",
      "parents": [
        "8ce44c94630e91ae2e8bfd6ee6591f02a80e6044"
      ],
      "author": {
        "name": "Paul Kehrer",
        "email": "paul.l.kehrer@gmail.com",
        "time": "Wed Sep 02 03:33:34 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 02 03:33:34 2026"
      },
      "message": "Don\u0027t build the test suites of the OpenSSL forks we compile in CI (#15569)\n\n* Don\u0027t build the test suites of the OpenSSL forks we compile in CI\n\n`ninja install` depends on `all`, which includes the (large) test\nsuites of BoringSSL, AWS-LC and LibreSSL unless they\u0027re turned off,\nand OpenSSL\u0027s default target builds its test programs. None of them\nare ever run. Locally on 4 cores, BoringSSL goes from 141s to 48s and\nAWS-LC from 87s to 15s.\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_01QZZQDQuPPD8T7jaAsCSHtM\n\n* Drop redundant comment\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_01QZZQDQuPPD8T7jaAsCSHtM\n\n* Drop the remaining comments\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_01QZZQDQuPPD8T7jaAsCSHtM\n\n---------\n\nCo-authored-by: Claude \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "8ce44c94630e91ae2e8bfd6ee6591f02a80e6044",
      "tree": "340c4f6a737944769fbd54e3831969cf536e7b86",
      "parents": [
        "be2c8ef4b3a2a6a88505b1472c36a75bb7c856c2"
      ],
      "author": {
        "name": "Sergio C.C.",
        "email": "117457137+SergioCc13@users.noreply.github.com",
        "time": "Tue Sep 01 21:38:12 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 01 21:38:12 2026"
      },
      "message": "docs: tag the hpke module as versionadded 47.0.0 (#15567)\n\nMove the \u0027.. versionadded:: 47.0.0\u0027 from the individual hybrid-key\nclasses (MLKEM768X25519PrivateKey, MLKEM768X25519PublicKey,\nMLKEM1024P384PrivateKey, MLKEM1024P384PublicKey) up to the module\nlevel, so Suite/KEM/KDF/AEAD are covered too. KEM.enc_length()\nkeeps its own \u0027.. versionadded:: 49.0.0\u0027.\n\nRefs #15561"
    },
    {
      "commit": "be2c8ef4b3a2a6a88505b1472c36a75bb7c856c2",
      "tree": "edf38c232476c7490d01818ddc7eca5739f460f3",
      "parents": [
        "48f559c7e818aadb750a95a7b4df77d46004ad56"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Tue Sep 01 11:08:34 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 01 11:08:34 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15562)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "48f559c7e818aadb750a95a7b4df77d46004ad56",
      "tree": "65f1751eadcaaa3976d696206108180429c6aba8",
      "parents": [
        "5796a734d867a41d2fc00bc90733c0e35306cc6b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 01 11:06:58 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 01 11:06:58 2026"
      },
      "message": "chore(deps): bump uv from 0.12.7 to 0.12.8 (#15563)\n\nBumps [uv](https://github.com/astral-sh/uv) from 0.12.7 to 0.12.8.\n- [Release notes](https://github.com/astral-sh/uv/releases)\n- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/uv/compare/0.12.7...0.12.8)\n\n---\nupdated-dependencies:\n- dependency-name: uv\n  dependency-version: 0.12.8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5796a734d867a41d2fc00bc90733c0e35306cc6b",
      "tree": "2cb6cd66f93f8c87a86a03fbf145343c6a7e0fc9",
      "parents": [
        "f9d20b5bbac86c7fb36261a383117bddfdece586"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 01 11:05:15 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 01 11:05:15 2026"
      },
      "message": "chore(deps): bump platformdirs from 4.11.5 to 4.11.6 (#15564)\n\nBumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.11.5 to 4.11.6.\n- [Release notes](https://github.com/tox-dev/platformdirs/releases)\n- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.5...4.11.6)\n\n---\nupdated-dependencies:\n- dependency-name: platformdirs\n  dependency-version: 4.11.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "f9d20b5bbac86c7fb36261a383117bddfdece586",
      "tree": "2fef0c0b545c8138cc603954b26ccba2a68beb95",
      "parents": [
        "69db85121a2f8671c3e54a8ec7b1c697e4d5fc56"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 01 11:04:51 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 01 11:04:51 2026"
      },
      "message": "chore(deps): bump filelock from 3.32.4 to 3.32.5 (#15565)\n\nBumps [filelock](https://github.com/tox-dev/py-filelock) from 3.32.4 to 3.32.5.\n- [Release notes](https://github.com/tox-dev/py-filelock/releases)\n- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/py-filelock/compare/3.32.4...3.32.5)\n\n---\nupdated-dependencies:\n- dependency-name: filelock\n  dependency-version: 3.32.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "69db85121a2f8671c3e54a8ec7b1c697e4d5fc56",
      "tree": "bb53d32abcfbbc03496eed81e17256157eae4cce",
      "parents": [
        "c20f7beadd64b1d237498057a3bde57e1c42fdb3"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Tue Sep 01 11:04:20 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 01 11:04:20 2026"
      },
      "message": "Bump downstream dependencies in CI (#15566)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "c20f7beadd64b1d237498057a3bde57e1c42fdb3",
      "tree": "9a0f12138e2f3f25b70afbe8f19407151c7a8249",
      "parents": [
        "0d21396a693966c9957f00c09172c58d631e1e1f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 31 11:21:42 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 31 11:21:42 2026"
      },
      "message": "chore(deps): bump virtualenv from 21.7.5 to 21.7.7 (#15555)\n\nBumps [virtualenv](https://github.com/pypa/virtualenv) from 21.7.5 to 21.7.7.\n- [Release notes](https://github.com/pypa/virtualenv/releases)\n- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/pypa/virtualenv/compare/21.7.5...21.7.7)\n\n---\nupdated-dependencies:\n- dependency-name: virtualenv\n  dependency-version: 21.7.7\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "0d21396a693966c9957f00c09172c58d631e1e1f",
      "tree": "c9ed9b27a69601f3456ce0f8e5d0965762765256",
      "parents": [
        "247a70be016adff423b36817812d304fcd09443c"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Mon Aug 31 11:05:51 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 31 11:05:51 2026"
      },
      "message": "Bump downstream dependencies in CI (#15559)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "247a70be016adff423b36817812d304fcd09443c",
      "tree": "24fae34c14b483b7b81b3a8b3295e130b6374942",
      "parents": [
        "aa120679d550ad778de9caa05419734cd99a40e1"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Mon Aug 31 11:05:34 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 31 11:05:34 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15558)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "aa120679d550ad778de9caa05419734cd99a40e1",
      "tree": "6596d7c128b3ed46739cdcd1ddd1ede75ff039b7",
      "parents": [
        "24e812cc5c39986ca11fa27b43ea9471e624460f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 31 11:05:08 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 31 11:05:08 2026"
      },
      "message": "chore(deps): bump readme-renderer from 45.0 to 46.0 (#15557)\n\nBumps [readme-renderer](https://github.com/pypa/readme_renderer) from 45.0 to 46.0.\n- [Release notes](https://github.com/pypa/readme_renderer/releases)\n- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)\n- [Commits](https://github.com/pypa/readme_renderer/compare/45.0...46.0)\n\n---\nupdated-dependencies:\n- dependency-name: readme-renderer\n  dependency-version: \u002746.0\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "24e812cc5c39986ca11fa27b43ea9471e624460f",
      "tree": "ccc78f0dd086758aeed8e2faaa4ffba5afc6c74d",
      "parents": [
        "39f784ff313873c70c34040af4903fa8f513b7b8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 31 11:04:39 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 31 11:04:39 2026"
      },
      "message": "chore(deps): bump python-discovery from 1.5.3 to 1.6.0 (#15556)\n\nBumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.5.3 to 1.6.0.\n- [Release notes](https://github.com/tox-dev/python-discovery/releases)\n- [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/python-discovery/compare/1.5.3...1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: python-discovery\n  dependency-version: 1.6.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "39f784ff313873c70c34040af4903fa8f513b7b8",
      "tree": "4fe4430ad0ce2470bbb067518593898698bb95ce",
      "parents": [
        "06d788d2e23ac594e108f478fa26936720cfc9e9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 31 11:04:19 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 31 11:04:19 2026"
      },
      "message": "chore(deps): bump coverage from 7.15.4 to 7.16.0 (#15554)\n\nBumps [coverage](https://github.com/coveragepy/coveragepy) from 7.15.4 to 7.16.0.\n- [Release notes](https://github.com/coveragepy/coveragepy/releases)\n- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)\n- [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.4...7.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: coverage\n  dependency-version: 7.16.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "06d788d2e23ac594e108f478fa26936720cfc9e9",
      "tree": "24152b5c9043d76696cecd9e7cc9e1b9b5203666",
      "parents": [
        "a825ca0b73b21a1a368e8059878fff84ee04720f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 31 11:03:27 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 31 11:03:27 2026"
      },
      "message": "chore(deps): bump re-actors/alls-green from 1.2.2 to 1.3.0 (#15553)\n\nBumps [re-actors/alls-green](https://github.com/re-actors/alls-green) from 1.2.2 to 1.3.0.\n- [Release notes](https://github.com/re-actors/alls-green/releases)\n- [Commits](https://github.com/re-actors/alls-green/compare/05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe...b5b5b37504aa4183270bd3d855c52a67f212be35)\n\n---\nupdated-dependencies:\n- dependency-name: re-actors/alls-green\n  dependency-version: 1.3.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "a825ca0b73b21a1a368e8059878fff84ee04720f",
      "tree": "42ff653202a4c2d9d2c3ff3d1ffd4e06e4b1aa53",
      "parents": [
        "57ddeb7333e328a9419c7719de54bbcc25f9d8d4"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sun Aug 30 12:21:06 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 30 12:21:06 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15551)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "57ddeb7333e328a9419c7719de54bbcc25f9d8d4",
      "tree": "258919c818b311f12d9847772c9ee05cc75b98f3",
      "parents": [
        "c7322d8848da2df3b60b07e8242cfa6d5d562e7e"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sun Aug 30 12:20:54 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 30 12:20:54 2026"
      },
      "message": "Bump downstream dependencies in CI (#15552)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "c7322d8848da2df3b60b07e8242cfa6d5d562e7e",
      "tree": "63d3c1b30a1b069289549757b3b59cd55d0a1f80",
      "parents": [
        "8c3d6bf392a36ca981d6e8ed720d12145a96dee3"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sat Aug 29 13:11:42 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 29 13:11:42 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15545)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "8c3d6bf392a36ca981d6e8ed720d12145a96dee3",
      "tree": "c975fc40d94901a8658f5f60d5c45b68925cd841",
      "parents": [
        "993d0f7357226f772c4f4b4b49d2a88a38418b0a"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sat Aug 29 13:11:18 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 29 13:11:18 2026"
      },
      "message": "Bump downstream dependencies in CI (#15546)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "993d0f7357226f772c4f4b4b49d2a88a38418b0a",
      "tree": "a932daef658765f2f1bf9b4625c6d80d9a2d5fe3",
      "parents": [
        "ac0a94c97d13ba4ef568f4ecba14beb87fed023b"
      ],
      "author": {
        "name": "Anton Petnitsky",
        "email": "168552591+Mukller@users.noreply.github.com",
        "time": "Fri Aug 28 20:27:50 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 20:27:50 2026"
      },
      "message": "Add missing OID names for ExtendedKeyUsageOID entries (#15544)\n\nFixes #15480\n\nThe _OID_NAMES mapping in cryptography.hazmat._oid was missing entries for\nseveral ExtendedKeyUsageOID values defined in the same module. This caused\nthe OID name resolution to fall back to \u0027Unknown OID\u0027 for those values,\nincluding ipsecIKE (1.3.6.1.5.5.7.3.17) reported in the issue.\n\nAdded the following missing entries:\n- ANY_EXTENDED_KEY_USAGE (2.5.29.37.0) -\u003e \u0027anyExtendedKeyUsage\u0027\n- IPSEC_IKE (1.3.6.1.5.5.7.3.17) -\u003e \u0027ipsecIKE\u0027\n- BUNDLE_SECURITY (1.3.6.1.5.5.7.3.35) -\u003e \u0027bundleSecurity\u0027\n- CERTIFICATE_TRANSPARENCY (1.3.6.1.4.1.11129.2.4.4) -\u003e \u0027certificateTransparency\u0027\n\nCo-authored-by: Mukller \u003cantonpetnitsky@users.noreply.github.com\u003e"
    },
    {
      "commit": "ac0a94c97d13ba4ef568f4ecba14beb87fed023b",
      "tree": "f69c7db88de4cd23b94f46aa2bd82c469b38b00e",
      "parents": [
        "2bec7e7903e30b58a9bf4320fd4e77aa36b39d48"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 14:33:14 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 14:33:14 2026"
      },
      "message": "Bump x509-limbo and/or wycheproof in CI (#15541)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "2bec7e7903e30b58a9bf4320fd4e77aa36b39d48",
      "tree": "15b5a7cc92a516dc107d98b4c51a1d1a392ed621",
      "parents": [
        "3047552af680e13f6a95c9870bf8221bd6028e39"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 14:32:49 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 14:32:49 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15540)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "3047552af680e13f6a95c9870bf8221bd6028e39",
      "tree": "58848dcf221001312ead1e3591ed4a7098929e28",
      "parents": [
        "9552621c81feb1d3326706682e98f8411c126ca9"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 14:32:26 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 14:32:26 2026"
      },
      "message": "Bump downstream dependencies in CI (#15542)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "9552621c81feb1d3326706682e98f8411c126ca9",
      "tree": "a0fae6ffeb75ab4f484bc148d316dc810a1dd427",
      "parents": [
        "9039e49a4f4331b47072b75b051c8d345316b8b1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 11:18:51 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 11:18:51 2026"
      },
      "message": "chore(deps): bump uv from 0.12.6 to 0.12.7 (#15538)\n\nBumps [uv](https://github.com/astral-sh/uv) from 0.12.6 to 0.12.7.\n- [Release notes](https://github.com/astral-sh/uv/releases)\n- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/uv/compare/0.12.6...0.12.7)\n\n---\nupdated-dependencies:\n- dependency-name: uv\n  dependency-version: 0.12.7\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "9039e49a4f4331b47072b75b051c8d345316b8b1",
      "tree": "ec0cd95dd1dd7f7c3c40e79acb8a65eaacd954f5",
      "parents": [
        "13e23b1982f3522fcf66e3731f0a96f8a2213e1f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 11:11:18 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 11:11:18 2026"
      },
      "message": "chore(deps): bump build from 1.5.0 to 1.6.0 (#15539)\n\nBumps [build](https://github.com/pypa/build) from 1.5.0 to 1.6.0.\n- [Release notes](https://github.com/pypa/build/releases)\n- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pypa/build/compare/1.5.0...1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: build\n  dependency-version: 1.6.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "13e23b1982f3522fcf66e3731f0a96f8a2213e1f",
      "tree": "b1327bc128df7fe927ad8ca6d65a5f35d6e1080e",
      "parents": [
        "80fe2c3f527beb6342d63825d77c7f5a3c005da8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 11:10:23 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 11:10:23 2026"
      },
      "message": "chore(deps): bump platformdirs from 4.11.4 to 4.11.5 (#15537)\n\nBumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.11.4 to 4.11.5.\n- [Release notes](https://github.com/tox-dev/platformdirs/releases)\n- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.4...4.11.5)\n\n---\nupdated-dependencies:\n- dependency-name: platformdirs\n  dependency-version: 4.11.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "80fe2c3f527beb6342d63825d77c7f5a3c005da8",
      "tree": "9aeab09928e4e3338cb41814ef5c05e3e456f121",
      "parents": [
        "790495e0c5acfbeacb97e6c69ab763bf4843fa22"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 11:09:42 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 11:09:42 2026"
      },
      "message": "chore(deps): bump dawidd6/action-download-artifact from 23 to 24 (#15533)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 23 to 24.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/57aa996fc1713cc1579039614f4645a7f4841fd4...d63b86af1b34672e53c440b1b83979861906bad7)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n  dependency-version: \u002724\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "790495e0c5acfbeacb97e6c69ab763bf4843fa22",
      "tree": "a8910a32d207aa10d685f8139bc235d33f55ed56",
      "parents": [
        "1cb02199c56e6fad1f7b2164b2838cf0dbde13a8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 11:07:54 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 11:07:54 2026"
      },
      "message": "chore(deps): bump dawidd6/action-download-artifact (#15536)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 23 to 24.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/57aa996fc1713cc1579039614f4645a7f4841fd4...d63b86af1b34672e53c440b1b83979861906bad7)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n  dependency-version: \u002724\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "1cb02199c56e6fad1f7b2164b2838cf0dbde13a8",
      "tree": "c0a9cd01c8bed3f2b0528aa526e5e5f086b433c9",
      "parents": [
        "d6d52c2d7b2b5780f3660b4d1e6acc83880f2f22"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 11:07:39 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 11:07:39 2026"
      },
      "message": "chore(deps): bump dawidd6/action-download-artifact (#15535)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 23 to 24.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/57aa996fc1713cc1579039614f4645a7f4841fd4...d63b86af1b34672e53c440b1b83979861906bad7)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n  dependency-version: \u002724\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d6d52c2d7b2b5780f3660b4d1e6acc83880f2f22",
      "tree": "7a7ac8d4d5e7e87de639cb2a36b130c700c37b83",
      "parents": [
        "0708902e1a5a6eccae459fda870666e585ed3e35"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 28 11:07:20 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 28 11:07:20 2026"
      },
      "message": "chore(deps): bump ruff from 0.16.4 to 0.16.5 (#15534)\n\nBumps [ruff](https://github.com/astral-sh/ruff) from 0.16.4 to 0.16.5.\n- [Release notes](https://github.com/astral-sh/ruff/releases)\n- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/ruff/compare/0.16.4...0.16.5)\n\n---\nupdated-dependencies:\n- dependency-name: ruff\n  dependency-version: 0.16.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "0708902e1a5a6eccae459fda870666e585ed3e35",
      "tree": "ccbc586c8f224abed2f08fcf60f006064c719fdb",
      "parents": [
        "cabea58793347c7a442525eb98f6629cf5b38ce5"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 27 13:44:29 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 27 13:44:29 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15530)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "cabea58793347c7a442525eb98f6629cf5b38ce5",
      "tree": "ed8d45bb7f79fe7d6594de1375fcf766c8bc0511",
      "parents": [
        "4a5ea8b8b6b65096dc828ebd1fd1bab138736a10"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 27 13:44:12 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 27 13:44:12 2026"
      },
      "message": "Bump downstream dependencies in CI (#15531)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "4a5ea8b8b6b65096dc828ebd1fd1bab138736a10",
      "tree": "e89ead82e05de700c5068cf1cf5b3a3e187c30a5",
      "parents": [
        "c962810f311cf1cc676c635956c4eadf27bc486d"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 27 12:48:50 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 27 12:48:50 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15529)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "c962810f311cf1cc676c635956c4eadf27bc486d",
      "tree": "6581ab7bf1245325b47b3eebec24aa2321862364",
      "parents": [
        "71115686bfc8097f52256fd10d13f74c774b0d57"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 27 12:48:11 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 27 12:48:11 2026"
      },
      "message": "Bump downstream dependencies in CI (#15528)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "71115686bfc8097f52256fd10d13f74c774b0d57",
      "tree": "f7ab8dcb67f0586ed582f0252fb544d58f0e8c39",
      "parents": [
        "148ea72502d7502852187c3db252427343b28754"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 27 11:05:57 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 27 11:05:57 2026"
      },
      "message": "chore(deps): bump click from 8.4.2 to 8.5.0 (#15527)\n\nBumps [click](https://github.com/pallets/click) from 8.4.2 to 8.5.0.\n- [Release notes](https://github.com/pallets/click/releases)\n- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md)\n- [Commits](https://github.com/pallets/click/compare/8.4.2...8.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: click\n  dependency-version: 8.5.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "148ea72502d7502852187c3db252427343b28754",
      "tree": "412ad1186ff7d5e5efbf3292190f197b7d00a288",
      "parents": [
        "c18710fd6c268f286ba1a58ab187ae690ddcf9f2"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Wed Aug 26 11:08:00 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 26 11:08:00 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15524)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "c18710fd6c268f286ba1a58ab187ae690ddcf9f2",
      "tree": "62f8b22ac04a3ab7180b03a11de7c619cd5fdf9c",
      "parents": [
        "08ed5459b8d89b6224e5109890ad8c1dcfacedb0"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Wed Aug 26 11:07:44 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 26 11:07:44 2026"
      },
      "message": "Bump downstream dependencies in CI (#15525)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "08ed5459b8d89b6224e5109890ad8c1dcfacedb0",
      "tree": "b85df7258938736fcf1ea6bd6f0a3705e92fe459",
      "parents": [
        "78e0137ec874c69d5ec86560577b0283008dd1b8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Aug 26 11:06:40 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 26 11:06:40 2026"
      },
      "message": "chore(deps): bump uv from 0.12.5 to 0.12.6 (#15523)\n\nBumps [uv](https://github.com/astral-sh/uv) from 0.12.5 to 0.12.6.\n- [Release notes](https://github.com/astral-sh/uv/releases)\n- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/uv/compare/0.12.5...0.12.6)\n\n---\nupdated-dependencies:\n- dependency-name: uv\n  dependency-version: 0.12.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "78e0137ec874c69d5ec86560577b0283008dd1b8",
      "tree": "40be8f38a234e9c201c07990146049510d6c808b",
      "parents": [
        "dc1125347f52b36b7070332910c680e68db0f478"
      ],
      "author": {
        "name": "Paul Kehrer",
        "email": "paul.l.kehrer@gmail.com",
        "time": "Tue Aug 25 19:53:20 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 19:53:20 2026"
      },
      "message": "forward port 50.0.1 changelog (#15521)\n\nUpdated the changelog to include version 50.0.1 release notes."
    },
    {
      "commit": "dc1125347f52b36b7070332910c680e68db0f478",
      "tree": "653c7fbd9b3f3f344ff0a3befb584886925836bb",
      "parents": [
        "da47b082f5c76d34131a9efc302ed28960974dab"
      ],
      "author": {
        "name": "Paul Kehrer",
        "email": "paul.l.kehrer@gmail.com",
        "time": "Tue Aug 25 18:02:36 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 18:02:36 2026"
      },
      "message": "Update OpenSSL versions in CI workflow (#15518)\n\nUpdated OpenSSL versions in CI configuration for various test sessions."
    },
    {
      "commit": "da47b082f5c76d34131a9efc302ed28960974dab",
      "tree": "1eefe04f4bdf7a89bec18001941de8d39496ab6c",
      "parents": [
        "38cc6b563af23e5dd6fda0f8ff0b01648294fc7a"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Tue Aug 25 11:05:07 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 11:05:07 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15517)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "38cc6b563af23e5dd6fda0f8ff0b01648294fc7a",
      "tree": "b752c38046842d5445e4d29c514b4a1ee67003f6",
      "parents": [
        "5ccbd74d0fbda0a37d9051682808a86c420af300"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 25 11:04:50 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 11:04:50 2026"
      },
      "message": "chore(deps): bump platformdirs from 4.11.3 to 4.11.4 (#15516)\n\nBumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.11.3 to 4.11.4.\n- [Release notes](https://github.com/tox-dev/platformdirs/releases)\n- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.3...4.11.4)\n\n---\nupdated-dependencies:\n- dependency-name: platformdirs\n  dependency-version: 4.11.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5ccbd74d0fbda0a37d9051682808a86c420af300",
      "tree": "11266d5b168b059409fdb052e715ba4915a9ed9a",
      "parents": [
        "a259b656e37be75349ff4f11bdb90484e16dc05c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 25 11:04:26 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 11:04:26 2026"
      },
      "message": "chore(deps): bump virtualenv from 21.7.4 to 21.7.5 (#15515)\n\nBumps [virtualenv](https://github.com/pypa/virtualenv) from 21.7.4 to 21.7.5.\n- [Release notes](https://github.com/pypa/virtualenv/releases)\n- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/pypa/virtualenv/compare/21.7.4...21.7.5)\n\n---\nupdated-dependencies:\n- dependency-name: virtualenv\n  dependency-version: 21.7.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "a259b656e37be75349ff4f11bdb90484e16dc05c",
      "tree": "10c2451aa1b264e6d75d5312a2a65939b4e9571f",
      "parents": [
        "a251f39d434b0956fa09121671878e68eedc6367"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 25 11:04:06 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 11:04:06 2026"
      },
      "message": "chore(deps): bump imagesize from 2.0.0 to 2.0.1 (#15514)\n\nBumps [imagesize](https://github.com/shibukawa/imagesize_py) from 2.0.0 to 2.0.1.\n- [Release notes](https://github.com/shibukawa/imagesize_py/releases)\n- [Commits](https://github.com/shibukawa/imagesize_py/compare/2.0.0...2.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: imagesize\n  dependency-version: 2.0.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "a251f39d434b0956fa09121671878e68eedc6367",
      "tree": "025e509bf4d2de01fefadf905da81d03b23b8edd",
      "parents": [
        "99b48a28a788d420127d5d4720ad4adacc425530"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 25 11:03:32 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 11:03:32 2026"
      },
      "message": "chore(deps): bump python-discovery from 1.5.2 to 1.5.3 (#15513)\n\nBumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.5.2 to 1.5.3.\n- [Release notes](https://github.com/tox-dev/python-discovery/releases)\n- [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/python-discovery/compare/1.5.2...1.5.3)\n\n---\nupdated-dependencies:\n- dependency-name: python-discovery\n  dependency-version: 1.5.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "99b48a28a788d420127d5d4720ad4adacc425530",
      "tree": "fd88b4553f04eaa19293c613c6316ffc826d9497",
      "parents": [
        "9d19445ec6777dcf9615a6cd57909f837a57c812"
      ],
      "author": {
        "name": "Alex Gaynor",
        "email": "alex.gaynor@gmail.com",
        "time": "Mon Aug 24 12:37:45 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 12:37:45 2026"
      },
      "message": "update ci constraints for pytest-benchmark and py-cpuinfo (#15512)"
    },
    {
      "commit": "9d19445ec6777dcf9615a6cd57909f837a57c812",
      "tree": "bffba099665c99796b984e9afb47595e6963570f",
      "parents": [
        "a579fb6d3673aca48ff93af78283276829400e64"
      ],
      "author": {
        "name": "wouter bolsterlee",
        "email": "wouter@bolsterl.ee",
        "time": "Mon Aug 24 11:44:54 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:44:54 2026"
      },
      "message": "docs: improve two-factor authentication documentation outline (#15510)\n\nThis improves the document structure for the HOTP and TOTP docs.\nBoth now have a heading at the same level, so that both appear in the\nnavigation sidebar.\n\nBefore this change, HOTP had an autogenerated heading, while TOTP was\nincorrectly hidden as a subsection of the HOTP section, due to Sphinx\nautomatically adding sub-headings for :class: blocks.\n\nAlso lift the section about the provisioning URI to a sibling level,\nsince it applies equally to HOTP and TOTP."
    },
    {
      "commit": "a579fb6d3673aca48ff93af78283276829400e64",
      "tree": "94ddaf11cb8405f24e521df51bb3211d4db7e99f",
      "parents": [
        "23d6d5faaddff0d22633736528fba8750191da1e"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:18:26 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:18:26 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15509)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "23d6d5faaddff0d22633736528fba8750191da1e",
      "tree": "488c491a39b20ad5d38af17608571c34bff93a1d",
      "parents": [
        "99a1c5ac9656ae0b0e068cfff437f857fc52c61c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:18:04 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:18:04 2026"
      },
      "message": "chore(deps): bump filelock from 3.32.3 to 3.32.4 (#15508)\n\nBumps [filelock](https://github.com/tox-dev/py-filelock) from 3.32.3 to 3.32.4.\n- [Release notes](https://github.com/tox-dev/py-filelock/releases)\n- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/py-filelock/compare/3.32.3...3.32.4)\n\n---\nupdated-dependencies:\n- dependency-name: filelock\n  dependency-version: 3.32.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "99a1c5ac9656ae0b0e068cfff437f857fc52c61c",
      "tree": "d553c59702ed3ed64fa5dcfa74e14a5cd945ddbc",
      "parents": [
        "6ade5d4df8cb2ce833c0e92518a6489eeb1d759c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:17:39 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:17:39 2026"
      },
      "message": "chore(deps): bump dawidd6/action-download-artifact (#15505)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 21 to 23.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/b6e2e70617bc3265edd6dab6c906732b2f1ae151...57aa996fc1713cc1579039614f4645a7f4841fd4)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n  dependency-version: \u002723\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "6ade5d4df8cb2ce833c0e92518a6489eeb1d759c",
      "tree": "9581b39e2e44ee8f1b94b6d24a8b0917d1241b43",
      "parents": [
        "8e436de01f728585b1c10efdf2c7e4c994c19bca"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:17:17 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:17:17 2026"
      },
      "message": "chore(deps): bump nh3 from 0.3.6 to 0.3.7 (#15503)\n\nBumps [nh3](https://github.com/messense/nh3) from 0.3.6 to 0.3.7.\n- [Release notes](https://github.com/messense/nh3/releases)\n- [Commits](https://github.com/messense/nh3/compare/v0.3.6...v0.3.7)\n\n---\nupdated-dependencies:\n- dependency-name: nh3\n  dependency-version: 0.3.7\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "8e436de01f728585b1c10efdf2c7e4c994c19bca",
      "tree": "ec847472c476cbf492b851414930d0c8a1f409b6",
      "parents": [
        "7d4fcd8f7f6303edc5dd03339105095da21a2b30"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:16:44 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:16:44 2026"
      },
      "message": "chore(deps): bump dawidd6/action-download-artifact (#15504)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 21 to 23.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/b6e2e70617bc3265edd6dab6c906732b2f1ae151...57aa996fc1713cc1579039614f4645a7f4841fd4)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n  dependency-version: \u002723\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7d4fcd8f7f6303edc5dd03339105095da21a2b30",
      "tree": "f6418494d49a6e34dbf77086fe327f907da386b8",
      "parents": [
        "97a6e78a62340050611b5a51ebdf6fcb85e16f12"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:16:24 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:16:24 2026"
      },
      "message": "chore(deps): bump dawidd6/action-download-artifact from 21 to 23 (#15502)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 21 to 23.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/b6e2e70617bc3265edd6dab6c906732b2f1ae151...57aa996fc1713cc1579039614f4645a7f4841fd4)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n  dependency-version: \u002723\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "97a6e78a62340050611b5a51ebdf6fcb85e16f12",
      "tree": "553cd8b7ce92a02e408c1e1b44b534c4dc6c2a91",
      "parents": [
        "3e91c26dafbdb4476962fe0b0e67d564c7761bf6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:15:48 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:15:48 2026"
      },
      "message": "chore(deps): bump dependency-groups from 1.3.1 to 1.3.2 (#15506)\n\nBumps [dependency-groups](https://github.com/pypa/dependency-groups) from 1.3.1 to 1.3.2.\n- [Release notes](https://github.com/pypa/dependency-groups/releases)\n- [Changelog](https://github.com/pypa/dependency-groups/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pypa/dependency-groups/compare/1.3.1...1.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: dependency-groups\n  dependency-version: 1.3.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "3e91c26dafbdb4476962fe0b0e67d564c7761bf6",
      "tree": "13bef1ea039baa9ffdab66104416a5fd7fa160f7",
      "parents": [
        "d300c2607d09a620149add654074618a6616b6d5"
      ],
      "author": {
        "name": "Alex Gaynor",
        "email": "alex.gaynor@gmail.com",
        "time": "Sun Aug 23 15:29:34 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 23 15:29:34 2026"
      },
      "message": "Support decoding top-level SEQUENCE OF and SET OF in asn1.decode_der (#15501)\n\n* Support list[T] and SetOf[T] in asn1.decode_der\n\ndecode_der() previously required its type argument to be a class, so\ntop-level SEQUENCE OF / SET OF values (e.g. RFC 5280 PolicyMappings)\ncould not be decoded by passing list[T] or SetOf[T], and PEP 695 type\naliases were similarly rejected. Generic aliases are now normalized to\nan AnnotatedType on the Python side and decoded through a new\ndecode_der_annotated entry point in the Rust bindings.\n\nencode_der() now also accepts a top-level list, inferring the element\ntype from the first element like it already did for SetOf, so decoded\nSEQUENCE OF values round-trip.\n\nFixes #15499\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_014siQVLm1Kzj7ZTLaurWM97\n\n* Normalize decode_der input through the field-type pipeline\n\nInstead of special-casing list[T]/SetOf[T] in a separate decode entry\npoint, decode_der now always normalizes its type argument with the same\nlogic used for sequence/set field types, and the Rust decode_der takes\nthe resulting AnnotatedType directly. This removes the type branching\nand the encode-side element-type inference for top-level lists.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_014siQVLm1Kzj7ZTLaurWM97\n\n* Remove changelog/docs updates, trim comments and tests per review\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_014siQVLm1Kzj7ZTLaurWM97\n\n* Merge SetOf decode tests into one test function\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nClaude-Session: https://claude.ai/code/session_014siQVLm1Kzj7ZTLaurWM97\n\n---------\n\nCo-authored-by: Claude \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "d300c2607d09a620149add654074618a6616b6d5",
      "tree": "fc7544b7ee171f5168484fe46517a9eabf165b02",
      "parents": [
        "658744e038e9342dd9b77f872a147e1e7719012c"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sun Aug 23 10:57:48 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 23 10:57:48 2026"
      },
      "message": "Bump downstream dependencies in CI (#15498)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "658744e038e9342dd9b77f872a147e1e7719012c",
      "tree": "d2172b2827a05cd5a576db851d028ac10e4202d4",
      "parents": [
        "e33c9180cb80776474f8002cba0f9cd99e7dc8bc"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sun Aug 23 10:57:22 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 23 10:57:22 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15497)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "e33c9180cb80776474f8002cba0f9cd99e7dc8bc",
      "tree": "85aee0e0608d6eab8a2fe9211a2dfedc583ac606",
      "parents": [
        "104969b7f40150e8861b8a516920ea3603b1f6fd"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sat Aug 22 11:20:56 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 22 11:20:56 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15494)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "104969b7f40150e8861b8a516920ea3603b1f6fd",
      "tree": "e051447dc9b13acdba970869286b33afdf8891aa",
      "parents": [
        "4148c19bb358c87383368c4db72225ad2f15947a"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sat Aug 22 11:20:04 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 22 11:20:04 2026"
      },
      "message": "Bump downstream dependencies in CI (#15495)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "4148c19bb358c87383368c4db72225ad2f15947a",
      "tree": "bebfc6ebf51981b0f37a7af586c794ff4a6139d3",
      "parents": [
        "aa998a4fb3b99a984953a0282b0221ca0d890f1c"
      ],
      "author": {
        "name": "Alex Gaynor",
        "email": "alex.gaynor@gmail.com",
        "time": "Fri Aug 21 11:24:50 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 21 11:24:50 2026"
      },
      "message": "update build-requirements (#15493)"
    },
    {
      "commit": "aa998a4fb3b99a984953a0282b0221ca0d890f1c",
      "tree": "fc10d9fafd6b0610d17c8d5f96262cdb54e11c6f",
      "parents": [
        "516aaf9fdde1b18b1a3315677037f897837f6eb6"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Fri Aug 21 11:08:52 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 21 11:08:52 2026"
      },
      "message": "Bump downstream dependencies in CI (#15491)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "516aaf9fdde1b18b1a3315677037f897837f6eb6",
      "tree": "86ac9df268bd054a2bca497986fe71c83cff0309",
      "parents": [
        "93ed98a6e91466b17a9f7b9d052fd274af20ea6b"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Fri Aug 21 11:08:36 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 21 11:08:36 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15490)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "93ed98a6e91466b17a9f7b9d052fd274af20ea6b",
      "tree": "20df6bdd1707a48ff9ab7c7253988f3a7f210636",
      "parents": [
        "8cbaafc1c305f88e6e0d079cf55cbbab3b88f033"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 21 11:07:13 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 21 11:07:13 2026"
      },
      "message": "chore(deps): bump ruff from 0.16.3 to 0.16.4 (#15489)\n\nBumps [ruff](https://github.com/astral-sh/ruff) from 0.16.3 to 0.16.4.\n- [Release notes](https://github.com/astral-sh/ruff/releases)\n- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.4)\n\n---\nupdated-dependencies:\n- dependency-name: ruff\n  dependency-version: 0.16.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "8cbaafc1c305f88e6e0d079cf55cbbab3b88f033",
      "tree": "de53749021b546b5b32673ea84ea610592bc6b16",
      "parents": [
        "366debd321d40df9472adcf62374761a01fa7c42"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 21 11:06:53 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 21 11:06:53 2026"
      },
      "message": "chore(deps): bump cc from 1.4.3 to 1.4.4 (#15488)\n\nBumps [cc](https://github.com/rust-lang/cc-rs) from 1.4.3 to 1.4.4.\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.4.3...cc-v1.4.4)\n\n---\nupdated-dependencies:\n- dependency-name: cc\n  dependency-version: 1.4.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "366debd321d40df9472adcf62374761a01fa7c42",
      "tree": "e19c4ddf2ec967c7356a81e8ff71ffc568cf4508",
      "parents": [
        "f13de9f42de66ee004e31fd54ff96987b95b2cce"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 20 11:05:08 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 20 11:05:08 2026"
      },
      "message": "Bump downstream dependencies in CI (#15486)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "f13de9f42de66ee004e31fd54ff96987b95b2cce",
      "tree": "fac8c4bc23e27b93c9c07170937f59b52f832f84",
      "parents": [
        "d789b2f4e2e23a9d051879afa9421e70a766e21b"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 20 11:04:41 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 20 11:04:41 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15485)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "d789b2f4e2e23a9d051879afa9421e70a766e21b",
      "tree": "61df1be1451d5fc50d7d4794ddce19534e0d4a1a",
      "parents": [
        "c78807f04c18854fa4e044b7760c0af2637f7644"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Wed Aug 19 11:11:11 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 19 11:11:11 2026"
      },
      "message": "Bump downstream dependencies in CI (#15483)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "c78807f04c18854fa4e044b7760c0af2637f7644",
      "tree": "e441ecfb67836dfbf8291b25149af3b6cc840740",
      "parents": [
        "cea22f077aa234d477d8b14bae0d8ad862aa17a5"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Wed Aug 19 11:10:40 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 19 11:10:40 2026"
      },
      "message": "Bump x509-limbo and/or wycheproof in CI (#15482)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "cea22f077aa234d477d8b14bae0d8ad862aa17a5",
      "tree": "fa2fd3ddbbd3d306479b20849edf3c50df1b62e2",
      "parents": [
        "18e75fb0658dea814823e51e194e1cf64babeb09"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Wed Aug 19 11:10:20 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 19 11:10:20 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15481)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "18e75fb0658dea814823e51e194e1cf64babeb09",
      "tree": "58bb83eb7647829452309d8f55b1c7887495719b",
      "parents": [
        "156e6e4cf5c37f7bf9c2074546ce1ac625382159"
      ],
      "author": {
        "name": "Alex Gaynor",
        "email": "alex.gaynor@gmail.com",
        "time": "Tue Aug 18 14:15:57 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 18 14:15:57 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI; revert OpenSSL 4.1 degenerate RSA ciphertext handling (#15479)\n\n* Bump BoringSSL, OpenSSL, AWS-LC in CI\n\n* Revert \"Bump OpenSSL master in CI, handle rejection of degenerate RSA ciphertexts (#15432)\"\n\nThis reverts commit ccb3c6cfae564dd28cbdaa631bbc697ae722f738, except for\nthe CI pins, which are kept at the latest versions.\n\nOpenSSL 3b6a8a1fd0 (openssl/openssl#32314) moved the 1 \u003c c \u003c n-1 bound\nin RSA private decryption back behind FIPS_MODULE (applying it to\nRSASVE separately), so non-FIPS OpenSSL 4.1 no longer rejects the\nWycheproof SmallIntegerCiphertext OAEP cases and the\nCRYPTOGRAPHY_OPENSSL_410_OR_GREATER handling is no longer needed.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\n\n---------\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e\nCo-authored-by: Claude Fable 5 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "156e6e4cf5c37f7bf9c2074546ce1ac625382159",
      "tree": "acfff74f21056a364676f8c452bb4671ea07af2e",
      "parents": [
        "f13bcfceb58ab14c83ba9cd0a477ff05c810cb02"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 18 11:11:28 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 18 11:11:28 2026"
      },
      "message": "chore(deps): bump idna from 3.18 to 3.19 (#15475)\n\nBumps [idna](https://github.com/kjd/idna) from 3.18 to 3.19.\n- [Release notes](https://github.com/kjd/idna/releases)\n- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)\n- [Commits](https://github.com/kjd/idna/compare/v3.18...v3.19)\n\n---\nupdated-dependencies:\n- dependency-name: idna\n  dependency-version: \u00273.19\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "f13bcfceb58ab14c83ba9cd0a477ff05c810cb02",
      "tree": "f32a522095db9326564d0c751f1c028becb6c07f",
      "parents": [
        "e149d8d9af9449b4a29858f12c6783a341904562"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 18 11:10:28 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 18 11:10:28 2026"
      },
      "message": "chore(deps): bump nox from 2026.8.10 to 2026.8.17 (#15474)\n\nBumps [nox](https://github.com/wntrblm/nox) from 2026.8.10 to 2026.8.17.\n- [Release notes](https://github.com/wntrblm/nox/releases)\n- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/wntrblm/nox/compare/2026.08.10...2026.08.17)\n\n---\nupdated-dependencies:\n- dependency-name: nox\n  dependency-version: 2026.8.17\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "e149d8d9af9449b4a29858f12c6783a341904562",
      "tree": "15f8fc748b4728f00d0c69ad8ca4cb2c2a855471",
      "parents": [
        "4b6943850adab4ccf54df87269af61e26c269b32"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Tue Aug 18 11:09:57 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 18 11:09:57 2026"
      },
      "message": "Bump x509-limbo and/or wycheproof in CI (#15477)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "4b6943850adab4ccf54df87269af61e26c269b32",
      "tree": "ea52e4500f3526eb2d277e59c0b0881777bca213",
      "parents": [
        "90145be12e375d998da57297b35dd3426bdf1ded"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Tue Aug 18 11:09:32 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 18 11:09:32 2026"
      },
      "message": "Bump downstream dependencies in CI (#15478)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "90145be12e375d998da57297b35dd3426bdf1ded",
      "tree": "7def97f8e942e209660e7034f5c1055618bc7c17",
      "parents": [
        "e448a0c55fa794d006ad8fd7ffe77197af295263"
      ],
      "author": {
        "name": "Alex Gaynor",
        "email": "alex.gaynor@gmail.com",
        "time": "Tue Aug 18 08:58:11 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 18 08:58:11 2026"
      },
      "message": "Fix quadratic-time PEM scanning in load_ssh_private_key (#15461)\n\nload_ssh_private_key located the OpenSSH PEM block with a regex whose\nruntime is quadratic in the length of the input: re.search restarts at\nevery occurrence of the opening marker and rescans to the end of the\ninput looking for a closing marker, so input with an opening marker and\nno closing marker drives O(n^2) work before any parsing or size check.\nAn attacker who can supply data to the function can consume unbounded\nCPU (~8s for 273 KiB, extrapolating to hours for a few MiB).\n\nLocate the markers directly with bytes.find instead. The first opening\nmarker and the first closing marker after it delimit exactly what the\nlazy regex matched, and finding them is linear. memoryview inputs, which\n_check_byteslike permits but bytes.find does not, are converted first.\n\nCo-authored-by: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "e448a0c55fa794d006ad8fd7ffe77197af295263",
      "tree": "6bd77f64679362b773b3263f69c3802fe4dc5043",
      "parents": [
        "f45cda93a86f4cc25c742e2c0898a40dac971f92"
      ],
      "author": {
        "name": "wolfrath-aws",
        "email": "wolfrath@amazon.com",
        "time": "Mon Aug 17 22:47:41 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 22:47:41 2026"
      },
      "message": "Add X509_V_FLAG_EXTENDED_CRL_SUPPORT binding (#15473)\n\nExpose the OpenSSL verification-parameter flag\nX509_V_FLAG_EXTENDED_CRL_SUPPORT in the _cffi_src OpenSSL bindings,\nalongside the existing X509_V_FLAG_CRL_CHECK{,_ALL} constants.\nThis flag enables OpenSSL\u0027s extended CRL features during path\nvalidation.\n\nThe flag has existed in OpenSSL since the 0.9.9/1.0.0 development cycle\n(openssl/openssl@9d84d4e, 2008), so excluding the version guard."
    },
    {
      "commit": "f45cda93a86f4cc25c742e2c0898a40dac971f92",
      "tree": "0e6d128ac489602f5a2bd50ad4daf599945e5bb3",
      "parents": [
        "23e93722c81b246a22f0f530429572c7d5343908"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:41:49 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:41:49 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15470)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "23e93722c81b246a22f0f530429572c7d5343908",
      "tree": "f86bcf908ea1de45c4613943fcfab22d8c709dc2",
      "parents": [
        "12f49807cac03d8cc42c80652e07de23e1e83175"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:41:20 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:41:20 2026"
      },
      "message": "chore(deps): bump pygments from 2.20.0 to 2.21.0 (#15468)\n\nBumps [pygments](https://github.com/pygments/pygments) from 2.20.0 to 2.21.0.\n- [Release notes](https://github.com/pygments/pygments/releases)\n- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)\n- [Commits](https://github.com/pygments/pygments/compare/2.20.0...2.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: pygments\n  dependency-version: 2.21.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "12f49807cac03d8cc42c80652e07de23e1e83175",
      "tree": "2400b181c65bac4910658d7059031e8391d28784",
      "parents": [
        "de46ca44c46ce636ea5133eb2fb09010908d660d"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:41:18 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:41:18 2026"
      },
      "message": "Bump downstream dependencies in CI (#15471)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "de46ca44c46ce636ea5133eb2fb09010908d660d",
      "tree": "22b8e58b5665c59089612e89c58b67c08282d4ec",
      "parents": [
        "dda26f208e7d08d2d2f3fa1160a86d5e1a695553"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:32:48 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:32:48 2026"
      },
      "message": "chore(deps): bump mypy from 2.3.0 to 2.3.1 (#15467)\n\nBumps [mypy](https://github.com/python/mypy) from 2.3.0 to 2.3.1.\n- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: mypy\n  dependency-version: 2.3.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "dda26f208e7d08d2d2f3fa1160a86d5e1a695553",
      "tree": "57cdd2721d3074d4df515fc0222ca95a63ef014d",
      "parents": [
        "7bc38736f8f78e2becaeb1c6c65df568064c8f70"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:32:30 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:32:30 2026"
      },
      "message": "chore(deps): bump charset-normalizer from 3.5.0 to 3.5.1 (#15469)\n\nBumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/jawah/charset_normalizer/releases)\n- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/jawah/charset_normalizer/compare/3.5.0...3.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: charset-normalizer\n  dependency-version: 3.5.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7bc38736f8f78e2becaeb1c6c65df568064c8f70",
      "tree": "19eb793da52a46bfbf0a95fac3224f6da834c8c1",
      "parents": [
        "a8cc36d3e1606974503b29a10fae34c43d228e9f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:32:05 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:32:05 2026"
      },
      "message": "chore(deps): bump uv from 0.12.4 to 0.12.5 (#15466)\n\nBumps [uv](https://github.com/astral-sh/uv) from 0.12.4 to 0.12.5.\n- [Release notes](https://github.com/astral-sh/uv/releases)\n- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/uv/compare/0.12.4...0.12.5)\n\n---\nupdated-dependencies:\n- dependency-name: uv\n  dependency-version: 0.12.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "a8cc36d3e1606974503b29a10fae34c43d228e9f",
      "tree": "aec43f48d416f9035d08385f0af13b686049be82",
      "parents": [
        "dd18933ba98be895225a7224ea07fca3cf966bb8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:31:57 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:31:57 2026"
      },
      "message": "chore(deps): bump dtolnay/rust-toolchain (#15465)\n\nBumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from e97e2d8cc328f1b50210efc529dca0028893a2d9 to 6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772.\n- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)\n- [Commits](https://github.com/dtolnay/rust-toolchain/compare/e97e2d8cc328f1b50210efc529dca0028893a2d9...6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772)\n\n---\nupdated-dependencies:\n- dependency-name: dtolnay/rust-toolchain\n  dependency-version: 6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "dd18933ba98be895225a7224ea07fca3cf966bb8",
      "tree": "877e497e5b2e78cf3f29bf049962b10acec99d4f",
      "parents": [
        "7bdc10518d524dc6129f8e8f811742da57fc549d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:21:21 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:21:21 2026"
      },
      "message": "chore(deps): bump cc from 1.4.2 to 1.4.3 (#15464)\n\nBumps [cc](https://github.com/rust-lang/cc-rs) from 1.4.2 to 1.4.3.\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.4.2...cc-v1.4.3)\n\n---\nupdated-dependencies:\n- dependency-name: cc\n  dependency-version: 1.4.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7bdc10518d524dc6129f8e8f811742da57fc549d",
      "tree": "b2c2875a637501e0f82f99181a3e05dac6741e27",
      "parents": [
        "383e3ce46e47edad2a110c40570ddd2cd67439b4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:20:44 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:20:44 2026"
      },
      "message": "chore(deps): bump find-msvc-tools from 0.1.10 to 0.1.11 (#15463)\n\nBumps [find-msvc-tools](https://github.com/rust-lang/cc-rs) from 0.1.10 to 0.1.11.\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/find-msvc-tools-v0.1.10...find-msvc-tools-v0.1.11)\n\n---\nupdated-dependencies:\n- dependency-name: find-msvc-tools\n  dependency-version: 0.1.11\n  dependency-type: indirect\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "383e3ce46e47edad2a110c40570ddd2cd67439b4",
      "tree": "c049225ce36fea482c5b7ebf9f20d10c1b4b572a",
      "parents": [
        "5dbf5b1ed7f297674fa0d2e9952700d35d85f31e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 17 10:20:43 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 17 10:20:43 2026"
      },
      "message": "chore(deps): bump dtolnay/rust-toolchain (#15462)\n\nBumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from e97e2d8cc328f1b50210efc529dca0028893a2d9 to 6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772.\n- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)\n- [Commits](https://github.com/dtolnay/rust-toolchain/compare/e97e2d8cc328f1b50210efc529dca0028893a2d9...6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772)\n\n---\nupdated-dependencies:\n- dependency-name: dtolnay/rust-toolchain\n  dependency-version: 6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5dbf5b1ed7f297674fa0d2e9952700d35d85f31e",
      "tree": "97feaa03162c5350908952d0ebe9683ed7f9ee9f",
      "parents": [
        "61aeb6bf206715ffc91e766585d50b1d31cd32ce"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sun Aug 16 12:34:47 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 16 12:34:47 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15459)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "61aeb6bf206715ffc91e766585d50b1d31cd32ce",
      "tree": "3f7c4e48a57bca3c3797cde8a976b6a8ec40e18b",
      "parents": [
        "4ad18c304bd57995bacdf50816046338f7a754cc"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sun Aug 16 12:34:40 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 16 12:34:40 2026"
      },
      "message": "Bump downstream dependencies in CI (#15460)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "4ad18c304bd57995bacdf50816046338f7a754cc",
      "tree": "b9135ff1bab44ea31c3974337f5ab65c1d35416b",
      "parents": [
        "09325b5aa26b0bc9b5322731ff625234de07e3a9"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sat Aug 15 11:45:43 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 15 11:45:43 2026"
      },
      "message": "Bump downstream dependencies in CI (#15456)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "09325b5aa26b0bc9b5322731ff625234de07e3a9",
      "tree": "dee7df6a7e5588b8b55ce2e7e29c42b0b6a3690b",
      "parents": [
        "b6623543f5309642c22662ac75fbb16726371435"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Sat Aug 15 11:45:26 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 15 11:45:26 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15455)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "b6623543f5309642c22662ac75fbb16726371435",
      "tree": "a3d05f8177f7baea0d9790aeedf5540f2350981b",
      "parents": [
        "8682d1dbaad1e927c520e7d025593ed3fddc8a9f"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 11:06:08 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 11:06:08 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15453)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "8682d1dbaad1e927c520e7d025593ed3fddc8a9f",
      "tree": "5768500e1dea83b8c0a1ad635d32aac5a1e02d39",
      "parents": [
        "2b31c222b94a2fe32fcfac97be4b457f7bd4410d"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 11:05:43 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 11:05:43 2026"
      },
      "message": "Bump downstream dependencies in CI (#15454)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "2b31c222b94a2fe32fcfac97be4b457f7bd4410d",
      "tree": "ff1a3010c30952dc1451e11e5eb07eb70b9a0b0b",
      "parents": [
        "ce3f6fef10248024972f72f11f0d29cb2f7f67eb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 11:05:14 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 11:05:14 2026"
      },
      "message": "chore(deps): bump ruff from 0.16.2 to 0.16.3 (#15452)\n\nBumps [ruff](https://github.com/astral-sh/ruff) from 0.16.2 to 0.16.3.\n- [Release notes](https://github.com/astral-sh/ruff/releases)\n- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/ruff/compare/0.16.2...0.16.3)\n\n---\nupdated-dependencies:\n- dependency-name: ruff\n  dependency-version: 0.16.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "ce3f6fef10248024972f72f11f0d29cb2f7f67eb",
      "tree": "35a85f9af3f181318ad3e45bcbe5e749bc1bca50",
      "parents": [
        "cf187e643d52fee5366381b4214287f92702a45c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 11:04:57 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 11:04:57 2026"
      },
      "message": "chore(deps): bump uv from 0.12.3 to 0.12.4 (#15451)\n\nBumps [uv](https://github.com/astral-sh/uv) from 0.12.3 to 0.12.4.\n- [Release notes](https://github.com/astral-sh/uv/releases)\n- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/uv/compare/0.12.3...0.12.4)\n\n---\nupdated-dependencies:\n- dependency-name: uv\n  dependency-version: 0.12.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "cf187e643d52fee5366381b4214287f92702a45c",
      "tree": "61aa022d612342229005a2de4fca10fb0fba78dd",
      "parents": [
        "cf5f3e9456930a471c98495513aa4156a7a2008c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 11:04:29 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 11:04:29 2026"
      },
      "message": "chore(deps): bump platformdirs from 4.11.2 to 4.11.3 (#15450)\n\nBumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.11.2 to 4.11.3.\n- [Release notes](https://github.com/tox-dev/platformdirs/releases)\n- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.2...4.11.3)\n\n---\nupdated-dependencies:\n- dependency-name: platformdirs\n  dependency-version: 4.11.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "cf5f3e9456930a471c98495513aa4156a7a2008c",
      "tree": "afdd46a4ce2de48f0347054de7c05794f72f9ba8",
      "parents": [
        "c2e81d03fe08ddfa9f14b7f28fcc423a795eaa12"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 11:04:01 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 11:04:01 2026"
      },
      "message": "chore(deps): bump filelock from 3.32.2 to 3.32.3 (#15449)\n\nBumps [filelock](https://github.com/tox-dev/py-filelock) from 3.32.2 to 3.32.3.\n- [Release notes](https://github.com/tox-dev/py-filelock/releases)\n- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/py-filelock/compare/3.32.2...3.32.3)\n\n---\nupdated-dependencies:\n- dependency-name: filelock\n  dependency-version: 3.32.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "c2e81d03fe08ddfa9f14b7f28fcc423a795eaa12",
      "tree": "daee7a8e2044f46ef3965d784ff0db2ffbe01dff",
      "parents": [
        "6d4592fe5c0462a6d2bdbae19805535cc920105c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 11:03:30 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 11:03:30 2026"
      },
      "message": "chore(deps): bump pkg-config from 0.3.33 to 0.3.34 (#15448)\n\nBumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.33 to 0.3.34.\n- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.33...0.3.34)\n\n---\nupdated-dependencies:\n- dependency-name: pkg-config\n  dependency-version: 0.3.34\n  dependency-type: indirect\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "6d4592fe5c0462a6d2bdbae19805535cc920105c",
      "tree": "77a5c2452f1407c07e219b5370d7e2a1e991d2ef",
      "parents": [
        "61b390364145ef38b63dd46bc490d0e2fba9676c"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 13 11:03:10 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 13 11:03:10 2026"
      },
      "message": "Bump downstream dependencies in CI (#15447)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    },
    {
      "commit": "61b390364145ef38b63dd46bc490d0e2fba9676c",
      "tree": "07ca53313420f3dcdf1afdf79441dfcab2d077a3",
      "parents": [
        "32a90498c531fba25ee3f1acc4e9e36dccf11f53"
      ],
      "author": {
        "name": "pyca-boringbot[bot]",
        "email": "106132319+pyca-boringbot[bot]@users.noreply.github.com",
        "time": "Thu Aug 13 11:02:54 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 13 11:02:54 2026"
      },
      "message": "Bump BoringSSL, OpenSSL, AWS-LC in CI (#15446)\n\nCo-authored-by: pyca-boringbot[bot] \u003cpyca-boringbot[bot]+106132319@users.noreply.github.com\u003e"
    }
  ],
  "next": "32a90498c531fba25ee3f1acc4e9e36dccf11f53"
}
