<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>23896</buildableDurationMillis><buildableTimeMillis>23896</buildableTimeMillis><buildingDurationMillis>41970</buildingDurationMillis><executingTimeMillis>41970</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>32011</queuingDurationMillis><queuingTimeMillis>32011</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>73981</totalDurationMillis><waitingDurationMillis>8114</waitingDurationMillis><waitingTimeMillis>8114</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>458</buildNumber><marked><SHA1>f556f86ce8b17428eeffaa2a447b101f0264512b</SHA1><branch><SHA1>f556f86ce8b17428eeffaa2a447b101f0264512b</SHA1><name>origin/main</name></branch></marked><revision><SHA1>f556f86ce8b17428eeffaa2a447b101f0264512b</SHA1><branch><SHA1>f556f86ce8b17428eeffaa2a447b101f0264512b</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>f556f86ce8b17428eeffaa2a447b101f0264512b</SHA1><branch><SHA1>f556f86ce8b17428eeffaa2a447b101f0264512b</SHA1><name>origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/PingCAP-QE/ci.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/458/artifacts</artifactsUrl><changesUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/458/changes</changesUrl><displayUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/458/</displayUrl><testsUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/458/tests</testsUrl></action><building>false</building><displayName>#458</displayName><duration>41970</duration><estimatedDuration>83303</estimatedDuration><fullDisplayName>seed #458</fullDisplayName><id>458</id><inProgress>false</inProgress><keepLog>false</keepLog><number>458</number><queueId>433263</queueId><result>SUCCESS</result><timestamp>1728562290694</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/458/</url><builtOn>default-85fnh</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/ops/release-check-version/requirements.txt</affectedPath><affectedPath>scripts/ops/parse-jenkins-build-log/requirements.txt</affectedPath><commitId>f556f86ce8b17428eeffaa2a447b101f0264512b</commitId><timestamp>1728562254000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>chore(deps): update dependency urllib3 to v2.2.3 (#3122)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [urllib3](https://redirect.github.com/urllib3/urllib3)
([changelog](https://redirect.github.com/urllib3/urllib3/blob/main/CHANGES.rst))
| `==2.2.2` -&gt; `==2.2.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/urllib3/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/urllib3/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/urllib3/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/urllib3/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

&gt; [!WARNING]
&gt; Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

&lt;details&gt;
&lt;summary&gt;urllib3/urllib3 (urllib3)&lt;/summary&gt;

###
[`v2.2.3`](https://redirect.github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#223-2024-09-12)

[Compare
Source](https://redirect.github.com/urllib3/urllib3/compare/2.2.2...2.2.3)

\==================

## Features

- Added support for Python 3.13. (`#&amp;#8203;3473
&lt;https://github.com/urllib3/urllib3/issues/3473&gt;`\__)

## Bugfixes

- Fixed the default encoding of chunked request bodies to be UTF-8
instead of ISO-8859-1.
All other methods of supplying a request body already use UTF-8 starting
in urllib3 v2.0. (`#&amp;#8203;3053
&lt;https://github.com/urllib3/urllib3/issues/3053&gt;`\__)
- Fixed ResourceWarning on CONNECT with Python &lt; 3.11.4 by backporting
[https://github.com/python/cpython/issues/103472](https://redirect.github.com/python/cpython/issues/103472).
(`#&amp;#8203;3252 &lt;https://github.com/urllib3/urllib3/issues/3252&gt;`\__)
- Adjust tolerance for floating-point comparison on Windows to avoid
flakiness in CI (`#&amp;#8203;3413
&lt;https://github.com/urllib3/urllib3/issues/3413&gt;`\__)
- Fixed a crash where certain standard library hash functions were
absent in restricted environments. (`#&amp;#8203;3432
&lt;https://github.com/urllib3/urllib3/issues/3432&gt;`\__)
- Fixed mypy error when adding to
`HTTPConnection.default_socket_options`. (`#&amp;#8203;3448
&lt;https://github.com/urllib3/urllib3/issues/3448&gt;`\__)

## HTTP/2 (experimental)

HTTP/2 support is still in early development.

- Excluded Transfer-Encoding: chunked from HTTP/2 request body
(`#&amp;#8203;3425 &lt;https://github.com/urllib3/urllib3/issues/3425&gt;`\__)
- Added version checking for `h2` (https://pypi.org/project/h2/) usage.

Now only accepting supported h2 major version 4.x.x. (`#&amp;#8203;3290
&lt;https://github.com/urllib3/urllib3/issues/3290&gt;`\__)
- Added a probing mechanism for determining whether a given target
origin
supports HTTP/2 via ALPN. (`#&amp;#8203;3301
&lt;https://github.com/urllib3/urllib3/issues/3301&gt;`\__)
- Add support for sending a request body with HTTP/2 (`#&amp;#8203;3302
&lt;https://github.com/urllib3/urllib3/issues/3302&gt;`\__)

## Deprecations and Removals

- Note for downstream distributors: the `_version.py` file has been
removed and is now created at build time by hatch-vcs. (`#&amp;#8203;3412
&lt;https://github.com/urllib3/urllib3/issues/3412&gt;`\__)
- Drop support for end-of-life PyPy3.8 and PyPy3.9. (`#&amp;#8203;3475
&lt;https://github.com/urllib3/urllib3/issues/3475&gt;`\__)

&lt;/details&gt;

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] &lt;!-- rebase-check --&gt;If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/PingCAP-QE/ci).

&lt;!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--&gt;

Co-authored-by: renovate[bot] &lt;29139614+renovate[bot]@users.noreply.github.com&gt;
</comment><date>2024-10-10 12:10:54 +0000</date><id>f556f86ce8b17428eeffaa2a447b101f0264512b</id><msg>chore(deps): update dependency urllib3 to v2.2.3 (#3122)</msg><path><editType>edit</editType><file>scripts/ops/release-check-version/requirements.txt</file></path><path><editType>edit</editType><file>scripts/ops/parse-jenkins-build-log/requirements.txt</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName><id>noreply</id></culprit></freeStyleBuild>