Skip to content

Commit 1c2692b

Browse files
authored
Merge pull request #2245 from sirosen/release-7.5.1
Release version 7.5.1
2 parents 9b4de7d + 6a863fd commit 1c2692b

File tree

11 files changed

+54
-15
lines changed

11 files changed

+54
-15
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
<!-- towncrier release notes start -->
22

3+
## v7.5.1
4+
5+
*2025-09-26*
6+
7+
### Bug fixes
8+
9+
- Fixed static parsing of {file}`pyproject.toml` data when the
10+
{file}`pyproject.toml` is supplied as a relative path -- by {user}`sirosen`.
11+
12+
*PRs and issues:* {issue}`2215`, {issue}`2221`, {issue}`2233`
13+
14+
- The "via" paths in `pip-compile` output for requirements discovered from
15+
`pyproject.toml` data are now written in POSIX format -- by {user}`sirosen`.
16+
17+
*PRs and issues:* {issue}`2221`
18+
19+
- Fixed a bug which removed slashes from URLs in ``-r`` and ``-c`` in the output
20+
of ``pip-compile`` -- by {user}`sirosen`.
21+
22+
*PRs and issues:* {issue}`2223`
23+
24+
- Fixed an incompatibility with ``click >= 8.3`` which made ``pip-compile`` display incorrect
25+
options in the compile command in output headers -- by {user}`sirosen`.
26+
27+
*PRs and issues:* {issue}`2235`
28+
29+
### Features
30+
31+
- `pip-tools` now officially supports `pip` version 25.2 -- by {user}`sirosen`.
32+
33+
*PRs and issues:* {issue}`2214`
34+
35+
### Improved documentation
36+
37+
- ReadTheDocs builds for `pip-tools` no longer include htmlzip and pdf outputs -- by {user}`sirosen`.
38+
39+
*PRs and issues:* {issue}`2218`
40+
41+
### Contributor-facing changes
42+
43+
- `pip-tools` now tests on `pip` version 25.2 -- by {user}`sirosen`.
44+
45+
*PRs and issues:* {issue}`2214`
46+
47+
- The changelog documentation for contributors now provides hyperlinks to the source of each example change note -- by {user}`jayaddison` (for OpenCulinary).
48+
49+
*PRs and issues:* {issue}`2217`
50+
51+
- The CPython versions tested in nightly CI runs are now separate from
52+
branch and PR CI, and don't include very old versions -- by {user}`sirosen`.
53+
54+
*PRs and issues:* {issue}`2226`
55+
56+
357
## v7.5.0
458

559
*2025-07-30*

changelog.d/2214.contrib.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2215.bugfix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/2217.contrib.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2218.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2221.bugfix.1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2221.bugfix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/2223.bugfix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/2226.misc.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/2233.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)