)]}'
{
  "commit": "bba07596838c2f6bcf7a32335d0599182b43507e",
  "tree": "ea81de878555aa33fbbfe1537ae933f5a6d55e91",
  "parents": [
    "e8faf103d470e71d7fce0f4b6ac0c85654060ede"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Wed Aug 13 22:29:37 2025 +0900"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Aug 13 13:29:37 2025 +0000"
  },
  "message": "build(deps): bump astroid from 3.3.9 to 3.3.11 in /docs (#3164)\n\nBumps [astroid](https://github.com/pylint-dev/astroid) from 3.3.9 to\n3.3.11.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/releases\"\u003eastroid\u0027s\nreleases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.3.11\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eFix a crash when parsing an empty arbitrary expression with\n\u003ccode\u003eextract_node\u003c/code\u003e\n(\u003ccode\u003eextract_node(\u0026quot;__()\u0026quot;)\u003c/code\u003e).\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2734\"\u003e#2734\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix a crash when parsing a slice called in a decorator on a function\nthat is also decorated with\na known \u003ccode\u003esix\u003c/code\u003e decorator.\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2721\"\u003e#2721\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev3.3.10\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAvoid importing submodules sharing names with standard library\nmodules.\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2684\"\u003e#2684\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix bug where \u003ccode\u003epylint code.custom_extension\u003c/code\u003e would analyze\n\u003ccode\u003ecode.py\u003c/code\u003e or \u003ccode\u003ecode.pyi\u003c/code\u003e instead if they\nexisted.\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/pylint/issues/3631\"\u003epylint-dev/pylint#3631\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\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/pylint-dev/astroid/blob/main/ChangeLog\"\u003eastroid\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eWhat\u0027s New in astroid 3.3.11?\u003c/h1\u003e\n\u003cp\u003eRelease date: 2025-07-13\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eFix a crash when parsing an empty arbitrary expression with\n\u003ccode\u003eextract_node\u003c/code\u003e\n(\u003ccode\u003eextract_node(\u0026quot;__()\u0026quot;)\u003c/code\u003e).\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2734\"\u003e#2734\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix a crash when parsing a slice called in a decorator on a function\nthat is also decorated with\na known \u003ccode\u003esix\u003c/code\u003e decorator.\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2721\"\u003e#2721\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eWhat\u0027s New in astroid 3.3.10?\u003c/h1\u003e\n\u003cp\u003eRelease date: 2025-05-10\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAvoid importing submodules sharing names with standard library\nmodules.\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2684\"\u003e#2684\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFix bug where \u003ccode\u003epylint code.custom_extension\u003c/code\u003e would analyze\n\u003ccode\u003ecode.py\u003c/code\u003e or \u003ccode\u003ecode.pyi\u003c/code\u003e instead if they\nexisted.\u003c/p\u003e\n\u003cp\u003eCloses \u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/pylint/issues/3631\"\u003epylint-dev/pylint#3631\u003c/a\u003e\u003c/p\u003e\n\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/pylint-dev/astroid/commit/fbea510b9e7604be0afea5b25ca6b51a73f09870\"\u003e\u003ccode\u003efbea510\u003c/code\u003e\u003c/a\u003e\nBump astroid to 3.3.11, update changelog (\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2777\"\u003e#2777\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/bf3977c3793be0e2111220864e02f8040fcaeb7f\"\u003e\u003ccode\u003ebf3977c\u003c/code\u003e\u003c/a\u003e\nInclude subclasses of standard property classes as property decorators\n(\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2735\"\u003e#2735\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/18f96261f4736a10fc7b6824c4d0fed922b05c4b\"\u003e\u003ccode\u003e18f9626\u003c/code\u003e\u003c/a\u003e\nUse custom Github App to authenticate backport job (\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2751\"\u003e#2751\u003c/a\u003e)\n(\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2752\"\u003e#2752\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/c1d9c73fd724dd1dd7ec64195f93e86be32414c6\"\u003e\u003ccode\u003ec1d9c73\u003c/code\u003e\u003c/a\u003e\nImprove backport job permissions (\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2750\"\u003e#2750\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/b1adb1c1b58e1f7a13751bc52c33d124364633be\"\u003e\u003ccode\u003eb1adb1c\u003c/code\u003e\u003c/a\u003e\n[Backport maintenance/3.3.x] Initial fixes for Python 3.14 (\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2747\"\u003e#2747\u003c/a\u003e)\n(\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2748\"\u003e#2748\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/0aaf2131e8694c0009781b4144685d1c84d1f36a\"\u003e\u003ccode\u003e0aaf213\u003c/code\u003e\u003c/a\u003e\n[fix] Prevent crash on slice decorator for \u0027six\u0027 decorated function (\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2738\"\u003e#2738\u003c/a\u003e)\n(...\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/c8bd28a53b919f1c0be4f71f3c6de3d26073d520\"\u003e\u003ccode\u003ec8bd28a\u003c/code\u003e\u003c/a\u003e\n[fix] Crash when parsing an empty arbitrary expression with\n\u003ccode\u003eextract_node\u003c/code\u003e ...\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/a3623682a5e1e07f4f331b6b0a5f77e257d81b96\"\u003e\u003ccode\u003ea362368\u003c/code\u003e\u003c/a\u003e\nBump astroid to 3.3.10, update changelog (\u003ca\nhref\u003d\"https://redirect.github.com/pylint-dev/astroid/issues/2730\"\u003e#2730\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/d87efc6185573da387df4e5fbe5a8c3cca185487\"\u003e\u003ccode\u003ed87efc6\u003c/code\u003e\u003c/a\u003e\nPick correct file if two files with the same name but with different\nextensio...\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/commit/e29d7267a0053766415f7f45ffa839c335776a6b\"\u003e\u003ccode\u003ee29d726\u003c/code\u003e\u003c/a\u003e\n[setuptools] Upgrade the license handling for latest setuptools\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca\nhref\u003d\"https://github.com/pylint-dev/astroid/compare/v3.3.9...v3.3.11\"\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\u003dastroid\u0026package-manager\u003dpip\u0026previous-version\u003d3.3.9\u0026new-version\u003d3.3.11)](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": "4feab0167a63edac2cdc936a4ddaee62e8341bbc",
      "old_mode": 33188,
      "old_path": "docs/requirements.txt",
      "new_id": "af691dfd213679aef2d4e7d95ed93c13cfd7d156",
      "new_mode": 33188,
      "new_path": "docs/requirements.txt"
    }
  ]
}
