Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.d/2214.contrib.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`pip-tools` now tests on and officially supports `pip` version 25.2 -- by :user:`sirosen`.
`pip-tools` now tests on and officially supports `pip` version 25.2 -- by {user}`sirosen`.
2 changes: 1 addition & 1 deletion changelog.d/2235.bugfix.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix an incompatibility with ``click >= 8.3`` which made ``pip-compile`` display incorrect
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jayaddison the double backticks should've been fixed here. We missed this in review.

options in the compile command in output headers -- by :user:`sirosen`.
options in the compile command in output headers -- by {user}`sirosen`.
12 changes: 5 additions & 7 deletions changelog.d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,17 @@ Do your best and a maintainer can discuss this with you during review.

### Examples

Example bugfix, `2082.bugfix.md`:
Example bugfix, [`2223.bugfix.md`](https://github.com/jazzband/pip-tools/pull/2224):

```md
Fixed the ordering of format controls to preserve underlying `pip` behavior
-- by {user}`sethmlarson`.
Fixed a bug which removed slashes from URLs in ``-r`` and ``-c`` in the output
of ``pip-compile`` -- by {user}`sirosen`.
Comment on lines +68 to +69
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jayaddison the double backticks should've been fixed here. We missed this in review.

```

Example contributor update, `2202.contrib.md`:
Example contributor update, [`2214.contrib.md`](https://github.com/jazzband/pip-tools/pull/2214):

```md
`pip-tools` now uses [`sphinx-issues`](https://github.com/sloria/sphinx-issues)
to link to issues, PRs, commits, and user accounts
-- by {user}`sirosen`.
`pip-tools` now tests on and officially supports `pip` version 25.2 -- by {user}`sirosen`.
```

### Rationale
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==7.2.2
sphinx==7.2.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should've been bumped separately. There's no evidence of Sphinx breaking in CI/RTD: https://app.readthedocs.org/projects/pip-tools/builds/. And it's unrelated.

# via
# -r docs/requirements.in
# furo
Expand Down Expand Up @@ -105,7 +105,7 @@ sphinxcontrib-programoutput==0.17
# via -r docs/requirements.in
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.8
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sphinxcontrib-towncrier==0.5.0a0
# via -r docs/requirements.in
Expand Down
Loading