)]}'
{
  "commit": "79ca4a4eb52e73de462c67d1b65dc5b2001b885d",
  "tree": "89ab984d4104af4dbfdb2e5826972e038446cb00",
  "parents": [
    "13ce1927b4ae03eb9b09542cd04ef2f5f0c1fd3e"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Tue Aug 20 09:47:19 2024 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Aug 20 16:47:19 2024 +0000"
  },
  "message": "build(deps): bump myst-parser from 3.0.1 to 4.0.0 in /docs/sphinx (#2109)\n\nBumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from\n3.0.1 to 4.0.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/releases\"\u003emyst-parser\u0027s\nreleases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat\u0027s Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e⬆️ Support python\u0026gt;\u003d3.10, sphinx \u0026gt;\u003d7,\u003c!-- raw HTML omitted\n--\u003e\u003d0.19,\u0026lt;0.22 by \u003ca\nhref\u003d\"https://github.com/chrisjsewell\"\u003e\u003ccode\u003e@​chrisjsewell\u003c/code\u003e\u003c/a\u003e\nin \u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/pull/952\"\u003eexecutablebooks/MyST-Parser#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e👌 Improve footnote def/ref warnings and translations by \u003ca\nhref\u003d\"https://github.com/chrisjsewell\"\u003e\u003ccode\u003e@​chrisjsewell\u003c/code\u003e\u003c/a\u003e\nin \u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/pull/931\"\u003eexecutablebooks/MyST-Parser#931\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e📚 Fix typo by \u003ca\nhref\u003d\"https://github.com/meli-lewis\"\u003e\u003ccode\u003e@​meli-lewis\u003c/code\u003e\u003c/a\u003e in \u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/pull/940\"\u003eexecutablebooks/MyST-Parser#940\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/meli-lewis\"\u003e\u003ccode\u003e@​meli-lewis\u003c/code\u003e\u003c/a\u003e made\ntheir first contribution in \u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/pull/940\"\u003eexecutablebooks/MyST-Parser#940\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0\"\u003ehttps://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md\"\u003emyst-parser\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e4.0.0 - 2024-08-05\u003c/h2\u003e\n\u003cp\u003eThis release bumps the supported versions of:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003ePython to \u003ccode\u003e3.10\u003c/code\u003e and greater\u003c/li\u003e\n\u003cli\u003eSphinx to \u003ccode\u003e\u0026gt;\u003d7,\u0026lt;9\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eDocutils to \u003ccode\u003e\u0026gt;\u003d0.19,\u0026lt;0.22\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eAdditionally, footnotes are now parsed similar to the corresponding\nreStructuredText, in that resolution (between definitions and\nreferences) and ordering is now deferred to transforms on the doctree\n(in \u003ca href\u003d\"gh-pr:931\"\u003egh-pr:931\u003c/a\u003e).\u003c/p\u003e\n\u003cp\u003eThis allows for the proper interaction with other docutils/sphinx\ntransforms, including those that perform translations,\nand logging of warnings for duplicate/unreferenced footnote definitions\nand also for footnote references with no definitions.\u003c/p\u003e\n\u003cp\u003eSee the \u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/blob/master/#syntax/footnotes\"\u003efootnotes\nguide\u003c/a\u003e for more information.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0\"\u003ev3.0.1...v4.0.0\u003c/a\u003e\u003c/p\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/executablebooks/MyST-Parser/commit/ce37be5e3ba22786e1cad190237bedc252e78f85\"\u003e\u003ccode\u003ece37be5\u003c/code\u003e\u003c/a\u003e\n🚀 Release v4.0.0 (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/issues/954\"\u003e#954\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/commit/850f7c90b92a9daf3867bef7dfc2f58d6b963aed\"\u003e\u003ccode\u003e850f7c9\u003c/code\u003e\u003c/a\u003e\n👌 Improve footnote def/ref warnings and translations (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/issues/931\"\u003e#931\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/commit/401e08c9504f8097d6796484e050b52e52e7c72c\"\u003e\u003ccode\u003e401e08c\u003c/code\u003e\u003c/a\u003e\n⬆️ Support python\u0026gt;\u003d3.10, sphinx \u0026gt;\u003d7,\u0026lt;9,\ndocutils\u0026gt;\u003d0.19,\u0026lt;0.22 (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/commit/d3d7fbb6a4fd2ecd12c7a29d7de902a869897eb9\"\u003e\u003ccode\u003ed3d7fbb\u003c/code\u003e\u003c/a\u003e\n🔧 pre-commit autoupdate (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/issues/946\"\u003e#946\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/commit/ad0f24f2206a9a7668bd5026d9f1d9a125ec0e50\"\u003e\u003ccode\u003ead0f24f\u003c/code\u003e\u003c/a\u003e\n🔧 test fixes for sphinx 7.4 (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/issues/945\"\u003e#945\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/commit/d448abf395c29bb649f81fba5c1a2bc49e195cc0\"\u003e\u003ccode\u003ed448abf\u003c/code\u003e\u003c/a\u003e\n📚 Fix typo (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/MyST-Parser/issues/940\"\u003e#940\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca\nhref\u003d\"https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.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\u003dmyst-parser\u0026package-manager\u003dpip\u0026previous-version\u003d3.0.1\u0026new-version\u003d4.0.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": "e0d3bba4ffb7676fd8bb59c489260f447bed5082",
      "old_mode": 33188,
      "old_path": "docs/sphinx/requirements.txt",
      "new_id": "0bce54e7202d564846ab02eefcff5e985b70a5bc",
      "new_mode": 33188,
      "new_path": "docs/sphinx/requirements.txt"
    }
  ]
}
