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 <7,>=6.1.1 to >=6.1.1,<9 #315

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Updates the requirements on sybil to permit the latest version.

Changelog

Sourced from sybil's changelog.

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.

  • :class:Sybil now takes a name which is used in any test identifiers it produces.

  • Add support for :rst:dir:code and :rst:dir:sourcecode directives in both ReST and MyST.

  • Fix bug in the pytest integration that prevented multiple :class:Sybil instances from parsing the same file.

  • Fix bug where escaped quotes were not correctly unescaped in regions extracted from docstrings.

  • Restructure usage documentation, splitting out :doc:integration and :doc:parsers documents and introducing a :doc:concepts glossary.

6.1.1 (9 May 2024)

  • Fix lexing of indented blocks where embedded blank lines would be erroneously removed.

6.1.0 (22 Apr 2024)

... (truncated)

Commits
  • 57717ad Prepare for 8.0.0 release
  • 822923f Move from typing to collections.abc for multiple deprecated imports
  • f21cb1b Merge pull request #134 from adamtheturtle/drop-python-3.8
  • 25f1f64 Merge pull request #136 from adamtheturtle/capture-fixture-moved
  • 65e2ead Move from some _pytest imports to pytest imports
  • d5dc627 Merge pull request #135 from adamtheturtle/rm-unused-imports
  • b4832c8 Remove all unused imports
  • 198d69e Drop support for Python 3.8
  • b4c096a Prepare for 7.1.1 release
  • 16dfbb0 Exclude Ellipsis from coverage checking
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner October 1, 2024 03:33
@dependabot dependabot bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Oct 1, 2024
@dependabot dependabot bot requested a review from llucax October 1, 2024 03:33
@dependabot dependabot bot added the type:tech-debt Improves the project without visible changes for users label Oct 1, 2024
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...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/sybil-gte-6.1.1-and-lt-9 branch from bdf8a8a to 2218b2e Compare October 3, 2024 09:50
@llucax llucax enabled auto-merge October 3, 2024 09:51
@llucax llucax self-assigned this Oct 3, 2024
@llucax llucax added this to the v0.11.0 milestone Oct 3, 2024
@llucax llucax added this pull request to the merge queue Oct 3, 2024
Merged via the queue into v0.x.x with commit e2a84dc Oct 3, 2024
15 checks passed
@llucax llucax deleted the dependabot/pip/sybil-gte-6.1.1-and-lt-9 branch October 3, 2024 10:04
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