-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit f6941e7
authored
Bump pip-tools from 7.4.1 to 7.5.0 (#11375)
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.4.1 to
7.5.0.
<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.0</h2>
<p><em>2025-07-30</em></p>
<h3>Bug fixes</h3>
<ul>
<li>
<p>Fixed the ordering of format controls to preserve underlying
<code>pip</code> behavior -- by <a
href="https://github.com/sethmlarson"><code>@sethmlarson</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2082">#2082</a></p>
</li>
<li>
<p>Fixed <code>NoCandidateFound</code> exception to be compatible with
<code>pip >= 24.1</code> -- by <a
href="https://github.com/chrysle"><code>@chrysle</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2083">#2083</a></p>
</li>
<li>
<p><code>pip-compile</code> now produces relative paths for editable
dependencies -- by <a
href="https://github.com/macro1"><code>@macro1</code></a>.</p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2087">#2087</a></p>
</li>
<li>
<p>Fixed crash failures due to incompatibility with <code>pip >=
25.1</code> -- by <a
href="https://github.com/gkreitz"><code>@gkreitz</code></a> and <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/2176">#2176</a>,
<a
href="https://redirect.github.com/jazzband/pip-tools/issues/2178">#2178</a></p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><code>pip-compile</code> now treats package versions requested on the
command line as constraints for the underlying <code>pip</code> usage.
This applies to build deps in addition to normal package
requirements.</p>
<p>-- by <a
href="https://github.com/chrysle"><code>@chrysle</code></a></p>
<p><em>PRs and issues:</em> <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2106">#2106</a></p>
</li>
<li>
<p><code>pip-tools</code> now tests on and officially supports Python
3.12 -- 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/2188">#2188</a></p>
</li>
<li>
<p>Requirements file paths in <code>pip-compile</code> output are now
normalized to POSIX-style, even when <code>pip-compile</code> is run on
Windows.
This provides more consistent output across various platforms.</p>
<p>-- 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/2195">#2195</a></p>
</li>
<li>
<p><code>pip-tools</code> now tests against and supports
<code>pip</code> up to version <code>25.1</code> -- 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/2195">#2195</a></p>
</li>
</ul>
<h3>Removals and backward incompatible breaking changes</h3>
<ul>
<li><code>pip-compile</code> will now relativize the requirements paths
which are recorded in its output.
Paths are made relative to the working directory.
This provides more consistent results across <code>pip</code>
versions.</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.0</h2>
<p><em>2025-07-30</em></p>
<h3>Bug fixes</h3>
<ul>
<li>
<p>Fixed the ordering of format controls to preserve underlying
<code>pip</code> behavior
-- by {user}<code>sethmlarson</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2082</code></p>
</li>
<li>
<p>Fixed <code>NoCandidateFound</code> exception to be compatible with
<code>pip >= 24.1</code>
-- by {user}<code>chrysle</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2083</code></p>
</li>
<li>
<p><code>pip-compile</code> now produces relative paths for editable
dependencies
-- by {user}<code>macro1</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2087</code></p>
</li>
<li>
<p>Fixed crash failures due to incompatibility with <code>pip >=
25.1</code>
-- by {user}<code>gkreitz</code> and {user}<code>sirosen</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2176</code>,
{issue}<code>2178</code></p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><code>pip-compile</code> now treats package versions requested on the
command line as
constraints for the underlying <code>pip</code> usage.
This applies to build deps in addition to normal package
requirements.</p>
<p>-- by {user}<code>chrysle</code></p>
<p><em>PRs and issues:</em> {issue}<code>2106</code></p>
</li>
<li>
<p><code>pip-tools</code> now tests on and officially supports Python
3.12
-- by {user}<code>sirosen</code>.</p>
<p><em>PRs and issues:</em> {issue}<code>2188</code></p>
</li>
<li>
<p>Requirements file paths in <code>pip-compile</code> output are now
normalized to
POSIX-style, even when <code>pip-compile</code> is run on Windows.
This provides more consistent output across various platforms.</p>
<p>-- by {user}<code>sirosen</code></p>
<p><em>PRs and issues:</em> {issue}<code>2195</code></p>
</li>
<li>
<p><code>pip-tools</code> now tests against and supports
<code>pip</code> up to version <code>25.1</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/debe5a46b700347adcaacbf6ea3c70209f14a91e"><code>debe5a4</code></a>
Update changelog for version 7.5.0</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/1c7d9fbe698565a42d272718bfaf2588f71a9224"><code>1c7d9fb</code></a>
Merge pull request <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2210">#2210</a>
from webknjaz/bugfixes/release-env-context-access</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/96ed4d2264a4fc0b567aa9e86c5bbbf7f6b3b680"><code>96ed4d2</code></a>
Merge pull request <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2209">#2209</a>
from webknjaz/maintenance/release-attestations-cleanup</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/a180dd9cdc9e877313e6a2c24b8919ca2e4f1f8b"><code>a180dd9</code></a>
📝 Link the PR <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2209">#2209</a>
change note to PR <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2149">#2149</a></li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/7f9512a26fc831a4f4d3a54e045fa1bd4c818ac1"><code>7f9512a</code></a>
📝 Link the PR <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2210">#2210</a>
change note to PR <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2149">#2149</a></li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/396da33d20c0823242826a0b6194878cebfbf349"><code>396da33</code></a>
Run the dist build job in PRs</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/7b1c22ca849239c04723e404c138307be9f24b3c"><code>7b1c22c</code></a>
Fix accessing repo id in the release workflow</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/05daad6ecd4724cce7dd1eeba83489d5b48308cd"><code>05daad6</code></a>
Drop release attestations for Jazzband upload</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/b4ddd756b5830decaaf9cfd430704e9218ac6c37"><code>b4ddd75</code></a>
Merge pull request <a
href="https://redirect.github.com/jazzband/pip-tools/issues/2203">#2203</a>
from sirosen/use-towncrier</li>
<li><a
href="https://github.com/jazzband/pip-tools/commit/a136172f88e95c919b4a0bc4962b23da2b032305"><code>a136172</code></a>
Add a run of 'changelog-draft' to QA CI jobs</li>
<li>Additional commits viewable in <a
href="https://github.com/jazzband/pip-tools/compare/7.4.1...v7.5.0">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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 960e411 commit f6941e7Copy full SHA for f6941e7
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- requirements
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedrequirements/constraints.txt
Copy file name to clipboardExpand all lines: requirements/constraints.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
|
0 commit comments