)]}'
{
  "commit": "43c3013a086cc140b795f17cd224118f650305d1",
  "tree": "95a9b479900e59b818220269067028f3518aa6bb",
  "parents": [
    "9ba8c127a111f9695087ce22cb00c78cf75f5ec1"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Mon Sep 08 19:46:16 2025 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Sep 09 02:46:16 2025 +0000"
  },
  "message": "build(deps): bump zipp from 3.20.2 to 3.23.0 in /tools/publish (#3253)\n\nBumps [zipp](https://github.com/jaraco/zipp) from 3.20.2 to 3.23.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/jaraco/zipp/blob/main/NEWS.rst\"\u003ezipp\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003ev3.23.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd a compatibility shim for Python 3.13 and earlier. (\u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/145\"\u003e#145\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev3.22.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackported simplified tests from \u003ca\nhref\u003d\"https://redirect.github.com/python/cpython/issues/123424\"\u003epython/cpython#123424\u003c/a\u003e.\n(\u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/142\"\u003e#142\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eBugfixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed \u003ccode\u003e.name\u003c/code\u003e, \u003ccode\u003e.stem\u003c/code\u003e, and other\nbasename-based properties on Windows when working with a zipfile on\ndisk. (\u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/133\"\u003e#133\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003ev3.21.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprove performances of :meth:\u003ccode\u003ezipfile.Path.open\u003c/code\u003e for\nnon-reading modes. (1a1928d)\u003c/li\u003e\n\u003cli\u003eRely on cached_property to cache values on the instance.\u003c/li\u003e\n\u003cli\u003eRely on save_method_args to save method args.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\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/jaraco/zipp/commit/ccb41118d730036782d809b71773b719c48a680d\"\u003e\u003ccode\u003eccb4111\u003c/code\u003e\u003c/a\u003e\nFinalize\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/5b5725d143f7bbcddabd91cfed3a708f24a3ed66\"\u003e\u003ccode\u003e5b5725d\u003c/code\u003e\u003c/a\u003e\nMerge pull request \u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/146\"\u003e#146\u003c/a\u003e from\njaraco/debt/backport-\u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/133337\"\u003egh-133337\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/c1dca821330e29b11d55dde216464656480c6740\"\u003e\u003ccode\u003ec1dca82\u003c/code\u003e\u003c/a\u003e\nRemove unused dependency.\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/717d770655b041c7b5e94cb89393a62761058582\"\u003e\u003ccode\u003e717d770\u003c/code\u003e\u003c/a\u003e\nAdd a compatibility shim for Python 3.13 and earlier.\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/d860de467a5887a6f09e5b66e4ef51f2e9c516fa\"\u003e\u003ccode\u003ed860de4\u003c/code\u003e\u003c/a\u003e\n\u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/133306\"\u003egh-133306\u003c/a\u003e:\nUse \\z instead of \\Z in regular expressions in the stdlib (\u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/133337\"\u003eGH-133337\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/30fe7ce5b42187b7fbc25eb7072ee193bbbdf8bb\"\u003e\u003ccode\u003e30fe7ce\u003c/code\u003e\u003c/a\u003e\nFinalize\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/fe1690b368fbd5cd4097ff8648866ee5e051b44a\"\u003e\u003ccode\u003efe1690b\u003c/code\u003e\u003c/a\u003e\nRemove duplicate changelog.\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/91bb1b6e462dd130c90ee13e7e7cc1ac4793a8c5\"\u003e\u003ccode\u003e91bb1b6\u003c/code\u003e\u003c/a\u003e\nMerge pull request \u003ca\nhref\u003d\"https://redirect.github.com/jaraco/zipp/issues/140\"\u003e#140\u003c/a\u003e from\nbarneygale/fix-133\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/f49ec3074e947bd89659f765f5ec8564c9f9fe8d\"\u003e\u003ccode\u003ef49ec30\u003c/code\u003e\u003c/a\u003e\nAdd news fragment.\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/jaraco/zipp/commit/309ecd394b10c1b480ddbbf483d5c819853c1e51\"\u003e\u003ccode\u003e309ecd3\u003c/code\u003e\u003c/a\u003e\nRe-use self.filename\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca\nhref\u003d\"https://github.com/jaraco/zipp/compare/v3.20.2...v3.23.0\"\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\u003dzipp\u0026package-manager\u003dpip\u0026previous-version\u003d3.20.2\u0026new-version\u003d3.23.0)](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)\n\n\n\u003c/details\u003e\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2ecf5a0e516e8e5e905025d97a5e140aaeb7b904",
      "old_mode": 33188,
      "old_path": "tools/publish/requirements_darwin.txt",
      "new_id": "7e0acb9ecf0bc9ba83e7a20bb0cc87e5d4640a93",
      "new_mode": 33188,
      "new_path": "tools/publish/requirements_darwin.txt"
    },
    {
      "type": "modify",
      "old_id": "d5d7563f9476f427c4ec5e02c54c8551e0fd2c45",
      "old_mode": 33188,
      "old_path": "tools/publish/requirements_linux.txt",
      "new_id": "aedb3c4c974268f132c2c5b0418dca627b6c9492",
      "new_mode": 33188,
      "new_path": "tools/publish/requirements_linux.txt"
    },
    {
      "type": "modify",
      "old_id": "aaff8bd59a567588f56f6c6c9714879236c76334",
      "old_mode": 33188,
      "old_path": "tools/publish/requirements_universal.txt",
      "new_id": "79bc35945109ba9e1889eb3def9b103a8118aec2",
      "new_mode": 33188,
      "new_path": "tools/publish/requirements_universal.txt"
    },
    {
      "type": "modify",
      "old_id": "0a3139a17edc5a6687b345643c543cec15e004f0",
      "old_mode": 33188,
      "old_path": "tools/publish/requirements_windows.txt",
      "new_id": "3799652b3d0eefe74f73b4287cc415acb3f831c1",
      "new_mode": 33188,
      "new_path": "tools/publish/requirements_windows.txt"
    }
  ]
}
