Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
d672c98b69 deps(deps): update packaging requirement from >=21.0 to >=26.2
Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/21.0...26.2)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '26.2'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 06:26:21 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v6
uses: actions/configure-pages@v5
if: github.ref == 'refs/heads/main' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy_to_pages == 'true')
- name: Build Sphinx documentation

View File

@@ -11,4 +11,4 @@ sphinx-copybutton>=0.5.0
sphinx-tabs>=3.4.0
# For parsing project dependencies
packaging>=21.0
packaging>=26.2