Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sybil requirement from <9,>=6.1.1 to >=6.1.1,<10 #327

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Updates the requirements on sybil to permit the latest version.

Changelog

Sourced from sybil's changelog.

9.0.0 (12 Nov 2024)

  • Retire Document.find_region_sources() in favour of using a :class:~sybil.parsers.abstract.lexers.BlockLexer. See the :ref:updated example <parser-from-scratch>.

  • Better error messages when lexing fails to find the end of a block.

  • Improved documentation.

8.0.1 (30 Oct 2024)

  • Better error message when skip arguments are malformed.

  • Remove unused constant that caused problems with development releases of pytest.

8.0.0 (20 Sep 2024)

  • Drop Python 3.8 support.

  • Internal code tidying.

Thanks to Adam Dangoor for the work on these!

7.1.1 (16 Sep 2024)

  • Fix bug that broke docstring collection where a method had an :any:ellipsis <Ellipsis> in place of the docstring.

7.1.0 (16 Sep 2024)

  • Introduce a pytest extra, such that you can install Sybil in a way that ensures compatible versions of Sybil and pytest are used.

  • Fix a :class:DeprecationWarning on Python 3.13.

Thanks to Adam Dangoor for this fix.

7.0.0 (12 Sep 2024)

  • Drop Python 3.7 support.

  • Drop support for pytest versions less than 8.

... (truncated)

Commits
  • 8d58cfe Prepare for 9.0.0 release
  • e6314b1 Fix capitalization of "Myst" -> "MyST"
  • 17ee34e Add API documentation for LexingException
  • 24ed7d2 Document the relationship with Lexers in the Parser concept
  • 5599e07 Add links back to concepts from the API sections
  • 8f0bbca Add start location to LexingException
  • 1b3aad8 Retire Document.find_region_sources()
  • 86b6947 Better error message when end pattern fails to match
  • c489757 Prepare for 8.0.1 release
  • e23e4f7 Remove unused constant
  • 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 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)

Updates the requirements on [sybil](https://github.com/simplistix/sybil) to permit the latest version.
- [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst)
- [Commits](simplistix/sybil@6.1.1...9.0.0)

---
updated-dependencies:
- dependency-name: sybil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 20, 2024 09:07
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Nov 20, 2024
@dependabot dependabot bot requested a review from Marenz November 20, 2024 09:07
@llucax llucax enabled auto-merge November 20, 2024 09:09
@llucax llucax self-assigned this Nov 20, 2024
@llucax llucax added this pull request to the merge queue Nov 20, 2024
Merged via the queue into v0.x.x with commit 772b73e Nov 20, 2024
17 checks passed
@llucax llucax deleted the dependabot/pip/sybil-gte-6.1.1-and-lt-10 branch November 20, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant