Skip to content

Bump the python-synth group in /synth with 3 updates#640

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/synth/python-synth-72b0b3de61
Open

Bump the python-synth group in /synth with 3 updates#640
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/synth/python-synth-72b0b3de61

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on opacus, sphinx and pydata-sphinx-theme to permit the latest version.
Updates opacus to 1.5.4

Release notes

Sourced from opacus's releases.

Opacus v1.5.4

v1.5.4

New features

Improvments

  • Support of register_full_backward_hook (#720, #750)
  • Add hook function of RMSNorm (#755)
  • Numpy 2.0 support (#746)

Bug fixes

  • Fix failing tests (#727, #739)
  • Fix lint issues (#741, #760)
  • Fix the norm calculation of bias under ghost clipping (#751)
  • Fix 'to_standard_module' under ghost clipping (#754)
  • Fix the return type of 'make_private' (#759)

Miscellaneous

  • Copyright for DISK (#719)
  • Improve the logging system (#735)
  • Update the tutorials (#733, #745)
  • Minor change on the ghost clipping optimizer (#756)
  • Warning about restriction for adaptive clipping (#758)
Changelog

Sourced from opacus's changelog.

v1.5.4

New features

Improvments

  • Support of register_full_backward_hook (#720, #750)
  • Add hook function of RMSNorm (#755)
  • Numpy 2.0 support (#746)

Bug fixes

  • Fix failing tests (#727, #739)
  • Fix lint issues (#741, #760)
  • Fix the norm calculation of bias under ghost clipping (#751)
  • Fix 'to_standard_module' under ghost clipping (#754)
  • Fix the return type of 'make_private' (#759)

Miscellaneous

  • Copyright for DISK (#719)
  • Improve the logging system (#735)
  • Update the tutorials (#733, #745)
  • Minor change on the ghost clipping optimizer (#756)
  • Warning about restriction for adaptive clipping (#758)

v1.5.3

New features

Improvments to ghost clipping

  • The interface for ghost clipping is now similar to that of PyTorch and vanilla DP-SGD (#668)
  • Updated a tutorial on training language models with DP-SGD to include ghost clipping (#667) and LoRA (#698)
  • Added adaptive clipping support for ghost clipping (#711)
  • Add ghost clipping support for embedding layers (#694)
  • Support generative NLP tasks with ghost clipping (#722)
  • Add functionality to access per-sample gradients with ghost clipping (#724)

Enabling more external contributions

  • Added a research folder for external contribution of promising new methods for PPML (#700)
  • DP-SGD optimizers with Kalman filters are now available in the research folder (#706)
  • Made it easier to define custom extensions of PrivacyEngine (#703, #704, #710)

Bug fixes

  • Fix the clipping operation for ghost clipping when using the PrivacyEngine interface (#664)
  • Fix issue with ghost clipping and BatchMemoryManager
  • Add strict and force_functorch parameters in initaliziation of GradSampleModuleFastGradientClipping (#675)
  • Fix failing tests (e.g., #726, #713, #727, #674)

Miscellaneous

  • Switch from testing with CircleCI to GithubActions CI (#701)
  • Website and Github improvements (#723, #721, #677, #712)
  • Added multi-gpu test for ghost clipping (#665)

... (truncated)

Commits
  • f3752c3 Release v1.5.4 (#763)
  • cb6284f fixing lint errors (#760)
  • dbb5367 Add norm_grad_sample for RMSNorm (#755)
  • ce4605b Provide warning about restriction on unclipped_num_std for adaptive clipping ...
  • 1490607 Corrected the type for the return of make_private function (#759)
  • 7555297 Remove presence of grad_sample from optimizer for FGC (#756)
  • 4acea9f Fix "to_standard_module" for Ghost Clipping (#754)
  • cbc12de Reduce module size or the number of steps to avoid over-time tests (#739)
  • 7264cd7 Fix Fast Gradient Clipping bias gradient calculation for three dim data (#751)
  • 8cbf8e0 Replace register_backward_hook with register_full_backward_hook (#720)
  • Additional commits viewable in compare view

Updates sphinx from 7.4.7 to 8.1.3

Release notes

Sourced from sphinx's releases.

Sphinx 8.1.3

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13013: Restore support for cut_lines() with no object type. Patch by Adam Turner.

Sphinx 8.1.2

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13012: Expose sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Sphinx 8.1.1

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :cve: role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Sphinx 8.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee. Patch by Adam Turner.
  • #12822: LaTeX: for Unicode engines, the fvset default is changed to '\\fvset{fontsize=auto}' from '\\fvset{fontsize=\\small}'. Code-blocks are unchanged as FreeMono is now loaded with Scale=0.9. An adjustment to existing projects is needed only if they used a custom fontpkg configuration and did not set fvset.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 8.1.3 (released Oct 13, 2024)

Bugs fixed

  • #13013: Restore support for :func:!cut_lines with no object type. Patch by Adam Turner.

Release 8.1.2 (released Oct 12, 2024)

Bugs fixed

  • #13012: Expose :exc:sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. :exc:!ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Release 8.1.1 (released Oct 11, 2024)

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :rst:role::cve: <cve> role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Release 8.1.0 (released Oct 10, 2024)

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee.

... (truncated)

Commits

Updates pydata-sphinx-theme from 0.16.1 to 0.17.1

Release notes

Sourced from pydata-sphinx-theme's releases.

v0.17.1

What's Changed

Fixes

Improvements

Dependencies

New Contributors

Full Changelog: pydata/pydata-sphinx-theme@v0.17.0...v0.17.1

v0.17.0

What's Changed

... (truncated)

Commits
  • a4986fa bump: 0.17.0 → 0.17.1 (#2355)
  • ff8be64 Fix default behavior when shorten_urls is unset (#2351)
  • 0867759 Replace broken Unsplash image URLs with Picsum in light-dark guide (#2341)
  • 56157e9 Bump octokit/request-action from 2.4.0 to 3.0.0 (#2346)
  • 8cce21d Bump pydata/pydata-sphinx-theme/.github/workflows/CI.yml from e8db643b990df73...
  • 30b4830 Bump pydata/pydata-sphinx-theme/.github/workflows/docs.yml from 43f9003549c49...
  • 6673b56 Fix docs build with sphinx 'extensions' config key (#2352)
  • ebc3f17 Fix search input receiving keystrokes after escape dismiss in Safari (#2338)
  • 8e67694 feat: add disable_search theme option (#2315)
  • cd00a86 bump: 0.16.2.dev0 -> 0.17.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [opacus](https://github.com/pytorch/opacus), [sphinx](https://github.com/sphinx-doc/sphinx) and [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version.

Updates `opacus` to 1.5.4
- [Release notes](https://github.com/pytorch/opacus/releases)
- [Changelog](https://github.com/meta-pytorch/opacus/blob/main/CHANGELOG.md)
- [Commits](meta-pytorch/opacus@v0.14.0...v1.5.4)

Updates `sphinx` from 7.4.7 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.4.7...v8.1.3)

Updates `pydata-sphinx-theme` from 0.16.1 to 0.17.1
- [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases)
- [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md)
- [Commits](pydata/pydata-sphinx-theme@v0.16.1...v0.17.1)

---
updated-dependencies:
- dependency-name: opacus
  dependency-version: 1.5.4
  dependency-type: direct:production
  dependency-group: python-synth
- dependency-name: sphinx
  dependency-version: 8.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-synth
- dependency-name: pydata-sphinx-theme
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-synth
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants