Commit 543d817
authored
Bump pip-tools from 7.5.2 to 7.5.3 (#12060)
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.5.2 to
7.5.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jazzband/pip-tools/releases">pip-tools's
releases</a>.</em></p>
<blockquote>
<h2>v7.5.3</h2>
<p><em>2026-02-11</em></p>
<h3>Bug fixes</h3>
<ul>
<li>
<p>The option <code>--unsafe-package</code> is now normalized -- by <a
href="https://github.com/shifqu"><code>@shifqu</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2150">#2150</a></p>
</li>
<li>
<p>Fixed a bug in which <code>pip-compile</code> lost any index URL
options when
looking up hashes -- by <a
href="https://github.com/sirosen"><code>@sirosen</code></a>.</p>
<p>This caused errors when a package was only available from an extra
index, and caused <code>pip-compile</code> to incorrectly drop index URL
options
from output, even when they were present in the input requirements.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2220">#2220</a>,
<a
href="https://redirect.github.com/jazzband/pip-tools/issues/2294">#2294</a>,
<a
href="https://redirect.github.com/jazzband/pip-tools/issues/2305">#2305</a></p>
</li>
<li>
<p>Fixed removal of temporary files used when reading requirements from
stdin
-- by <a
href="https://github.com/sirosen"><code>@sirosen</code></a>.</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><code>pip-tools</code> is now tested against Python 3.14 and 3.14t in
CI, and
marks them as supported in the core packaging metadata
-- by <a
href="https://github.com/webknjaz"><code>@webknjaz</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2255">#2255</a></p>
</li>
<li>
<p>pip-tools is now compatible with pip 26.0 -- by <a
href="https://github.com/sirosen"><code>@sirosen</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2319">#2319</a>,
<a
href="https://redirect.github.com/jazzband/pip-tools/issues/2320">#2320</a></p>
</li>
</ul>
<h3>Removals and backward incompatible breaking changes</h3>
<ul>
<li>Removed support for Python 3.8 -- by <a
href="https://github.com/sirosen"><code>@sirosen</code></a>.</li>
</ul>
<h3>Improved documentation</h3>
<ul>
<li>
<p>The change log management infra now allows the maintainers to add
notes
before and after the regular categories -- by <a
href="https://github.com/webknjaz"><code>@webknjaz</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2287">#2287</a>,
<a
href="https://redirect.github.com/jazzband/pip-tools/issues/2322">#2322</a></p>
</li>
<li>
<p>Added documentation clarifying that <code>pip-compile</code> reads
the existing
output file as a constraint source, and how to use
<code>--upgrade</code> to
refresh dependencies -- by <a
href="https://github.com/maliktafheem"><code>@maliktafheem</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2307">#2307</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md">pip-tools's
changelog</a>.</em></p>
<blockquote>
<h2>v7.5.3</h2>
<p><em>2026-02-09</em></p>
<h3>Bug fixes</h3>
<ul>
<li>
<p>The option <code>--unsafe-package</code> is now normalized -- by
{user}<code>shifqu</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2150</code></p>
</li>
<li>
<p>Fixed a bug in which <code>pip-compile</code> lost any index URL
options when
looking up hashes -- by {user}<code>sirosen</code>.</p>
<p>This caused errors when a package was only available from an extra
index, and caused <code>pip-compile</code> to incorrectly drop index URL
options
from output, even when they were present in the input requirements.</p>
<p><em>PRs and issues:</em> {issue}<code>2220</code>,
{issue}<code>2294</code>, {issue}<code>2305</code></p>
</li>
<li>
<p>Fixed removal of temporary files used when reading requirements from
stdin
-- by {user}<code>sirosen</code>.</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><code>pip-tools</code> is now tested against Python 3.14 and 3.14t in
CI, and
marks them as supported in the core packaging metadata
-- by {user}<code>webknjaz</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2255</code></p>
</li>
<li>
<p>pip-tools is now compatible with pip 26.0 -- by
{user}<code>sirosen</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2319</code>,
{issue}<code>2320</code></p>
</li>
</ul>
<h3>Removals and backward incompatible breaking changes</h3>
<ul>
<li>Removed support for Python 3.8 -- by
{user}<code>sirosen</code>.</li>
</ul>
<h3>Improved documentation</h3>
<ul>
<li>
<p>The change log management infra now allows the maintainers to add
notes
before and after the regular categories -- by
{user}<code>webknjaz</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2287</code>,
{issue}<code>2322</code></p>
</li>
<li>
<p>Added documentation clarifying that <code>pip-compile</code> reads
the existing
output file as a constraint source, and how to use
<code>--upgrade</code> to
refresh dependencies -- by {user}<code>maliktafheem</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2307</code></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jazzband/pip-tools/commit/5f31d8a79b5fd16305372cf700b01cc7f16c2ccf"><code>5f31d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2332">#2332</a>
from sirosen/fix-release-version-normalization</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/106f1d6b7e3486603dc96a317560d97dbb18484c"><code>106f1d6</code></a>
Fix CI workflow to normalize versions (for release)</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/3a0f5edc02d2e385a0da014b23a581e0c3a33a4d"><code>3a0f5ed</code></a>
Merge pull request <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2329">#2329</a>
from sirosen/release/v7.5.3</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/e4bd31dfa39bdf6f9105dc6088de3efd4f99038e"><code>e4bd31d</code></a>
Merge pull request <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2328">#2328</a>
from jazzband/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/08107abcc0d659ad788f74fe18118af5d377568d"><code>08107ab</code></a>
Update changelog for version 7.5.3</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/5b4d130e138553e09bec4476a93281e77533507b"><code>5b4d130</code></a>
Merge pull request <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2325">#2325</a>
from sirosen/ensure-tmpfile-cleanup</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/cc6a2b9e160ad8b5095eb72ed713f577843ca74d"><code>cc6a2b9</code></a>
Apply feedback/suggestions from review</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/fc532650ac44c9f068a267f5002d5f8eac7d3381"><code>fc53265</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/6c275075a6030bf4399f7767408198103ce304b1"><code>6c27507</code></a>
Add 'tempfile_compat' to handle windows tmp files</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/9ac94db086240107989ef32ad6212745423c06f5"><code>9ac94db</code></a>
Fix leak of temp files when reading from stdin</li>
<li>Additional commits viewable in <a
href="https://github.com/jazzband/pip-tools/compare/v7.5.2...v7.5.3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5627d83 commit 543d817
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments