Skip to content

ci: update sphinx requirement from <6.0.0,>=5.0.0 to >=5.0.0,<9.0.0 - #1

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/sphinx-gte-5.0.0-and-lt-9.0.0
Closed

dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/sphinx-gte-5.0.0-and-lt-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 16, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on sphinx to permit the latest version.

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.
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

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)

arronbailiss and others added 2 commits May 16, 2025 02:55
…g an SDK where autonomous intelligence can self-replicate and evolve.

Welcome to Strands Agents!
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [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@v5.0.0...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 8.1.3
  dependency-type: direct:production
...

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 16, 2025
@dependabot @github

dependabot Bot commented on behalf of github May 16, 2025

Copy link
Copy Markdown
Contributor Author

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.

@arronbailiss
arronbailiss deleted the dependabot/pip/sphinx-gte-5.0.0-and-lt-9.0.0 branch May 16, 2025 16:00
@dpolistwm dpolistwm mentioned this pull request Jun 30, 2025
3 tasks
mkmeral referenced this pull request in mkmeral/sdk-python Oct 20, 2025
feat(bidirectional_streaming): Add experimental bidirectional streaming MVP POC implementation
zastrowm pushed a commit that referenced this pull request May 28, 2026
* feat: Add agent automation

* feat: Automate the agent invocation

* Address pr feedback

* Update session bucket
lizradway referenced this pull request in lizradway/harness-sdk Aug 3, 2026
- Fix excludeRecentMatches returning all non-recent messages instead of
  only target-matching ones (Red #1)
- Add floor, 30% cap, head-pin, and tool-pair guard to message-level drop (Red strands-agents#2)
- Rewrite message-level summarize to splice only targeted messages
  individually instead of the index range between first and last (Red strands-agents#3)
- Guard summarizeContent text-only retry when textOnly is empty (Yellow)
- Add 200K default fallback in _estimateUtilization for models without
  contextWindowLimit
- Remove warn in agent.ts for contextManager alongside conversationManager
- Remove unused adjustSplitPointForToolPairs import from offload.ts
lizradway referenced this pull request in lizradway/harness-sdk Aug 6, 2026
- Fix excludeRecentMatches returning all non-recent messages instead of
  only target-matching ones (Red #1)
- Add floor, 30% cap, head-pin, and tool-pair guard to message-level drop (Red strands-agents#2)
- Rewrite message-level summarize to splice only targeted messages
  individually instead of the index range between first and last (Red strands-agents#3)
- Guard summarizeContent text-only retry when textOnly is empty (Yellow)
- Add 200K default fallback in _estimateUtilization for models without
  contextWindowLimit
- Remove warn in agent.ts for contextManager alongside conversationManager
- Remove unused adjustSplitPointForToolPairs import from offload.ts
lizradway referenced this pull request in lizradway/harness-sdk Aug 10, 2026
- Fix excludeRecentMatches returning all non-recent messages instead of
  only target-matching ones (Red #1)
- Add floor, 30% cap, head-pin, and tool-pair guard to message-level drop (Red strands-agents#2)
- Rewrite message-level summarize to splice only targeted messages
  individually instead of the index range between first and last (Red strands-agents#3)
- Guard summarizeContent text-only retry when textOnly is empty (Yellow)
- Add 200K default fallback in _estimateUtilization for models without
  contextWindowLimit
- Remove warn in agent.ts for contextManager alongside conversationManager
- Remove unused adjustSplitPointForToolPairs import from offload.ts
@github-actions github-actions Bot mentioned this pull request Aug 24, 2026
10 tasks
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.

1 participant