VWS-Python / vws-python-mock

Mock of the Vuforia Web Services (VWS) API
MIT License
1 stars 2 forks source link

Bump sybil from 7.0.0 to 7.1.1 #2309

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 days ago

Bumps sybil from 7.0.0 to 7.1.1.

Changelog

Sourced from sybil's changelog.

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.

Commits
  • b4c096a Prepare for 7.1.1 release
  • 16dfbb0 Exclude Ellipsis from coverage checking
  • 7b06d43 Ignore Ellipsis when it appears as a docstring
  • 014fe63 Prepare for 7.1.0 release
  • 49ae869 More formally drop support for pytest<8
  • 51ee836 Introduce an explicit pytest extra
  • 98213ce Introduce a matrix to test across pytest versions
  • 3569890 Merge pull request #129 from adamtheturtle/deprecation-warning
  • 0e28645 Avoid ast deprecations
  • See full diff in compare view


Dependabot compatibility score

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 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)
codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1bb1c0f) to head (c3bd957). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2309 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 74 74 Lines 5173 5173 Branches 890 890 ========================================= Hits 5173 5173 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.