diff --git a/changelog.d/2214.contrib.md b/changelog.d/2214.contrib.md index 1052fddd2..c520e8580 100644 --- a/changelog.d/2214.contrib.md +++ b/changelog.d/2214.contrib.md @@ -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`. diff --git a/changelog.d/2235.bugfix.md b/changelog.d/2235.bugfix.md index 310cc2cbe..5d55a399d 100644 --- a/changelog.d/2235.bugfix.md +++ b/changelog.d/2235.bugfix.md @@ -1,2 +1,2 @@ Fix an incompatibility with ``click >= 8.3`` which made ``pip-compile`` display incorrect -options in the compile command in output headers -- by :user:`sirosen`. +options in the compile command in output headers -- by {user}`sirosen`. diff --git a/changelog.d/README.md b/changelog.d/README.md index f9d9fb89d..dcb05e308 100644 --- a/changelog.d/README.md +++ b/changelog.d/README.md @@ -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`. ``` -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 280ea3c86..f9be8c2d4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -72,7 +72,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.4.1 # via beautifulsoup4 -sphinx==7.2.2 +sphinx==7.2.6 # via # -r docs/requirements.in # furo @@ -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