Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Updates the requirements on swagger-plugin-for-sphinx to permit the latest version.

Changelog

Sourced from swagger-plugin-for-sphinx's changelog.

6.0.0

  • Removed support for sphinx 6.x
  • Removed support for python 3.9

5.2.0

  • Add support for python 3.14

5.1.3

  • Pass the Swagger UI options also for inline rendering.

5.1.2

  • Added missing dependency on typing-extensions

5.1.1

  • Fixed a bug related to referencing a specification from a parent directory of the Sphinx source directory, such as when documentation is co-located with source code.

    Before this fix, when a specification was several subdirectories from the documentation, the specification could be copied to a parent directory of the build HTML output and prevent the display of the specification.

    With this fix, deeply nested specifications (../../../../openapi.yaml) have the .. values that are parents of the Sphinx source directory replaced with the text dot-dot. This fix ensures that deeply nested specifications are copied to a subdirectory of the _static directory in the HTML output.

5.1.0

  • Refactored copying the specification to the HTML output and referencing the path to the specification in the HTML page.
  • Preserves the source directory structure like docs/api/foo/openapi.yaml and docs/api/bar/openapi.yaml so that different files can use the same file name.

5.0.3

  • Fixed an issue causing a spec to be linked incorrectly when the dirhtml builder is used.

5.0.2

  • Fixed an issue causing a spec to be linked incorrectly when the source document is in a subfolder but the referenced spec is in another one

... (truncated)

Commits

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)

chore(platform): update to latest openapi spec
refactor(boot): reduce boot time
docs: minor tweaks
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@445689e...bd01e18)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Helmut Hoffer von Ankershoffen né Oertel <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(gha): add metadata to BetterStack when posting heartbeats

* chore(gha): Add --fail-with-body to BetterStack curl request and reorder arguments
* chore(gha): Spike for Ketryx integration
* chore(gha): Allow to skip jobs/steps via commit message, see CONTRIBUTING.md
* fix(platform): Fix broken pytest collection if user does not have permission to access aignx test bucket
@dependabot dependabot bot added bot Automated pull requests or issues dependabot Pull requests from Dependabot dependencies Pull requests that update a dependency file skip:test:long_running Skip long-running tests (≥5min) labels Oct 17, 2025
chore(ai): improve Claude Code Workflows for GitHub
* breaking(api): Support Platform API 1.0.0-beta.7
* chore(lint): Integrate pyright as additional type checker
* chore(test): Introduce schedule tests against staging
* feat(platform): Retries and caching for read-only and auth operations
* feat(platform): Dynamic user agent for all operations
* feat(application): Custom metadata with run and scheduling information in custom metadata
* chore(tests): Introduce very long running tests
* chore(tests): Introduce pytest-timeout and 10s default timeout for all tests
* style(application): Layout improvements on application detail page
* chore(tests): Improve test coverage
* chore(AI): Improve CLAUDE.md files and AI workflows
Updates the requirements on [swagger-plugin-for-sphinx](https://github.com/SAP/swagger-plugin-for-sphinx) to permit the latest version.
- [Release notes](https://github.com/SAP/swagger-plugin-for-sphinx/releases)
- [Changelog](https://github.com/SAP/swagger-plugin-for-sphinx/blob/main/CHANGELOG.md)
- [Commits](SAP/swagger-plugin-for-sphinx@v5.2.0...v6.0.0)

---
updated-dependencies:
- dependency-name: swagger-plugin-for-sphinx
  dependency-version: 6.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/swagger-plugin-for-sphinx-gte-5.2.0-and-lt-7 branch from a02abf3 to 7a6fcf7 Compare October 22, 2025 10:09
@claude
Copy link

claude bot commented Oct 22, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/swagger-plugin-for-sphinx-gte-5.2.0-and-lt-7 branch November 2, 2025 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Automated pull requests or issues dependabot Pull requests from Dependabot dependencies Pull requests that update a dependency file skip:test:long_running Skip long-running tests (≥5min)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants