[pull] master from aio-libs:master#353
Merged
pull[bot] merged 1 commit intotj-python:masterfrom Oct 2, 2025
Merged
Conversation
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.5.0 to 7.5.1. <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.1</h2> <p><em>2025-09-26</em></p> <h3>Bug fixes</h3> <ul> <li> <p>Fixed static parsing of <code>pyproject.toml</code> data when the <code>pyproject.toml</code> is supplied as a relative path -- 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/2215">#2215</a>, <a href="https://redirect.github.com/jazzband/pip-tools/issues/2221">#2221</a>, <a href="https://redirect.github.com/jazzband/pip-tools/issues/2233">#2233</a></p> </li> <li> <p>The "via" paths in <code>pip-compile</code> output for requirements discovered from <code>pyproject.toml</code> data are now written in POSIX format -- 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/2221">#2221</a></p> </li> <li> <p>Fixed a bug which removed slashes from URLs in <code>-r</code> and <code>-c</code> in the output of <code>pip-compile</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/2223">#2223</a></p> </li> <li> <p>Fixed an incompatibility with <code>click >= 8.3</code> which made <code>pip-compile</code> display incorrect options in the compile command in output headers -- 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/2235">#2235</a></p> </li> </ul> <h3>Features</h3> <ul> <li> <p><code>pip-tools</code> now officially supports <code>pip</code> version 25.2 -- 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/2214">#2214</a></p> </li> </ul> <h3>Improved documentation</h3> <ul> <li> <p>ReadTheDocs builds for <code>pip-tools</code> no longer include htmlzip and pdf outputs -- 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/2218">#2218</a></p> </li> </ul> <h3>Contributor-facing changes</h3> <ul> <li> <p><code>pip-tools</code> now tests on <code>pip</code> version 25.2 -- 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/2214">#2214</a></p> </li> <li> <p>The changelog documentation for contributors now provides hyperlinks to the source of each example change note -- by <a href="https://github.com/jayaddison"><code>@jayaddison</code></a> (for OpenCulinary).</p> <p><em>PRs and issues:</em> <a href="https://redirect.github.com/jazzband/pip-tools/issues/2217">#2217</a></p> </li> <li> <p>The CPython versions tested in nightly CI runs are now separate from branch and PR CI, and don't include very old versions -- 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/2226">#2226</a></p> </li> </ul> </blockquote> </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.1</h2> <p><em>2025-09-26</em></p> <h3>Bug fixes</h3> <ul> <li> <p>Fixed static parsing of {file}<code>pyproject.toml</code> data when the {file}<code>pyproject.toml</code> is supplied as a relative path -- by {user}<code>sirosen</code>.</p> <p><em>PRs and issues:</em> {issue}<code>2215</code>, {issue}<code>2221</code>, {issue}<code>2233</code></p> </li> <li> <p>The "via" paths in <code>pip-compile</code> output for requirements discovered from <code>pyproject.toml</code> data are now written in POSIX format -- by {user}<code>sirosen</code>.</p> <p><em>PRs and issues:</em> {issue}<code>2221</code></p> </li> <li> <p>Fixed a bug which removed slashes from URLs in <code>-r</code> and <code>-c</code> in the output of <code>pip-compile</code> -- by {user}<code>sirosen</code>.</p> <p><em>PRs and issues:</em> {issue}<code>2223</code></p> </li> <li> <p>Fixed an incompatibility with <code>click >= 8.3</code> which made <code>pip-compile</code> display incorrect options in the compile command in output headers -- by {user}<code>sirosen</code>.</p> <p><em>PRs and issues:</em> {issue}<code>2235</code></p> </li> </ul> <h3>Features</h3> <ul> <li> <p><code>pip-tools</code> now officially supports <code>pip</code> version 25.2 -- by {user}<code>sirosen</code>.</p> <p><em>PRs and issues:</em> {issue}<code>2214</code></p> </li> </ul> <h3>Improved documentation</h3> <ul> <li> <p>ReadTheDocs builds for <code>pip-tools</code> no longer include htmlzip and pdf outputs -- by {user}<code>sirosen</code>.</p> <p><em>PRs and issues:</em> {issue}<code>2218</code></p> </li> </ul> <h3>Contributor-facing changes</h3> <ul> <li> <p><code>pip-tools</code> now tests on <code>pip</code> version 25.2 -- by {user}<code>sirosen</code>.</p> <p><em>PRs and issues:</em> {issue}<code>2214</code></p> </li> <li> <p>The changelog documentation for contributors now provides hyperlinks to the source of each example change note -- by {user}<code>jayaddison</code> (for OpenCulinary).</p> <p><em>PRs and issues:</em> {issue}<code>2217</code></p> </li> <li> <p>The CPython versions tested in nightly CI runs are now separate from branch and PR CI, and don't include very old versions -- by {user}<code>sirosen</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/1c2692b7f45a94d93e3f4bb252da3fd711ad08a9"><code>1c2692b</code></a> Merge pull request <a href="https://redirect.github.com/jazzband/pip-tools/issues/2245">#2245</a> from sirosen/release-7.5.1</li> <li><a href="https://github.com/jazzband/pip-tools/commit/6a863fdebc8481adcda6fd0d019e0e1cc052b6ae"><code>6a863fd</code></a> Various small fixes to the changelog</li> <li><a href="https://github.com/jazzband/pip-tools/commit/e8adc41d8054c998cc1c927f1a9cddb9a13f812a"><code>e8adc41</code></a> Update changelog for version 7.5.1</li> <li><a href="https://github.com/jazzband/pip-tools/commit/9b4de7d3b8f3a4f12650a00fd6d63793ff0d4d38"><code>9b4de7d</code></a> Merge pull request <a href="https://redirect.github.com/jazzband/pip-tools/issues/2242">#2242</a> from sirosen/bump-nightly-ci-job-to-310</li> <li><a href="https://github.com/jazzband/pip-tools/commit/cd233ddb638f555d8a05012ffd6d61d9dc2f7b5c"><code>cd233dd</code></a> Separately control CPython versions in nightly CI</li> <li><a href="https://github.com/jazzband/pip-tools/commit/78020b415bf6a023d45532ddcc8f87482336b43e"><code>78020b4</code></a> Merge pull request <a href="https://redirect.github.com/jazzband/pip-tools/issues/2243">#2243</a> from openculinary/pr-2217-followup/add-changelog-entry</li> <li><a href="https://github.com/jazzband/pip-tools/commit/2be5b1f76a8b34f0f4555d5761bb4ec86116d461"><code>2be5b1f</code></a> Add changelog entry for <a href="https://redirect.github.com/jazzband/pip-tools/issues/2217">#2217</a></li> <li><a href="https://github.com/jazzband/pip-tools/commit/16c793b06897e1ab22d326ebe249780a2fac9116"><code>16c793b</code></a> Merge pull request <a href="https://redirect.github.com/jazzband/pip-tools/issues/2221">#2221</a> from sirosen/fix-relpath-static-pyproject-parse</li> <li><a href="https://github.com/jazzband/pip-tools/commit/76bdc77f2cc44470347921c6aaa232719aab49cf"><code>76bdc77</code></a> Merge pull request <a href="https://redirect.github.com/jazzband/pip-tools/issues/2217">#2217</a> from openculinary/pr-2203-followup/reify-changenote-...</li> <li><a href="https://github.com/jazzband/pip-tools/commit/a5cf40c6418fcc241078845509fb47fa04fbe2cb"><code>a5cf40c</code></a> Link second resolved issue in changelog</li> <li>Additional commits viewable in <a href="https://github.com/jazzband/pip-tools/compare/v7.5.0...v7.5.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )