)]}'
{
  "commit": "2c3df9094b3da02b6d6d027af8986fe843cfde2a",
  "tree": "4ecd8018153f632788a9d31a0db5363c6b9a0079",
  "parents": [
    "5034cc12ccc2e2d6ff7b4c43dc95fd982c4a1b8f"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Fri Jun 14 01:40:09 2024 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Jun 14 01:40:09 2024 +0000"
  },
  "message": "build(deps): bump cryptography from 41.0.6 to 42.0.4 in /tools/publish (#1772)\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6\nto 42.0.4.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst\"\u003ecryptography\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003cp\u003e42.0.4 - 2024-02-20\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e\n* Fixed a null-pointer-dereference and segfault that could occur when\ncreating\na PKCS#12 bundle. Credit to **Alexander-Programming** for reporting the\n  issue. **CVE-2024-26130**\n* Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields\n``SMIMECapabilities``\nand ``SignatureAlgorithmIdentifier`` should now be correctly encoded\naccording to the\n  definitions in :rfc:`2633` :rfc:`3370`.\n\u003cp\u003e.. _v42-0-3:\u003c/p\u003e\n\u003cp\u003e42.0.3 - 2024-02-15\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFixed an initialization issue that caused key loading failures for\nsome\nusers.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e.. _v42-0-2:\u003c/p\u003e\n\u003cp\u003e42.0.2 - 2024-01-30\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e\n* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL\n3.2.1.\n* Fixed an issue that prevented the use of Python buffer protocol\nobjects in\n  ``sign`` and ``verify`` methods on asymmetric keys.\n* Fixed an issue with incorrect keyword-argument naming with\n``EllipticCurvePrivateKey``\n\n:meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.exchange`,\n  ``X25519PrivateKey``\n\n:meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey.exchange`,\n  ``X448PrivateKey``\n\n:meth:`~cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey.exchange`,\n  and ``DHPrivateKey``\n\n:meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey.exchange`.\n\u003cp\u003e.. _v42-0-1:\u003c/p\u003e\n\u003cp\u003e42.0.1 - 2024-01-24\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFixed an issue with incorrect keyword-argument naming with\n\u003ccode\u003eEllipticCurvePrivateKey\u003c/code\u003e\n\n:meth:\u003ccode\u003e~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eResolved compatibility issue with loading certain RSA public keys in\n\n:func:\u003ccode\u003e~cryptography.hazmat.primitives.serialization.load_pem_public_key\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e.. _v42-0-0:\u003c/p\u003e\n\u003cp\u003e42.0.0 - 2024-01-22\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e\n\u0026lt;/tr\u0026gt;\u0026lt;/table\u0026gt; \n\u003c/code\u003e\u003c/pre\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/fe18470f7d05f963e7267e34fdf985d81ea6ceea\"\u003e\u003ccode\u003efe18470\u003c/code\u003e\u003c/a\u003e\nBump for 42.0.4 release (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10445\"\u003e#10445\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/aaa2dd06ed470695de818405a982d4c459869803\"\u003e\u003ccode\u003eaaa2dd0\u003c/code\u003e\u003c/a\u003e\nFix ASN.1 issues in PKCS#7 and S/MIME signing (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10373\"\u003e#10373\u003c/a\u003e)\n(\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10442\"\u003e#10442\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/7a4d012991061974da5d9cb7614de65eac94f49b\"\u003e\u003ccode\u003e7a4d012\u003c/code\u003e\u003c/a\u003e\nFixes \u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10422\"\u003e#10422\u003c/a\u003e\n-- don\u0027t crash when a PKCS#12 key and cert don\u0027t match (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10423\"\u003e#10423\u003c/a\u003e)\n...\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/df314bb182bdfd661333969a94325e4680d785f6\"\u003e\u003ccode\u003edf314bb\u003c/code\u003e\u003c/a\u003e\nbackport actions m1 switch to 42.0.x (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10415\"\u003e#10415\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/c49a7a5271178c6e8ef36fa1c499f62c63ec19b9\"\u003e\u003ccode\u003ec49a7a5\u003c/code\u003e\u003c/a\u003e\nchangelog and version bump for 42.0.3 (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10396\"\u003e#10396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/396bcf64c5be826ec00e7d7f45838c858c049cbc\"\u003e\u003ccode\u003e396bcf6\u003c/code\u003e\u003c/a\u003e\nfix provider loading take two (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10390\"\u003e#10390\u003c/a\u003e)\n(\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10395\"\u003e#10395\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/0e0e46f5f73f477b8ee9682738c42129d5d60177\"\u003e\u003ccode\u003e0e0e46f\u003c/code\u003e\u003c/a\u003e\nbackport: initialize openssl\u0027s legacy provider in rust (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10323\"\u003e#10323\u003c/a\u003e)\n(\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10333\"\u003e#10333\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/2202123b50de1b8788f909a3e5afe350c56ad81e\"\u003e\u003ccode\u003e2202123\u003c/code\u003e\u003c/a\u003e\nchangelog and version bump 42.0.2 (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10268\"\u003e#10268\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/f7032bdd409838f67fc2b93343f897fb5f397d80\"\u003e\u003ccode\u003ef7032bd\u003c/code\u003e\u003c/a\u003e\nbump openssl in CI (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10298\"\u003e#10298\u003c/a\u003e)\n(\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10299\"\u003e#10299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pyca/cryptography/commit/002e886f16d8857151c09b11dc86b35f2ac9aec3\"\u003e\u003ccode\u003e002e886\u003c/code\u003e\u003c/a\u003e\nFixes \u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10294\"\u003e#10294\u003c/a\u003e\n-- correct accidental change to exchange kwarg (\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10295\"\u003e#10295\u003c/a\u003e)\n(\u003ca\nhref\u003d\"https://redirect.github.com/pyca/cryptography/issues/10296\"\u003e#10296\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca\nhref\u003d\"https://github.com/pyca/cryptography/compare/41.0.6...42.0.4\"\u003ecompare\nview\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003dcryptography\u0026package-manager\u003dpip\u0026previous-version\u003d41.0.6\u0026new-version\u003d42.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don\u0027t\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the\n[Security Alerts\npage](https://github.com/bazelbuild/rules_python/network/alerts).\n\n\u003c/details\u003e\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Ignas Anikevicius \u003c240938+aignas@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0fda1bbb4e8f2eaaf05d4dc711d818bcca729efa",
      "old_mode": 33188,
      "old_path": "tools/publish/requirements.txt",
      "new_id": "2a9721df34bbf1388cc845e0e059a0ed28d78fc8",
      "new_mode": 33188,
      "new_path": "tools/publish/requirements.txt"
    }
  ]
}
