Batch dependabot uv updates#11819
Conversation
|
nice, thanks 🙏🏽 |
|
There's quite a bit of detail in each of dependabot's commit messages. Should I squash them (and tidy up the message formatting) or not? |
Merge Queue Status
This pull request spent 3 hours 16 minutes 27 seconds in the queue, including 1 hour 21 minutes 18 seconds running CI. ReasonThe merge conditions cannot be satisfied due to failing checks HintYou may have to fix your CI before adding the pull request to the queue again. |
|
Totally up to you. I personally some time those messages particularly useful. |
|
The commit messages dependabot wrote are detailed and useful. I'll let them go through as individual commits this time. |
cc6ae66 to
2175952
Compare
Bump idna from 3.11 to 3.13 in /doc Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.13. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.11...v3.13) --- updated-dependencies: - dependency-name: idna dependency-version: '3.13' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump certifi from 2026.1.4 to 2026.4.22 in /doc Bumps [certifi](https://github.com/certifi/python-certifi) from 2026.1.4 to 2026.4.22. - [Commits](certifi/python-certifi@2026.01.04...2026.04.22) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.4.22 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump sphinx-rtd-theme from 3.0.2 to 3.1.0 in /doc Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.2 to 3.1.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump sphinx from 8.2.3 to 9.1.0 in /doc Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.1.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump packaging from 25.0 to 26.2 in /doc Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@25.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump urllib3 in /doc in the uv group across 1 directory Bumps the uv group with 1 update in the /doc directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:development dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
2175952 to
4fb5777
Compare
It was Friday night and the pull request was already queued to merge when I let it go. It was dequeued overnight so I squashed those 7 commits down to one this morning. |
Merge Queue Status
This pull request spent 10 minutes 27 seconds in the queue, including 4 seconds running CI. Required conditions to merge
|
Rather than get approvals and merge dependabot individual pull requests, I've created a branch and cherry picked each of the following:
This pull request includes all of those changes.
Manual QA step would be to
cd docfollowed withuv syncand check for changes to the lock filedoc/uv.lock. Alsomake users-guideand check the docs.