Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2025

Bumps sphinx-exercise from 1.2.0 to 1.2.1.

Release notes

Sourced from sphinx-exercise's releases.

v1.2.1

Bug Fixes

  • Fixed ValueError when std-ref class is not present during LaTeX/PDF builds (#82)
    • Added defensive check before removing std-ref from CSS classes
    • Prevents crashes in LaTeX/PDF builder where references don't have the std-ref class
  • Fixed flaky CI tests caused by matplotlib font cache warning in test environment

Installation

pip install sphinx-exercise==1.2.1

See v1.2.1 release notes for full details.

Changelog

Sourced from sphinx-exercise's changelog.

v1.2.1 (2025-11-17)

Fixes 🐛

  • Fixed ValueError: list.remove(x): x not in list when building LaTeX/PDF output (#82)
    • Added defensive check before removing 'std-ref' class in UpdateReferencesToEnumerated transform
    • The 'std-ref' class may not be present in all build scenarios (particularly LaTeX/PDF builds)
    • Fix ensures compatibility across different Sphinx builders and versions
  • Fixed flaky CI tests caused by matplotlib font cache warning appearing in test output
    • Added regex patterns to strip matplotlib font cache stderr messages from test regression fixtures
Commits
  • f4c9fd7 Fix flaky CI tests caused by matplotlib font cache warning
  • b96a0d2 Release v1.2.1
  • c434ee8 fix: check if 'std-ref' exists before removing from classes (#82)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [sphinx-exercise](https://github.com/executablebooks/sphinx-exercise) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/executablebooks/sphinx-exercise/releases)
- [Changelog](https://github.com/executablebooks/sphinx-exercise/blob/main/CHANGELOG.md)
- [Commits](executablebooks/sphinx-exercise@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: sphinx-exercise
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added conda Pull requests that update conda code dependencies Pull requests that update a dependency file labels Dec 27, 2025
@mmcky mmcky merged commit 108d69e into main Dec 27, 2025
1 check passed
@mmcky mmcky deleted the dependabot/conda/sphinx-exercise-1.2.1 branch December 27, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conda Pull requests that update conda code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants