{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 48771,
      "blockedTimeMillis" : 48771,
      "buildableDurationMillis" : 22963,
      "buildableTimeMillis" : 22963,
      "buildingDurationMillis" : 48109,
      "executingTimeMillis" : 48109,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9333,
      "waitingTimeMillis" : 9333
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 308,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d0a0184504949c10f42de1b45d8809b115842894",
            "branch" : [
              {
                "SHA1" : "d0a0184504949c10f42de1b45d8809b115842894",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d0a0184504949c10f42de1b45d8809b115842894",
            "branch" : [
              {
                "SHA1" : "d0a0184504949c10f42de1b45d8809b115842894",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d0a0184504949c10f42de1b45d8809b115842894",
        "branch" : [
          {
            "SHA1" : "d0a0184504949c10f42de1b45d8809b115842894",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#308",
  "duration" : 48109,
  "estimatedDuration" : 102412,
  "executor" : None,
  "fullDisplayName" : "seed #308",
  "id" : "308",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 308,
  "queueId" : 875121,
  "result" : "SUCCESS",
  "timestamp" : 1720861461778,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/308/",
  "builtOn" : "default-3g42h",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/ops/release-check-version/requirements.txt",
          "scripts/ops/parse-jenkins-build-log/requirements.txt"
        ],
        "commitId" : "d0a0184504949c10f42de1b45d8809b115842894",
        "timestamp" : 1720861376000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "chore(deps): update dependency requests to v2.32.3 (#2967)\u000a\u000a[![Mend\u000aRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\u000a\u000aThis PR contains the following updates:\u000a\u000a| Package | Change | Age | Adoption | Passing | Confidence |\u000a|---|---|---|---|---|---|\u000a| [requests](https://requests.readthedocs.io)\u000a([source](https://togithub.com/psf/requests),\u000a[changelog](https://togithub.com/psf/requests/blob/master/HISTORY.md)) |\u000a`==2.31.0` -> `==2.32.3` |\u000a[![age](https://developer.mend.io/api/mc/badges/age/pypi/requests/2.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/requests/2.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/requests/2.31.0/2.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/requests/2.31.0/2.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a\u000a---\u000a\u000a> [!WARNING]\u000a> Some dependencies could not be looked up. Check the Dependency\u000aDashboard for more information.\u000a\u000a---\u000a\u000a### Release Notes\u000a\u000a<details>\u000a<summary>psf/requests (requests)</summary>\u000a\u000a###\u000a[`v2.32.3`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#2323-2024-05-29)\u000a\u000a[Compare\u000aSource](https://togithub.com/psf/requests/compare/v2.32.2...v2.32.3)\u000a\u000a**Bugfixes**\u000a\u000a- Fixed bug breaking the ability to specify custom SSLContexts in\u000asub-classes of\u000aHTTPAdapter.\u000a([#&#8203;6716](https://togithub.com/psf/requests/issues/6716))\u000a- Fixed issue where Requests started failing to run on Python versions\u000acompiled\u000awithout the `ssl` module.\u000a([#&#8203;6724](https://togithub.com/psf/requests/issues/6724))\u000a\u000a###\u000a[`v2.32.2`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#2322-2024-05-21)\u000a\u000a[Compare\u000aSource](https://togithub.com/psf/requests/compare/v2.32.1...v2.32.2)\u000a\u000a**Deprecations**\u000a\u000a-   To provide a more stable migration for custom HTTPAdapters impacted\u000a    by the CVE changes in 2.32.0, we've renamed `_get_connection` to\u000a    a new public API, `get_connection_with_tls_context`. Existing custom\u000a    HTTPAdapters will need to migrate their code to use this new API.\u000a`get_connection` is considered deprecated in all versions of\u000aRequests>=2.32.0.\u000a\u000aA minimal (2-line) example has been provided in the linked PR to ease\u000amigration, but we strongly urge users to evaluate if their custom\u000aadapter\u000ais subject to the same issue described in CVE-2024-35195.\u000a([#&#8203;6710](https://togithub.com/psf/requests/issues/6710))\u000a\u000a###\u000a[`v2.32.1`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#2321-2024-05-20)\u000a\u000a[Compare\u000aSource](https://togithub.com/psf/requests/compare/v2.32.0...v2.32.1)\u000a\u000a**Bugfixes**\u000a\u000a-   Add missing test certs to the sdist distributed on PyPI.\u000a\u000a###\u000a[`v2.32.0`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#2320-2024-05-20)\u000a\u000a[Compare\u000aSource](https://togithub.com/psf/requests/compare/v2.31.0...v2.32.0)\u000a\u000a**Security**\u000a\u000a- Fixed an issue where setting `verify=False` on the first request from\u000aa\u000aSession will cause subsequent requests to the *same origin* to also\u000aignore\u000a    cert verification, regardless of the value of `verify`.\u000a\u000a(https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)\u000a\u000a**Improvements**\u000a\u000a-   `verify=True` now reuses a global SSLContext which should improve\u000arequest time variance between first and subsequent requests. It should\u000aalso minimize certificate load time on Windows systems when using a\u000aPython\u000aversion built with OpenSSL 3.x.\u000a([#&#8203;6667](https://togithub.com/psf/requests/issues/6667))\u000a-   Requests now supports optional use of character detection\u000a    (`chardet` or `charset_normalizer`) when repackaged or vendored.\u000a    This enables `pip` and other projects to minimize their vendoring\u000a    surface area. The `Response.text()` and `apparent_encoding` APIs\u000awill default to `utf-8` if neither library is present.\u000a([#&#8203;6702](https://togithub.com/psf/requests/issues/6702))\u000a\u000a**Bugfixes**\u000a\u000a-   Fixed bug in length detection where emoji length was incorrectly\u000acalculated in the request content-length.\u000a([#&#8203;6589](https://togithub.com/psf/requests/issues/6589))\u000a- Fixed deserialization bug in JSONDecodeError.\u000a([#&#8203;6629](https://togithub.com/psf/requests/issues/6629))\u000a-   Fixed bug where an extra leading `/` (path separator) could lead\u000aurllib3 to unnecessarily reparse the request URI.\u000a([#&#8203;6644](https://togithub.com/psf/requests/issues/6644))\u000a\u000a**Deprecations**\u000a\u000a- Requests has officially added support for CPython 3.12\u000a([#&#8203;6503](https://togithub.com/psf/requests/issues/6503))\u000a- Requests has officially added support for PyPy 3.9 and 3.10\u000a([#&#8203;6641](https://togithub.com/psf/requests/issues/6641))\u000a- Requests has officially dropped support for CPython 3.7\u000a([#&#8203;6642](https://togithub.com/psf/requests/issues/6642))\u000a- Requests has officially dropped support for PyPy 3.7 and 3.8\u000a([#&#8203;6641](https://togithub.com/psf/requests/issues/6641))\u000a\u000a**Documentation**\u000a\u000a-   Various typo fixes and doc improvements.\u000a\u000a**Packaging**\u000a\u000a-   Requests has started adopting some modern packaging practices.\u000aThe source files for the projects (formerly `requests`) is now located\u000ain `src/requests` in the Requests sdist.\u000a([#&#8203;6506](https://togithub.com/psf/requests/issues/6506))\u000a- Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build\u000asystem\u000ausing `hatchling`. This should not impact the average user, but\u000aextremely old\u000aversions of packaging utilities may have issues with the new packaging\u000aformat.\u000a\u000a</details>\u000a\u000a---\u000a\u000a### Configuration\u000a\u000a\ud83d\udcc5 **Schedule**: Branch creation - At any time (no schedule defined),\u000aAutomerge - At any time (no schedule defined).\u000a\u000a\ud83d\udea6 **Automerge**: Disabled by config. Please merge this manually once you\u000aare satisfied.\u000a\u000a♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\u000arebase/retry checkbox.\u000a\u000a\ud83d\udd15 **Ignore**: Close this PR and you won't be reminded about this update\u000aagain.\u000a\u000a---\u000a\u000a- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\u000athis box\u000a\u000a---\u000a\u000aThis PR has been generated by [Mend\u000aRenovate](https://www.mend.io/free-developer-tools/renovate/). View\u000arepository job log\u000a[here](https://developer.mend.io/github/PingCAP-QE/ci).\u000a\u000a<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\u000a\u000aCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\u000a",
        "date" : "2024-07-13 09:02:56 +0000",
        "id" : "d0a0184504949c10f42de1b45d8809b115842894",
        "msg" : "chore(deps): update dependency requests to v2.32.3 (#2967)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/ops/release-check-version/requirements.txt"
          },
          {
            "editType" : "edit",
            "file" : "scripts/ops/parse-jenkins-build-log/requirements.txt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}